New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@threekit/redux-store-api

Package Overview
Dependencies
Maintainers
21
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@threekit/redux-store-api - npm Package Compare versions

Comparing version 0.1.28 to 0.1.29

156

dist/api.d.ts

@@ -21,3 +21,3 @@ import { type BaseQueryFn, type EndpointBuilder } from '@reduxjs/toolkit/query/react';

webhooksGet: import("@reduxjs/toolkit/query/react").QueryDefinition<void, RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
filter: {

@@ -27,4 +27,4 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[];

};
createdAt: string;
id: string;
orgId: string;
topic: string;

@@ -37,3 +37,3 @@ address: string;

webhooksGetById: import("@reduxjs/toolkit/query/react").QueryDefinition<string, RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
filter: {

@@ -43,4 +43,4 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[];

};
createdAt: string;
id: string;
orgId: string;
topic: string;

@@ -53,3 +53,3 @@ address: string;

webhooksDeleteById: import("@reduxjs/toolkit/query/react").MutationDefinition<string, RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
filter: {

@@ -59,4 +59,4 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[];

};
createdAt: string;
id: string;
orgId: string;
topic: string;

@@ -118,7 +118,7 @@ address: string;

tagsGet: import("@reduxjs/toolkit/query/react").QueryDefinition<void, RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: string;
description: string | null;

@@ -133,7 +133,7 @@ label: string | null;

tagsGetById: import("@reduxjs/toolkit/query/react").QueryDefinition<string, RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: string;
description: string | null;

@@ -152,7 +152,7 @@ label: string | null;

}, RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: string;
description: string | null;

@@ -182,7 +182,7 @@ label: string | null;

}, RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: string;
description: string | null;

@@ -197,7 +197,7 @@ label: string | null;

tagsDeleteById: import("@reduxjs/toolkit/query/react").MutationDefinition<string, RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: string;
description: string | null;

@@ -215,8 +215,8 @@ label: string | null;

orgId: string;
shortId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
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;

@@ -236,3 +236,3 @@ productVersion: string | null;

sku?: string | undefined;
metadata?: Record<string, string | number> | undefined;
metadata?: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | undefined;
fullConfiguration?: boolean | undefined;

@@ -243,8 +243,8 @@ } | undefined, RestApiBaseQuery, TAGS, {

orgId: string;
shortId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
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;

@@ -263,8 +263,8 @@ productVersion: string | null;

orgId: string;
shortId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
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;

@@ -281,4 +281,4 @@ productVersion: string | null;

createdAt: string;
name: string;
id: string;
name: string;
userId: string;

@@ -371,5 +371,5 @@ slug: string;

assets: {
orgId: string;
type: "Node" | "Attribute";
id: string;
orgId: string;
HEAD: string;

@@ -383,9 +383,9 @@ }[];

assetsV2GetById: import("@reduxjs/toolkit/query/react").QueryDefinition<string, RestApiBaseQuery, TAGS, {
createdAt: string;
type: "item";
name: string;
id: string;
orgId: string;
type: "item";
createdAt: string;
head: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string | null;

@@ -428,9 +428,9 @@ as: string | null;

}, RestApiBaseQuery, TAGS, {
createdAt: string;
type: "item";
name: string;
id: string;
orgId: string;
type: "item";
createdAt: string;
head: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string | null;

@@ -465,9 +465,9 @@ as: string | null;

assetsV2DeleteById: import("@reduxjs/toolkit/query/react").MutationDefinition<string, RestApiBaseQuery, TAGS, {
createdAt: string;
type: "item";
name: string;
id: string;
orgId: string;
type: "item";
createdAt: string;
head: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string | null;

@@ -502,8 +502,8 @@ as: string | null;

assetsGetById: import("@reduxjs/toolkit/query/react").QueryDefinition<string, RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
type: string;
createdAt: string;
name: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
orgId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string;

@@ -536,8 +536,8 @@ as: string | null;

assetsGet: import("@reduxjs/toolkit/query/react").QueryDefinition<void | object | undefined, RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
type: string;
createdAt: string;
name: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
orgId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string;

@@ -571,9 +571,9 @@ as: string | null;

appsGet: import("@reduxjs/toolkit/query/react").QueryDefinition<void, RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
configuration: import("@threekit/rest-api").Configuration | null;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -584,9 +584,9 @@ deletedAt?: string | null | undefined;

appsGetById: import("@reduxjs/toolkit/query/react").QueryDefinition<string, RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
configuration: import("@threekit/rest-api").Configuration | null;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -597,15 +597,15 @@ deletedAt?: string | null | undefined;

appsCreate: import("@reduxjs/toolkit/query/react").MutationDefinition<{
name: string;
url: string;
name: string;
configuration?: import("@threekit/rest-api").Configuration | null | undefined;
orgId?: string | undefined;
configuration?: import("@threekit/rest-api").Configuration | null | undefined;
metadata?: Record<string, string | number> | null | undefined;
metadata?: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null | undefined;
}, RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
configuration: import("@threekit/rest-api").Configuration | null;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -619,14 +619,14 @@ deletedAt?: string | null | undefined;

configuration?: import("@threekit/rest-api").Configuration | null | undefined;
name?: string | undefined;
url?: string | undefined;
name?: string | undefined;
metadata?: Record<string, string | number> | null | undefined;
metadata?: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null | undefined;
};
}, RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
configuration: import("@threekit/rest-api").Configuration | null;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -637,9 +637,9 @@ deletedAt?: string | null | undefined;

appsDeleteById: import("@reduxjs/toolkit/query/react").MutationDefinition<string, RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
configuration: import("@threekit/rest-api").Configuration | null;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -646,0 +646,0 @@ deletedAt?: string | null | undefined;

@@ -6,9 +6,9 @@ import { UpdateAppProps } from '@threekit/rest-api';

appsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("../api.js").RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
configuration: import("@threekit/rest-api").Configuration | null;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -19,9 +19,9 @@ deletedAt?: string | null | undefined;

appsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
configuration: import("@threekit/rest-api").Configuration | null;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -32,15 +32,15 @@ deletedAt?: string | null | undefined;

appsCreate: import("@reduxjs/toolkit/query").MutationDefinition<{
name: string;
url: string;
name: string;
configuration?: import("@threekit/rest-api").Configuration | null | undefined;
orgId?: string | undefined;
configuration?: import("@threekit/rest-api").Configuration | null | undefined;
metadata?: Record<string, string | number> | null | undefined;
metadata?: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null | undefined;
}, import("../api.js").RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
configuration: import("@threekit/rest-api").Configuration | null;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -54,9 +54,9 @@ deletedAt?: string | null | undefined;

}, import("../api.js").RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
configuration: import("@threekit/rest-api").Configuration | null;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -67,9 +67,9 @@ deletedAt?: string | null | undefined;

appsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
configuration: import("@threekit/rest-api").Configuration | null;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -76,0 +76,0 @@ deletedAt?: string | null | undefined;

@@ -5,8 +5,8 @@ import type { RestApiEndpointBuilder } from '../api.js';

assetsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
type: string;
createdAt: string;
name: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
orgId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string;

@@ -39,8 +39,8 @@ as: string | null;

assetsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, import("../api.js").RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
type: string;
createdAt: string;
name: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
orgId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string;

@@ -47,0 +47,0 @@ as: string | null;

@@ -5,9 +5,9 @@ import type { RestApiEndpointBuilder } from '../api.js';

assetsV2GetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, {
createdAt: string;
type: "item";
name: string;
id: string;
orgId: string;
type: "item";
createdAt: string;
head: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string | null;

@@ -50,9 +50,9 @@ as: string | null;

}, import("../api.js").RestApiBaseQuery, TAGS, {
createdAt: string;
type: "item";
name: string;
id: string;
orgId: string;
type: "item";
createdAt: string;
head: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string | null;

@@ -87,9 +87,9 @@ as: string | null;

assetsV2DeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, {
createdAt: string;
type: "item";
name: string;
id: string;
orgId: string;
type: "item";
createdAt: string;
head: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string | null;

@@ -96,0 +96,0 @@ as: string | null;

@@ -11,5 +11,5 @@ import type { RestApiEndpointBuilder } from '../api.js';

assets: {
orgId: string;
type: "Node" | "Attribute";
id: string;
orgId: string;
HEAD: string;

@@ -16,0 +16,0 @@ }[];

@@ -39,3 +39,3 @@ import { type ThreekitAuthProps, ThreekitClient } from '@threekit/rest-api';

webhooksGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
filter: {

@@ -45,4 +45,4 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[];

};
createdAt: string;
id: string;
orgId: string;
topic: string;

@@ -55,3 +55,3 @@ address: string;

webhooksGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
filter: {

@@ -61,4 +61,4 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[];

};
createdAt: string;
id: string;
orgId: string;
topic: string;

@@ -71,3 +71,3 @@ address: string;

webhooksDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
filter: {

@@ -77,4 +77,4 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[];

};
createdAt: string;
id: string;
orgId: string;
topic: string;

@@ -136,7 +136,7 @@ address: string;

tagsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: string;
description: string | null;

@@ -151,7 +151,7 @@ label: string | null;

tagsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: string;
description: string | null;

@@ -170,7 +170,7 @@ label: string | null;

}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: string;
description: string | null;

@@ -200,7 +200,7 @@ label: string | null;

}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: string;
description: string | null;

@@ -215,7 +215,7 @@ label: string | null;

tagsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: string;
description: string | null;

@@ -233,8 +233,8 @@ label: string | null;

orgId: string;
shortId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
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;

@@ -254,3 +254,3 @@ productVersion: string | null;

sku?: string | undefined;
metadata?: Record<string, string | number> | undefined;
metadata?: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | undefined;
fullConfiguration?: boolean | undefined;

@@ -261,8 +261,8 @@ } | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {

orgId: string;
shortId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
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;

@@ -281,8 +281,8 @@ productVersion: string | null;

orgId: string;
shortId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
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;

@@ -299,4 +299,4 @@ productVersion: string | null;

createdAt: string;
name: string;
id: string;
name: string;
userId: string;

@@ -389,5 +389,5 @@ slug: string;

assets: {
orgId: string;
type: "Node" | "Attribute";
id: string;
orgId: string;
HEAD: string;

@@ -401,9 +401,9 @@ }[];

assetsV2GetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
createdAt: string;
type: "item";
name: string;
id: string;
orgId: string;
type: "item";
createdAt: string;
head: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string | null;

@@ -446,9 +446,9 @@ as: string | null;

}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
createdAt: string;
type: "item";
name: string;
id: string;
orgId: string;
type: "item";
createdAt: string;
head: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string | null;

@@ -483,9 +483,9 @@ as: string | null;

assetsV2DeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
createdAt: string;
type: "item";
name: string;
id: string;
orgId: string;
type: "item";
createdAt: string;
head: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string | null;

@@ -520,8 +520,8 @@ as: string | null;

assetsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
type: string;
createdAt: string;
name: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
orgId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string;

@@ -554,8 +554,8 @@ as: string | null;

assetsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
type: string;
createdAt: string;
name: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
orgId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string;

@@ -589,9 +589,9 @@ as: string | null;

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;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -602,9 +602,9 @@ deletedAt?: string | null | undefined;

appsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
configuration: import("@threekit/rest-api").Configuration | null;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -615,15 +615,15 @@ deletedAt?: string | null | undefined;

appsCreate: import("@reduxjs/toolkit/query").MutationDefinition<{
name: string;
url: string;
name: string;
configuration?: import("@threekit/rest-api").Configuration | null | undefined;
orgId?: string | undefined;
configuration?: import("@threekit/rest-api").Configuration | null | undefined;
metadata?: Record<string, string | number> | null | undefined;
metadata?: Record<string, string | number | Record<string, string | number | 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;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -637,14 +637,14 @@ deletedAt?: string | null | undefined;

configuration?: import("@threekit/rest-api").Configuration | null | undefined;
name?: string | undefined;
url?: string | undefined;
name?: string | undefined;
metadata?: Record<string, string | number> | null | undefined;
metadata?: Record<string, string | number | Record<string, string | number | 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;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -655,9 +655,9 @@ deletedAt?: string | null | undefined;

appsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
configuration: import("@threekit/rest-api").Configuration | null;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -688,3 +688,3 @@ deletedAt?: string | null | undefined;

webhooksGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
filter: {

@@ -694,4 +694,4 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[];

};
createdAt: string;
id: string;
orgId: string;
topic: string;

@@ -704,3 +704,3 @@ address: string;

webhooksGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
filter: {

@@ -710,4 +710,4 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[];

};
createdAt: string;
id: string;
orgId: string;
topic: string;

@@ -720,3 +720,3 @@ address: string;

webhooksDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
filter: {

@@ -726,4 +726,4 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[];

};
createdAt: string;
id: string;
orgId: string;
topic: string;

@@ -785,7 +785,7 @@ address: string;

tagsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: string;
description: string | null;

@@ -800,7 +800,7 @@ label: string | null;

tagsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: string;
description: string | null;

@@ -819,7 +819,7 @@ label: string | null;

}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: string;
description: string | null;

@@ -849,7 +849,7 @@ label: string | null;

}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: string;
description: string | null;

@@ -864,7 +864,7 @@ label: string | null;

tagsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: string;
description: string | null;

@@ -882,8 +882,8 @@ label: string | null;

orgId: string;
shortId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
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;

@@ -903,3 +903,3 @@ productVersion: string | null;

sku?: string | undefined;
metadata?: Record<string, string | number> | undefined;
metadata?: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | undefined;
fullConfiguration?: boolean | undefined;

@@ -910,8 +910,8 @@ } | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {

orgId: string;
shortId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
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;

@@ -930,8 +930,8 @@ productVersion: string | null;

orgId: string;
shortId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
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;

@@ -948,4 +948,4 @@ productVersion: string | null;

createdAt: string;
name: string;
id: string;
name: string;
userId: string;

@@ -1038,5 +1038,5 @@ slug: string;

assets: {
orgId: string;
type: "Node" | "Attribute";
id: string;
orgId: string;
HEAD: string;

@@ -1050,9 +1050,9 @@ }[];

assetsV2GetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
createdAt: string;
type: "item";
name: string;
id: string;
orgId: string;
type: "item";
createdAt: string;
head: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string | null;

@@ -1095,9 +1095,9 @@ as: string | null;

}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
createdAt: string;
type: "item";
name: string;
id: string;
orgId: string;
type: "item";
createdAt: string;
head: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string | null;

@@ -1132,9 +1132,9 @@ as: string | null;

assetsV2DeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
createdAt: string;
type: "item";
name: string;
id: string;
orgId: string;
type: "item";
createdAt: string;
head: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string | null;

@@ -1169,8 +1169,8 @@ as: string | null;

assetsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
type: string;
createdAt: string;
name: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
orgId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string;

@@ -1203,8 +1203,8 @@ as: string | null;

assetsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
type: string;
createdAt: string;
name: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
orgId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
parentFolderId: string;

@@ -1238,9 +1238,9 @@ as: string | null;

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;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -1251,9 +1251,9 @@ deletedAt?: string | null | undefined;

appsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
configuration: import("@threekit/rest-api").Configuration | null;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -1264,15 +1264,15 @@ deletedAt?: string | null | undefined;

appsCreate: import("@reduxjs/toolkit/query").MutationDefinition<{
name: string;
url: string;
name: string;
configuration?: import("@threekit/rest-api").Configuration | null | undefined;
orgId?: string | undefined;
configuration?: import("@threekit/rest-api").Configuration | null | undefined;
metadata?: Record<string, string | number> | null | undefined;
metadata?: Record<string, string | number | Record<string, string | number | 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;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -1286,14 +1286,14 @@ deletedAt?: string | null | undefined;

configuration?: import("@threekit/rest-api").Configuration | null | undefined;
name?: string | undefined;
url?: string | undefined;
name?: string | undefined;
metadata?: Record<string, string | number> | null | undefined;
metadata?: Record<string, string | number | Record<string, string | number | 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;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -1304,9 +1304,9 @@ deletedAt?: string | null | undefined;

appsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, {
orgId: string;
createdAt: string;
configuration: import("@threekit/rest-api").Configuration | null;
name: string;
id: string;
orgId: string;
url: string;
id: string;
name: string;
metadata: Record<string, string | number> | null;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
createdBy?: string | undefined;

@@ -1313,0 +1313,0 @@ deletedAt?: string | null | undefined;

@@ -6,4 +6,4 @@ import type { RestApiEndpointBuilder } from '../api.js';

createdAt: string;
name: string;
id: string;
name: string;
userId: string;

@@ -10,0 +10,0 @@ slug: string;

@@ -9,8 +9,8 @@ import { type CreateSavedConfigurationProps } from '@threekit/rest-api';

orgId: string;
shortId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
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;

@@ -30,3 +30,3 @@ productVersion: string | null;

sku?: string | undefined;
metadata?: Record<string, string | number> | undefined;
metadata?: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | undefined;
fullConfiguration?: boolean | undefined;

@@ -37,8 +37,8 @@ } | undefined, import("../api.js").RestApiBaseQuery, TAGS, {

orgId: string;
shortId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
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,8 +57,8 @@ productVersion: string | null;

orgId: string;
shortId: string;
metadata: Record<string, string | number | Record<string, string | number | Record<string, string | number>>> | null;
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;

@@ -65,0 +65,0 @@ productVersion: string | 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;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: 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;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: string;
description: string | null;

@@ -40,7 +40,7 @@ label: string | null;

}, import("../api.js").RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: string;
description: string | null;

@@ -58,7 +58,7 @@ label: string | null;

}, import("../api.js").RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: 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;
createdAt: string;
type: "asset" | "catalog";
createdAt: string;
name: string;
id: string;
name: string;
orgId: 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">]>;
name: z.ZodString;
orgId: z.ZodOptional<z.ZodString>;
}, "orgId">, "strip", z.ZodTypeAny, {

@@ -7,0 +7,0 @@ type: "asset" | "catalog";

@@ -5,3 +5,3 @@ import type { RestApiEndpointBuilder } from '../api.js';

webhooksGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("../api.js").RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
filter: {

@@ -11,4 +11,4 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[];

};
createdAt: string;
id: string;
orgId: string;
topic: string;

@@ -21,3 +21,3 @@ address: string;

webhooksGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
filter: {

@@ -27,4 +27,4 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[];

};
createdAt: string;
id: string;
orgId: string;
topic: string;

@@ -37,3 +37,3 @@ address: string;

webhooksDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, {
orgId: string;
createdAt: string;
filter: {

@@ -43,4 +43,4 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[];

};
createdAt: string;
id: string;
orgId: string;
topic: string;

@@ -47,0 +47,0 @@ address: string;

{
"name": "@threekit/redux-store-api",
"version": "0.1.28",
"version": "0.1.29",
"license": "MIT",

@@ -11,3 +11,3 @@ "type": "module",

"@reduxjs/toolkit": "^2.0.1",
"@threekit/rest-api": "^0.1.28",
"@threekit/rest-api": "^0.1.29",
"redux": "^5.0.1",

@@ -21,3 +21,3 @@ "zod": "^3.22.4"

"sideEffects": false,
"gitHead": "ba4a516f4f5f718dfdbfcd79e80065f9bfef51f3"
"gitHead": "824477b9e8a89062d004ecc95d2011bad0370fb0"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc