@threekit/redux-store-api
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -21,9 +21,9 @@ import { type BaseQueryFn, type EndpointBuilder } from '@reduxjs/toolkit/query/react'; | ||
webhooksGet: import("@reduxjs/toolkit/query").QueryDefinition<void, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
filter: { | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
topic: string; | ||
@@ -36,9 +36,9 @@ address: string; | ||
webhooksGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
filter: { | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
topic: string; | ||
@@ -51,9 +51,9 @@ address: string; | ||
webhooksDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
filter: { | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
topic: string; | ||
@@ -66,4 +66,4 @@ address: string; | ||
usersGet: import("@reduxjs/toolkit/query").QueryDefinition<void, RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
settings: { | ||
@@ -83,4 +83,4 @@ mfa?: { | ||
usersGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
settings: { | ||
@@ -100,4 +100,4 @@ mfa?: { | ||
usersGetSession: import("@reduxjs/toolkit/query").MutationDefinition<void, RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
settings: { | ||
@@ -118,7 +118,7 @@ mfa?: { | ||
tagsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -133,7 +133,7 @@ label: string | null; | ||
tagsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -152,7 +152,7 @@ label: string | null; | ||
}, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -170,7 +170,7 @@ label: string | null; | ||
}, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -185,7 +185,7 @@ label: string | null; | ||
tagsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -201,4 +201,4 @@ label: string | null; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
sessionId: string | null; | ||
@@ -231,4 +231,4 @@ metadata: Record<string, string | number | import("zod").objectOutputType<{}, import("zod").ZodUnknown, "strip">> | null; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
sessionId: string | null; | ||
@@ -254,4 +254,4 @@ metadata: Record<string, string | number | import("zod").objectOutputType<{}, import("zod").ZodUnknown, "strip">> | null; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
sessionId: string | null; | ||
@@ -276,5 +276,5 @@ metadata: Record<string, string | number | import("zod").objectOutputType<{}, import("zod").ZodUnknown, "strip">> | null; | ||
orgsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string | void | undefined, RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
userId: string; | ||
@@ -369,4 +369,4 @@ slug: string; | ||
casGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
HEAD: string; | ||
orgId: string; | ||
objects: Record<string, string>; | ||
@@ -376,5 +376,5 @@ }, "api">; | ||
assets: { | ||
orgId: string; | ||
type: "Node" | "Attribute"; | ||
HEAD: string; | ||
type: "Node" | "Attribute"; | ||
orgId: string; | ||
id: string; | ||
@@ -388,9 +388,12 @@ }[]; | ||
assetsV2GetById: import("@reduxjs/toolkit/query").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
head: string; | ||
type: "item"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
parentFolderId: string | null; | ||
@@ -416,5 +419,2 @@ as: string | null; | ||
analytics: boolean; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
createdBy?: string | undefined; | ||
@@ -434,9 +434,12 @@ deletedAt?: string | null | undefined; | ||
}, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
head: string; | ||
type: "item"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
parentFolderId: string | null; | ||
@@ -462,5 +465,2 @@ as: string | null; | ||
analytics: boolean; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
createdBy?: string | undefined; | ||
@@ -472,9 +472,12 @@ deletedAt?: string | null | undefined; | ||
assetsV2DeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
head: string; | ||
type: "item"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
parentFolderId: string | null; | ||
@@ -500,5 +503,2 @@ as: string | null; | ||
analytics: boolean; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
createdBy?: string | undefined; | ||
@@ -510,7 +510,7 @@ deletedAt?: string | null | undefined; | ||
assetsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: string; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -544,7 +544,7 @@ parentFolderId: string; | ||
assetsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: string; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -580,8 +580,8 @@ parentFolderId: string; | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -593,8 +593,8 @@ deletedAt?: string | null | undefined; | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -605,15 +605,15 @@ deletedAt?: string | null | undefined; | ||
appsCreate: import("@reduxjs/toolkit/query").MutationDefinition<{ | ||
url: string; | ||
name: string; | ||
url: string; | ||
orgId?: string | undefined; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
metadata?: Record<string, string | number> | null | undefined; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
}, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -628,8 +628,8 @@ deletedAt?: string | null | undefined; | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -641,8 +641,8 @@ deletedAt?: string | null | undefined; | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -649,0 +649,0 @@ deletedAt?: string | null | undefined; |
@@ -7,8 +7,8 @@ import { UpdateAppProps } from '@threekit/rest-api'; | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -20,8 +20,8 @@ deletedAt?: string | null | undefined; | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -32,15 +32,15 @@ deletedAt?: string | null | undefined; | ||
appsCreate: import("@reduxjs/toolkit/query").MutationDefinition<{ | ||
url: string; | ||
name: string; | ||
url: string; | ||
orgId?: string | undefined; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
metadata?: Record<string, string | number> | null | undefined; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
}, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -55,8 +55,8 @@ deletedAt?: string | null | undefined; | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -68,8 +68,8 @@ deletedAt?: string | null | undefined; | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -76,0 +76,0 @@ deletedAt?: string | null | undefined; |
@@ -5,7 +5,7 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
assetsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: string; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -39,7 +39,7 @@ parentFolderId: string; | ||
assetsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: string; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -46,0 +46,0 @@ parentFolderId: string; |
@@ -5,9 +5,12 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
assetsV2GetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
head: string; | ||
type: "item"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
parentFolderId: string | null; | ||
@@ -33,5 +36,2 @@ as: string | null; | ||
analytics: boolean; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
createdBy?: string | undefined; | ||
@@ -51,9 +51,12 @@ deletedAt?: string | null | undefined; | ||
}, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
head: string; | ||
type: "item"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
parentFolderId: string | null; | ||
@@ -79,5 +82,2 @@ as: string | null; | ||
analytics: boolean; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
createdBy?: string | undefined; | ||
@@ -89,9 +89,12 @@ deletedAt?: string | null | undefined; | ||
assetsV2DeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
head: string; | ||
type: "item"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
parentFolderId: string | null; | ||
@@ -117,5 +120,2 @@ as: string | null; | ||
analytics: boolean; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
createdBy?: string | undefined; | ||
@@ -122,0 +122,0 @@ deletedAt?: string | null | undefined; |
@@ -5,4 +5,4 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
casGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
HEAD: string; | ||
orgId: string; | ||
objects: Record<string, string>; | ||
@@ -12,5 +12,5 @@ }, "api">; | ||
assets: { | ||
orgId: string; | ||
type: "Node" | "Attribute"; | ||
HEAD: string; | ||
type: "Node" | "Attribute"; | ||
orgId: string; | ||
id: string; | ||
@@ -17,0 +17,0 @@ }[]; |
@@ -40,9 +40,9 @@ 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; | ||
filter: { | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
topic: string; | ||
@@ -55,9 +55,9 @@ address: string; | ||
webhooksGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
filter: { | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
topic: string; | ||
@@ -70,9 +70,9 @@ address: string; | ||
webhooksDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
filter: { | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
topic: string; | ||
@@ -85,4 +85,4 @@ address: string; | ||
usersGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
settings: { | ||
@@ -102,4 +102,4 @@ mfa?: { | ||
usersGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
settings: { | ||
@@ -119,4 +119,4 @@ mfa?: { | ||
usersGetSession: import("@reduxjs/toolkit/query").MutationDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
settings: { | ||
@@ -137,7 +137,7 @@ mfa?: { | ||
tagsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -152,7 +152,7 @@ label: string | null; | ||
tagsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -171,7 +171,7 @@ label: string | null; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -189,7 +189,7 @@ label: string | null; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -204,7 +204,7 @@ label: string | null; | ||
tagsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -220,4 +220,4 @@ label: string | null; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
sessionId: string | null; | ||
@@ -250,4 +250,4 @@ metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
sessionId: string | null; | ||
@@ -273,4 +273,4 @@ metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
sessionId: string | null; | ||
@@ -295,5 +295,5 @@ metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
orgsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string | void | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
userId: string; | ||
@@ -388,4 +388,4 @@ slug: string; | ||
casGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
HEAD: string; | ||
orgId: string; | ||
objects: Record<string, string>; | ||
@@ -395,5 +395,5 @@ }, "api">; | ||
assets: { | ||
orgId: string; | ||
type: "Node" | "Attribute"; | ||
HEAD: string; | ||
type: "Node" | "Attribute"; | ||
orgId: string; | ||
id: string; | ||
@@ -407,9 +407,12 @@ }[]; | ||
assetsV2GetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
head: string; | ||
type: "item"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
parentFolderId: string | null; | ||
@@ -435,5 +438,2 @@ as: string | null; | ||
analytics: boolean; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
createdBy?: string | undefined; | ||
@@ -453,9 +453,12 @@ deletedAt?: string | null | undefined; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
head: string; | ||
type: "item"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
parentFolderId: string | null; | ||
@@ -481,5 +484,2 @@ as: string | null; | ||
analytics: boolean; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
createdBy?: string | undefined; | ||
@@ -491,9 +491,12 @@ deletedAt?: string | null | undefined; | ||
assetsV2DeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
head: string; | ||
type: "item"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
parentFolderId: string | null; | ||
@@ -519,5 +522,2 @@ as: string | null; | ||
analytics: boolean; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
createdBy?: string | undefined; | ||
@@ -529,7 +529,7 @@ deletedAt?: string | null | undefined; | ||
assetsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: string; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -563,7 +563,7 @@ parentFolderId: string; | ||
assetsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: string; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -599,8 +599,8 @@ parentFolderId: string; | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -612,8 +612,8 @@ deletedAt?: string | null | undefined; | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -624,15 +624,15 @@ deletedAt?: string | null | undefined; | ||
appsCreate: import("@reduxjs/toolkit/query").MutationDefinition<{ | ||
url: string; | ||
name: string; | ||
url: string; | ||
orgId?: string | undefined; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
metadata?: Record<string, string | number> | null | undefined; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -647,8 +647,8 @@ deletedAt?: string | null | undefined; | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -660,8 +660,8 @@ deletedAt?: string | null | undefined; | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -692,9 +692,9 @@ deletedAt?: string | null | undefined; | ||
webhooksGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
filter: { | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
topic: string; | ||
@@ -707,9 +707,9 @@ address: string; | ||
webhooksGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
filter: { | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
topic: string; | ||
@@ -722,9 +722,9 @@ address: string; | ||
webhooksDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
filter: { | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
topic: string; | ||
@@ -737,4 +737,4 @@ address: string; | ||
usersGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
settings: { | ||
@@ -754,4 +754,4 @@ mfa?: { | ||
usersGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
settings: { | ||
@@ -771,4 +771,4 @@ mfa?: { | ||
usersGetSession: import("@reduxjs/toolkit/query").MutationDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
settings: { | ||
@@ -789,7 +789,7 @@ mfa?: { | ||
tagsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -804,7 +804,7 @@ label: string | null; | ||
tagsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -823,7 +823,7 @@ label: string | null; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -841,7 +841,7 @@ label: string | null; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -856,7 +856,7 @@ label: string | null; | ||
tagsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -872,4 +872,4 @@ label: string | null; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
sessionId: string | null; | ||
@@ -902,4 +902,4 @@ metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
sessionId: string | null; | ||
@@ -925,4 +925,4 @@ metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
sessionId: string | null; | ||
@@ -947,5 +947,5 @@ metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
orgsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string | void | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
userId: string; | ||
@@ -1040,4 +1040,4 @@ slug: string; | ||
casGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
HEAD: string; | ||
orgId: string; | ||
objects: Record<string, string>; | ||
@@ -1047,5 +1047,5 @@ }, "api">; | ||
assets: { | ||
orgId: string; | ||
type: "Node" | "Attribute"; | ||
HEAD: string; | ||
type: "Node" | "Attribute"; | ||
orgId: string; | ||
id: string; | ||
@@ -1059,9 +1059,12 @@ }[]; | ||
assetsV2GetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
head: string; | ||
type: "item"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
parentFolderId: string | null; | ||
@@ -1087,5 +1090,2 @@ as: string | null; | ||
analytics: boolean; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
createdBy?: string | undefined; | ||
@@ -1105,9 +1105,12 @@ deletedAt?: string | null | undefined; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
head: string; | ||
type: "item"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
parentFolderId: string | null; | ||
@@ -1133,5 +1136,2 @@ as: string | null; | ||
analytics: boolean; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
createdBy?: string | undefined; | ||
@@ -1143,9 +1143,12 @@ deletedAt?: string | null | undefined; | ||
assetsV2DeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
head: string; | ||
type: "item"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
parentFolderId: string | null; | ||
@@ -1171,5 +1174,2 @@ as: string | null; | ||
analytics: boolean; | ||
asset: { | ||
assetId: string; | ||
} | null; | ||
createdBy?: string | undefined; | ||
@@ -1181,7 +1181,7 @@ deletedAt?: string | null | undefined; | ||
assetsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: string; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -1215,7 +1215,7 @@ parentFolderId: string; | ||
assetsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: string; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -1251,8 +1251,8 @@ parentFolderId: string; | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -1264,8 +1264,8 @@ deletedAt?: string | null | undefined; | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -1276,15 +1276,15 @@ deletedAt?: string | null | undefined; | ||
appsCreate: import("@reduxjs/toolkit/query").MutationDefinition<{ | ||
url: string; | ||
name: string; | ||
url: string; | ||
orgId?: string | undefined; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
metadata?: Record<string, string | number> | null | undefined; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -1299,8 +1299,8 @@ deletedAt?: string | null | undefined; | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -1312,8 +1312,8 @@ deletedAt?: string | null | undefined; | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
metadata: Record<string, string | number> | null; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
createdBy?: string | undefined; | ||
@@ -1320,0 +1320,0 @@ deletedAt?: string | null | undefined; |
@@ -5,5 +5,5 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
orgsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string | void | undefined, import("../api.js").RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
userId: string; | ||
@@ -10,0 +10,0 @@ slug: string; |
@@ -7,4 +7,4 @@ import { type CreateSavedConfigurationProps } from '@threekit/rest-api'; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
sessionId: string | null; | ||
@@ -37,4 +37,4 @@ metadata: Record<string, string | number | import("zod").objectOutputType<{}, import("zod").ZodUnknown, "strip">> | null; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
sessionId: string | null; | ||
@@ -60,4 +60,4 @@ metadata: Record<string, string | number | import("zod").objectOutputType<{}, import("zod").ZodUnknown, "strip">> | null; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
sessionId: string | null; | ||
@@ -64,0 +64,0 @@ metadata: Record<string, string | number | import("zod").objectOutputType<{}, import("zod").ZodUnknown, "strip">> | null; |
@@ -6,7 +6,7 @@ import { UpdateTagProps } from '@threekit/rest-api'; | ||
tagsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -21,7 +21,7 @@ label: string | null; | ||
tagsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -40,7 +40,7 @@ label: string | null; | ||
}, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -58,7 +58,7 @@ label: string | null; | ||
}, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -73,7 +73,7 @@ label: string | null; | ||
tagsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
createdAt: string; | ||
description: string | null; | ||
@@ -80,0 +80,0 @@ label: string | null; |
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, { |
@@ -5,4 +5,4 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
usersGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("../api.js").RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
settings: { | ||
@@ -22,4 +22,4 @@ mfa?: { | ||
usersGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
settings: { | ||
@@ -39,4 +39,4 @@ mfa?: { | ||
usersGetSession: import("@reduxjs/toolkit/query").MutationDefinition<void, import("../api.js").RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
settings: { | ||
@@ -43,0 +43,0 @@ mfa?: { |
@@ -5,9 +5,9 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
webhooksGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
filter: { | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
topic: string; | ||
@@ -20,9 +20,9 @@ address: string; | ||
webhooksGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
filter: { | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
topic: string; | ||
@@ -35,9 +35,9 @@ address: string; | ||
webhooksDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
filter: { | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
createdAt: string; | ||
topic: string; | ||
@@ -44,0 +44,0 @@ address: string; |
{ | ||
"name": "@threekit/redux-store-api", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"type": "module", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"@reduxjs/toolkit": "^2.0.1", | ||
"@threekit/rest-api": "^0.2.10", | ||
"@threekit/rest-api": "^0.2.11", | ||
"axios": "^1.7.2", | ||
@@ -19,3 +19,3 @@ "zod": "^3.23.8" | ||
"sideEffects": false, | ||
"gitHead": "9d436b151ac190716f2098abba568aada0affc1c" | ||
"gitHead": "b5b7cddaef5d87493d1e2310abbce5352600d769" | ||
} |
Sorry, the diff of this file is not supported yet
+ Addedform-data@4.0.1(transitive)
- Removedcall-bind-apply-helpers@1.0.2(transitive)
- Removeddunder-proto@1.0.1(transitive)
- Removedes-define-property@1.0.1(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedes-object-atoms@1.1.1(transitive)
- Removedes-set-tostringtag@2.1.0(transitive)
- Removedform-data@4.0.2(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.2.7(transitive)
- Removedget-proto@1.0.1(transitive)
- Removedgopd@1.2.0(transitive)
- Removedhas-symbols@1.1.0(transitive)
- Removedhas-tostringtag@1.0.2(transitive)
- Removedhasown@2.0.2(transitive)
- Removedmath-intrinsics@1.1.0(transitive)
Updated@threekit/rest-api@^0.2.11