@threekit/redux-store-api
Advanced tools
Comparing version 0.1.27 to 0.1.28
@@ -201,11 +201,11 @@ import { type BaseQueryFn, type EndpointBuilder } from '@reduxjs/toolkit/query/react'; | ||
savedConfigurationsGetById: import("@reduxjs/toolkit/query/react").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
metadata: Record<string, string | number> | null; | ||
orgId: string; | ||
shortId: string; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
identifier: string | null; | ||
metadata: Record<string, string | number> | null; | ||
productId: string; | ||
@@ -220,12 +220,19 @@ productVersion: string | null; | ||
}, "api">; | ||
savedConfigurationsGet: import("@reduxjs/toolkit/query/react").QueryDefinition<void | object | undefined, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
savedConfigurationsGet: import("@reduxjs/toolkit/query/react").QueryDefinition<void | { | ||
productId?: string | undefined; | ||
productVersion?: string | undefined; | ||
shortId?: string | undefined; | ||
sku?: string | undefined; | ||
metadata?: Record<string, string | number> | undefined; | ||
fullConfiguration?: boolean | undefined; | ||
} | undefined, RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
id: string; | ||
metadata: Record<string, string | number> | null; | ||
orgId: string; | ||
shortId: string; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
identifier: string | null; | ||
metadata: Record<string, string | number> | null; | ||
productId: string; | ||
@@ -241,11 +248,11 @@ productVersion: string | null; | ||
savedConfigurationsCreate: import("@reduxjs/toolkit/query/react").MutationDefinition<import("@threekit/rest-api").CreateSavedConfigurationProps, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
metadata: Record<string, string | number> | null; | ||
orgId: string; | ||
shortId: string; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
identifier: string | null; | ||
metadata: Record<string, string | number> | null; | ||
productId: string; | ||
@@ -252,0 +259,0 @@ productVersion: string | null; |
@@ -219,11 +219,11 @@ import { type ThreekitAuthProps, ThreekitClient } from '@threekit/rest-api'; | ||
savedConfigurationsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
metadata: Record<string, string | number> | null; | ||
orgId: string; | ||
shortId: string; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
identifier: string | null; | ||
metadata: Record<string, string | number> | null; | ||
productId: string; | ||
@@ -238,12 +238,19 @@ productVersion: string | null; | ||
}, "api">; | ||
savedConfigurationsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
savedConfigurationsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | { | ||
productId?: string | undefined; | ||
productVersion?: string | undefined; | ||
shortId?: string | undefined; | ||
sku?: string | undefined; | ||
metadata?: Record<string, string | number> | undefined; | ||
fullConfiguration?: boolean | undefined; | ||
} | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
id: string; | ||
metadata: Record<string, string | number> | null; | ||
orgId: string; | ||
shortId: string; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
identifier: string | null; | ||
metadata: Record<string, string | number> | null; | ||
productId: string; | ||
@@ -259,11 +266,11 @@ productVersion: string | null; | ||
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; | ||
metadata: Record<string, string | number> | null; | ||
orgId: string; | ||
shortId: string; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
identifier: string | null; | ||
metadata: Record<string, string | number> | null; | ||
productId: string; | ||
@@ -837,11 +844,11 @@ productVersion: string | null; | ||
savedConfigurationsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
metadata: Record<string, string | number> | null; | ||
orgId: string; | ||
shortId: string; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
identifier: string | null; | ||
metadata: Record<string, string | number> | null; | ||
productId: string; | ||
@@ -856,12 +863,19 @@ productVersion: string | null; | ||
}, "api">; | ||
savedConfigurationsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
savedConfigurationsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | { | ||
productId?: string | undefined; | ||
productVersion?: string | undefined; | ||
shortId?: string | undefined; | ||
sku?: string | undefined; | ||
metadata?: Record<string, string | number> | undefined; | ||
fullConfiguration?: boolean | undefined; | ||
} | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
id: string; | ||
metadata: Record<string, string | number> | null; | ||
orgId: string; | ||
shortId: string; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
identifier: string | null; | ||
metadata: Record<string, string | number> | null; | ||
productId: string; | ||
@@ -877,11 +891,11 @@ productVersion: string | null; | ||
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; | ||
metadata: Record<string, string | number> | null; | ||
orgId: string; | ||
shortId: string; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
identifier: string | null; | ||
metadata: Record<string, string | number> | null; | ||
productId: string; | ||
@@ -888,0 +902,0 @@ productVersion: string | null; |
@@ -6,11 +6,11 @@ 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; | ||
metadata: Record<string, string | number> | null; | ||
orgId: string; | ||
shortId: string; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
identifier: string | null; | ||
metadata: Record<string, string | number> | null; | ||
productId: string; | ||
@@ -25,12 +25,19 @@ productVersion: string | null; | ||
}, "api">; | ||
savedConfigurationsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
savedConfigurationsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | { | ||
productId?: string | undefined; | ||
productVersion?: string | undefined; | ||
shortId?: string | undefined; | ||
sku?: string | undefined; | ||
metadata?: Record<string, string | number> | undefined; | ||
fullConfiguration?: boolean | undefined; | ||
} | undefined, import("../api.js").RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
id: string; | ||
metadata: Record<string, string | number> | null; | ||
orgId: string; | ||
shortId: string; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
identifier: string | null; | ||
metadata: Record<string, string | number> | null; | ||
productId: string; | ||
@@ -46,11 +53,11 @@ productVersion: string | null; | ||
savedConfigurationsCreate: import("@reduxjs/toolkit/query").MutationDefinition<CreateSavedConfigurationProps, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
metadata: Record<string, string | number> | null; | ||
orgId: string; | ||
shortId: string; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
identifier: string | null; | ||
metadata: Record<string, string | number> | null; | ||
productId: string; | ||
@@ -57,0 +64,0 @@ productVersion: string | null; |
{ | ||
"name": "@threekit/redux-store-api", | ||
"version": "0.1.27", | ||
"version": "0.1.28", | ||
"license": "MIT", | ||
@@ -11,3 +11,3 @@ "type": "module", | ||
"@reduxjs/toolkit": "^2.0.1", | ||
"@threekit/rest-api": "^0.1.27", | ||
"@threekit/rest-api": "^0.1.28", | ||
"redux": "^5.0.1", | ||
@@ -21,3 +21,3 @@ "zod": "^3.22.4" | ||
"sideEffects": false, | ||
"gitHead": "daf22d51614c126c3884ac5b97661459778667b1" | ||
"gitHead": "ba4a516f4f5f718dfdbfcd79e80065f9bfef51f3" | ||
} |
Sorry, the diff of this file is not supported yet
351219
4155
Updated@threekit/rest-api@^0.1.28