Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@taskmagic/shared

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taskmagic/shared - npm Package Compare versions

Comparing version 0.10.33 to 0.10.34

4

package.json
{
"name": "@taskmagic/shared",
"version": "0.10.33",
"version": "0.10.34",
"type": "commonjs",

@@ -9,5 +9,5 @@ "dependencies": {

"semver": "7.5.4",
"tslib": "2.6.1"
"tslib": "1.14.1"
},
"main": "./src/index.js"
}
import { Static } from '@sinclair/typebox';
import { Cursor } from '../../common/seek-page';
export declare const ListFlowsRequest: import("@sinclair/typebox").TObject<{
projectId: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString<string>, import("@sinclair/typebox").TNull]>;
projectId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString<string>, import("@sinclair/typebox").TNull]>>;
folderId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<string>>;

@@ -14,3 +14,3 @@ limit: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;

versionId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<string>>;
projectId: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString<string>, import("@sinclair/typebox").TNull]>;
projectId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString<string>, import("@sinclair/typebox").TNull]>>;
}>;

@@ -17,0 +17,0 @@ export type GetFlowRequest = Static<typeof GetFlowRequest>;

@@ -6,3 +6,3 @@ "use strict";

exports.ListFlowsRequest = typebox_1.Type.Object({
projectId: typebox_1.Type.Union([typebox_1.Type.String(), typebox_1.Type.Null()]),
projectId: typebox_1.Type.Optional(typebox_1.Type.Union([typebox_1.Type.String(), typebox_1.Type.Null()])),
folderId: typebox_1.Type.Optional(typebox_1.Type.String()),

@@ -14,3 +14,3 @@ limit: typebox_1.Type.Optional(typebox_1.Type.Number({})),

versionId: typebox_1.Type.Optional(typebox_1.Type.String({})),
projectId: typebox_1.Type.Union([typebox_1.Type.String({}), typebox_1.Type.Null()])
projectId: typebox_1.Type.Optional(typebox_1.Type.Union([typebox_1.Type.String(), typebox_1.Type.Null()])),
});

@@ -17,0 +17,0 @@ exports.GetFlowByNameRequest = typebox_1.Type.Object({

@@ -16,2 +16,7 @@ import { Static } from '@sinclair/typebox';

};
export declare const GetFolderRequest: import("@sinclair/typebox").TObject<{
folderId: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString<string>, import("@sinclair/typebox").TNull]>;
projectId: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString<string>, import("@sinclair/typebox").TNull]>;
}>;
export type GetFolderRequest = Static<typeof GetFolderRequest>;
export type TaskmagicWorkspace = {

@@ -18,0 +23,0 @@ name: string;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UncategorizedFolderId = exports.Folder = void 0;
exports.GetFolderRequest = exports.UncategorizedFolderId = exports.Folder = void 0;
const typebox_1 = require("@sinclair/typebox");

@@ -8,2 +8,6 @@ const common_1 = require("../../common");

exports.UncategorizedFolderId = 'UNCATEGORIZED';
exports.GetFolderRequest = typebox_1.Type.Object({
folderId: typebox_1.Type.Union([typebox_1.Type.String({}), typebox_1.Type.Null()]),
projectId: typebox_1.Type.Union([typebox_1.Type.String({}), typebox_1.Type.Null()])
});
//# sourceMappingURL=folder.js.map

Sorry, the diff of this file is not supported yet

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