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

appknit-platform-sdk

Package Overview
Dependencies
Maintainers
2
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appknit-platform-sdk - npm Package Compare versions

Comparing version 1.0.53-19 to 1.0.53-21

7

dist/src/types/flow.d.ts

@@ -19,4 +19,6 @@ import { SdkDataPaginateable } from './data';

}
export declare class environmentFlowVersion {
export declare class EnvironmentFlowVersion {
id: string;
systemKey: string;
name: string;
environmentId: string;

@@ -26,3 +28,2 @@ organizationId: string;

flowVersionId: string;
type: CronJobType;
status: EnvironmentFlowVersionStatus;

@@ -65,3 +66,3 @@ invocationParams: Record<string, any>;

abstract updateScheduledJob(jobId: string, name: string, cronExpression: string, type: CronJobType, data: Record<string, any>): Promise<CronJob>;
abstract cloneEnvironmentFlowVersion(id: string, toOrganizationId: string): Promise<environmentFlowVersion>;
abstract cloneEnvironmentFlowVersion(id: string, toOrganizationId: string): Promise<EnvironmentFlowVersion>;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SdkFlowProvider = exports.CronJobType = exports.CronJobStatus = exports.EnvironmentFlowVersionStatus = exports.environmentFlowVersion = exports.CronJob = void 0;
exports.SdkFlowProvider = exports.CronJobType = exports.CronJobStatus = exports.EnvironmentFlowVersionStatus = exports.EnvironmentFlowVersion = exports.CronJob = void 0;
class CronJob {
}
exports.CronJob = CronJob;
class environmentFlowVersion {
class EnvironmentFlowVersion {
}
exports.environmentFlowVersion = environmentFlowVersion;
exports.EnvironmentFlowVersion = EnvironmentFlowVersion;
var EnvironmentFlowVersionStatus;

@@ -11,0 +11,0 @@ (function (EnvironmentFlowVersionStatus) {

{
"name": "appknit-platform-sdk",
"version": "1.0.53-19",
"version": "1.0.53-21",
"description": "",

@@ -5,0 +5,0 @@ "homepage": "https://appknit.io",

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