Socket
Socket
Sign inDemoInstall

@activepieces/shared

Package Overview
Dependencies
Maintainers
3
Versions
213
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 0.10.96 to 0.10.97

2

package.json
{
"name": "@activepieces/shared",
"version": "0.10.96",
"version": "0.10.97",
"type": "commonjs",

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

@@ -31,2 +31,3 @@ import { ApId } from '../common/id-generator';

export declare const Project: import("@sinclair/typebox").TObject<{
deleted: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString<string>, import("@sinclair/typebox").TNull]>;
ownerId: import("@sinclair/typebox").TString<string>;

@@ -43,2 +44,3 @@ displayName: import("@sinclair/typebox").TString<string>;

export declare const ProjectWithLimits: import("@sinclair/typebox").TComposite<[import("@sinclair/typebox").TObject<{
deleted: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString<string>, import("@sinclair/typebox").TNull]>;
ownerId: import("@sinclair/typebox").TString<string>;

@@ -45,0 +47,0 @@ displayName: import("@sinclair/typebox").TString<string>;

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

exports.ProjectPlan = typebox_1.Type.Object(Object.assign(Object.assign({}, base_model_1.BaseModelSchema), { projectId: typebox_1.Type.String(), stripeCustomerId: typebox_1.Type.String(), stripeSubscriptionId: (0, base_model_1.Nullable)(typebox_1.Type.String()), subscriptionStartDatetime: typebox_1.Type.String(), flowPlanName: typebox_1.Type.String(), minimumPollingInterval: typebox_1.Type.Number(), connections: typebox_1.Type.Number(), teamMembers: typebox_1.Type.Number(), tasks: typebox_1.Type.Number(), tasksPerDay: (0, base_model_1.Nullable)(typebox_1.Type.Number()) }));
exports.Project = typebox_1.Type.Object(Object.assign(Object.assign({}, base_model_1.BaseModelSchema), { ownerId: typebox_1.Type.String(), displayName: typebox_1.Type.String(), notifyStatus: typebox_1.Type.Enum(NotificationStatus), platformId: id_generator_1.ApId, externalId: typebox_1.Type.Optional(typebox_1.Type.String()) }));
exports.Project = typebox_1.Type.Object(Object.assign(Object.assign({}, base_model_1.BaseModelSchema), { deleted: typebox_1.Type.Union([typebox_1.Type.String(), typebox_1.Type.Null()]), ownerId: typebox_1.Type.String(), displayName: typebox_1.Type.String(), notifyStatus: typebox_1.Type.Enum(NotificationStatus), platformId: id_generator_1.ApId, externalId: typebox_1.Type.Optional(typebox_1.Type.String()) }));
exports.ProjectWithLimits = typebox_1.Type.Composite([

@@ -20,0 +20,0 @@ exports.Project,

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