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

@activepieces/shared

Package Overview
Dependencies
Maintainers
0
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activepieces/shared - npm Package Compare versions

Comparing version

to
0.10.159

src/lib/todos/index.d.ts

2

package.json
{
"name": "@activepieces/shared",
"version": "0.10.158",
"version": "0.10.159",
"type": "commonjs",

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

@@ -82,5 +82,5 @@ export * from './lib/flows/actions/action';

export * from './lib/flows/operations/paste-operations';
export * from './lib/manual-task';
export * from './lib/manual-task/manual-task.request';
export * from './lib/todos';
export * from './lib/todos/todos-request';
export * from './lib/license-keys';
export * from './lib/flow-run/execution/flow-execution';

@@ -85,4 +85,4 @@ "use strict";

tslib_1.__exportStar(require("./lib/flows/operations/paste-operations"), exports);
tslib_1.__exportStar(require("./lib/manual-task"), exports);
tslib_1.__exportStar(require("./lib/manual-task/manual-task.request"), exports);
tslib_1.__exportStar(require("./lib/todos"), exports);
tslib_1.__exportStar(require("./lib/todos/todos-request"), exports);
// Look at https://github.com/sinclairzx81/typebox/issues/350

@@ -89,0 +89,0 @@ const system_1 = require("@sinclair/typebox/system");

@@ -21,4 +21,3 @@ import { Kind, SchemaOptions, Static, TEnum, TLiteral, TObject, TSchema, TUnion } from '@sinclair/typebox';

static: Static<TUnion<Types>>;
oneOf: Types;
type: 'object';
anyOf: Types;
discriminator: {

@@ -25,0 +24,0 @@ propertyName: string;

@@ -24,4 +24,3 @@ "use strict";

[typebox_1.Kind]: 'DiscriminatedUnion',
oneOf: types,
type: 'object',
anyOf: types,
discriminator: {

@@ -28,0 +27,0 @@ propertyName: discriminator,

@@ -23,4 +23,4 @@ export declare enum Permission {

READ_PROJECT = "READ_PROJECT",
READ_MANUAL_TASKS = "READ_MANUAL_TASKS",
WRITE_MANUAL_TASK = "WRITE_MANUAL_TASK",
READ_TODOS = "READ_TODOS",
WRITE_TODOS = "WRITE_TODOS",
READ_TABLE = "READ_TABLE",

@@ -27,0 +27,0 @@ WRITE_TABLE = "WRITE_TABLE"

@@ -28,4 +28,4 @@ "use strict";

Permission["READ_PROJECT"] = "READ_PROJECT";
Permission["READ_MANUAL_TASKS"] = "READ_MANUAL_TASKS";
Permission["WRITE_MANUAL_TASK"] = "WRITE_MANUAL_TASK";
Permission["READ_TODOS"] = "READ_TODOS";
Permission["WRITE_TODOS"] = "WRITE_TODOS";
Permission["READ_TABLE"] = "READ_TABLE";

@@ -32,0 +32,0 @@ Permission["WRITE_TABLE"] = "WRITE_TABLE";

@@ -85,2 +85,3 @@ import { Static } from '@sinclair/typebox';

body: T;
rawBody?: unknown;
headers: Record<string, string>;

@@ -87,0 +88,0 @@ queryParams: Record<string, string>;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet