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

@inploi/core

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inploi/core - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

156

dist/flows/index.d.ts

@@ -9,4 +9,6 @@ import { z } from 'zod';

nextId: z.ZodOptional<z.ZodString>;
data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
}, "strip", z.ZodTypeAny, {
id: string;
data: {};
isHead?: boolean | undefined;

@@ -16,2 +18,3 @@ nextId?: string | undefined;

id: string;
data: {};
isHead?: boolean | undefined;

@@ -35,6 +38,6 @@ nextId?: string | undefined;

id: string;
type: "end-flow";
data: {
systemMessage?: string | undefined;
};
type: "end-flow";
isHead?: boolean | undefined;

@@ -44,6 +47,6 @@ nextId?: string | undefined;

id: string;
type: "end-flow";
data: {
systemMessage?: string | undefined;
};
type: "end-flow";
isHead?: boolean | undefined;

@@ -57,5 +60,7 @@ nextId?: string | undefined;

nextId: z.ZodOptional<z.ZodString>;
data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
type: z.ZodLiteral<"submit">;
}, "strip", z.ZodTypeAny, {
id: string;
data: {};
type: "submit";

@@ -66,2 +71,3 @@ isHead?: boolean | undefined;

id: string;
data: {};
type: "submit";

@@ -89,3 +95,2 @@ isHead?: boolean | undefined;

id: string;
type: "link";
data: {

@@ -95,2 +100,3 @@ href: string;

};
type: "link";
isHead?: boolean | undefined;

@@ -100,3 +106,2 @@ nextId?: string | undefined;

id: string;
type: "link";
data: {

@@ -106,2 +111,3 @@ href: string;

};
type: "link";
isHead?: boolean | undefined;

@@ -126,6 +132,6 @@ nextId?: string | undefined;

id: string;
type: "text";
data: {
text: string;
};
type: "text";
isHead?: boolean | undefined;

@@ -135,6 +141,6 @@ nextId?: string | undefined;

id: string;
type: "text";
data: {
text: string;
};
type: "text";
isHead?: boolean | undefined;

@@ -165,3 +171,2 @@ nextId?: string | undefined;

id: string;
type: "image";
data: {

@@ -172,2 +177,3 @@ url: string;

};
type: "image";
isHead?: boolean | undefined;

@@ -177,3 +183,2 @@ nextId?: string | undefined;

id: string;
type: "image";
data: {

@@ -184,2 +189,3 @@ url: string;

};
type: "image";
isHead?: boolean | undefined;

@@ -213,3 +219,2 @@ nextId?: string | undefined;

id: string;
type: "question-boolean";
data: {

@@ -221,2 +226,3 @@ key: string;

};
type: "question-boolean";
isHead?: boolean | undefined;

@@ -226,3 +232,2 @@ nextId?: string | undefined;

id: string;
type: "question-boolean";
data: {

@@ -234,2 +239,3 @@ key: string;

};
type: "question-boolean";
isHead?: boolean | undefined;

@@ -263,3 +269,2 @@ nextId?: string | undefined;

id: string;
type: "question-text";
data: {

@@ -271,2 +276,3 @@ key: string;

};
type: "question-text";
isHead?: boolean | undefined;

@@ -276,3 +282,2 @@ nextId?: string | undefined;

id: string;
type: "question-text";
data: {

@@ -284,2 +289,3 @@ key: string;

};
type: "question-text";
isHead?: boolean | undefined;

@@ -319,3 +325,2 @@ nextId?: string | undefined;

id: string;
type: "question-number";
data: {

@@ -329,2 +334,3 @@ key: string;

};
type: "question-number";
isHead?: boolean | undefined;

@@ -334,3 +340,2 @@ nextId?: string | undefined;

id: string;
type: "question-number";
data: {

@@ -344,2 +349,3 @@ key: string;

};
type: "question-number";
isHead?: boolean | undefined;

@@ -397,3 +403,2 @@ nextId?: string | undefined;

id: string;
type: "question-enum";
data: {

@@ -409,2 +414,3 @@ options: {

};
type: "question-enum";
isHead?: boolean | undefined;

@@ -414,3 +420,2 @@ nextId?: string | undefined;

id: string;
type: "question-enum";
data: {

@@ -426,2 +431,3 @@ options: {

};
type: "question-enum";
isHead?: boolean | undefined;

@@ -458,3 +464,2 @@ nextId?: string | undefined;

id: string;
type: "question-file";
data: {

@@ -467,2 +472,3 @@ key: string;

};
type: "question-file";
isHead?: boolean | undefined;

@@ -472,3 +478,2 @@ nextId?: string | undefined;

id: string;
type: "question-file";
data: {

@@ -481,2 +486,3 @@ key: string;

};
type: "question-file";
isHead?: boolean | undefined;

@@ -547,3 +553,2 @@ nextId?: string | undefined;

id: string;
type: "question-address";
data: {

@@ -562,2 +567,3 @@ keys: {

};
type: "question-address";
isHead?: boolean | undefined;

@@ -567,3 +573,2 @@ nextId?: string | undefined;

id: string;
type: "question-address";
data: {

@@ -582,2 +587,3 @@ keys: {

};
type: "question-address";
isHead?: boolean | undefined;

@@ -609,3 +615,2 @@ nextId?: string | undefined;

id: string;
type: "if-block";
data: {

@@ -616,2 +621,3 @@ compareKey: string;

};
type: "if-block";
isHead?: boolean | undefined;

@@ -622,3 +628,2 @@ nextId?: string | undefined;

id: string;
type: "if-block";
data: {

@@ -629,2 +634,3 @@ compareKey: string;

};
type: "if-block";
isHead?: boolean | undefined;

@@ -650,6 +656,6 @@ nextId?: string | undefined;

id: string;
type: "jump";
data: {
targetId: string;
};
type: "jump";
isHead?: boolean | undefined;

@@ -659,6 +665,6 @@ nextId?: string | undefined;

id: string;
type: "jump";
data: {
targetId: string;
};
type: "jump";
isHead?: boolean | undefined;

@@ -683,6 +689,6 @@ nextId?: string | undefined;

id: string;
type: "text";
data: {
text: string;
};
type: "text";
isHead?: boolean | undefined;

@@ -692,6 +698,6 @@ nextId?: string | undefined;

id: string;
type: "text";
data: {
text: string;
};
type: "text";
isHead?: boolean | undefined;

@@ -713,6 +719,6 @@ nextId?: string | undefined;

id: string;
type: "end-flow";
data: {
systemMessage?: string | undefined;
};
type: "end-flow";
isHead?: boolean | undefined;

@@ -722,6 +728,6 @@ nextId?: string | undefined;

id: string;
type: "end-flow";
data: {
systemMessage?: string | undefined;
};
type: "end-flow";
isHead?: boolean | undefined;

@@ -733,5 +739,7 @@ nextId?: string | undefined;

nextId: z.ZodOptional<z.ZodString>;
data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
type: z.ZodLiteral<"submit">;
}, "strip", z.ZodTypeAny, {
id: string;
data: {};
type: "submit";

@@ -742,2 +750,3 @@ isHead?: boolean | undefined;

id: string;
data: {};
type: "submit";

@@ -763,3 +772,2 @@ isHead?: boolean | undefined;

id: string;
type: "link";
data: {

@@ -769,2 +777,3 @@ href: string;

};
type: "link";
isHead?: boolean | undefined;

@@ -774,3 +783,2 @@ nextId?: string | undefined;

id: string;
type: "link";
data: {

@@ -780,2 +788,3 @@ href: string;

};
type: "link";
isHead?: boolean | undefined;

@@ -803,3 +812,2 @@ nextId?: string | undefined;

id: string;
type: "image";
data: {

@@ -810,2 +818,3 @@ url: string;

};
type: "image";
isHead?: boolean | undefined;

@@ -815,3 +824,2 @@ nextId?: string | undefined;

id: string;
type: "image";
data: {

@@ -822,2 +830,3 @@ url: string;

};
type: "image";
isHead?: boolean | undefined;

@@ -848,3 +857,2 @@ nextId?: string | undefined;

id: string;
type: "question-boolean";
data: {

@@ -856,2 +864,3 @@ key: string;

};
type: "question-boolean";
isHead?: boolean | undefined;

@@ -861,3 +870,2 @@ nextId?: string | undefined;

id: string;
type: "question-boolean";
data: {

@@ -869,2 +877,3 @@ key: string;

};
type: "question-boolean";
isHead?: boolean | undefined;

@@ -895,3 +904,2 @@ nextId?: string | undefined;

id: string;
type: "question-text";
data: {

@@ -903,2 +911,3 @@ key: string;

};
type: "question-text";
isHead?: boolean | undefined;

@@ -908,3 +917,2 @@ nextId?: string | undefined;

id: string;
type: "question-text";
data: {

@@ -916,2 +924,3 @@ key: string;

};
type: "question-text";
isHead?: boolean | undefined;

@@ -948,3 +957,2 @@ nextId?: string | undefined;

id: string;
type: "question-number";
data: {

@@ -958,2 +966,3 @@ key: string;

};
type: "question-number";
isHead?: boolean | undefined;

@@ -963,3 +972,2 @@ nextId?: string | undefined;

id: string;
type: "question-number";
data: {

@@ -973,2 +981,3 @@ key: string;

};
type: "question-number";
isHead?: boolean | undefined;

@@ -1023,3 +1032,2 @@ nextId?: string | undefined;

id: string;
type: "question-enum";
data: {

@@ -1035,2 +1043,3 @@ options: {

};
type: "question-enum";
isHead?: boolean | undefined;

@@ -1040,3 +1049,2 @@ nextId?: string | undefined;

id: string;
type: "question-enum";
data: {

@@ -1052,2 +1060,3 @@ options: {

};
type: "question-enum";
isHead?: boolean | undefined;

@@ -1081,3 +1090,2 @@ nextId?: string | undefined;

id: string;
type: "question-file";
data: {

@@ -1090,2 +1098,3 @@ key: string;

};
type: "question-file";
isHead?: boolean | undefined;

@@ -1095,3 +1104,2 @@ nextId?: string | undefined;

id: string;
type: "question-file";
data: {

@@ -1104,2 +1112,3 @@ key: string;

};
type: "question-file";
isHead?: boolean | undefined;

@@ -1167,3 +1176,2 @@ nextId?: string | undefined;

id: string;
type: "question-address";
data: {

@@ -1182,2 +1190,3 @@ keys: {

};
type: "question-address";
isHead?: boolean | undefined;

@@ -1187,3 +1196,2 @@ nextId?: string | undefined;

id: string;
type: "question-address";
data: {

@@ -1202,2 +1210,3 @@ keys: {

};
type: "question-address";
isHead?: boolean | undefined;

@@ -1226,3 +1235,2 @@ nextId?: string | undefined;

id: string;
type: "if-block";
data: {

@@ -1233,2 +1241,3 @@ compareKey: string;

};
type: "if-block";
isHead?: boolean | undefined;

@@ -1239,3 +1248,2 @@ nextId?: string | undefined;

id: string;
type: "if-block";
data: {

@@ -1246,2 +1254,3 @@ compareKey: string;

};
type: "if-block";
isHead?: boolean | undefined;

@@ -1264,6 +1273,6 @@ nextId?: string | undefined;

id: string;
type: "jump";
data: {
targetId: string;
};
type: "jump";
isHead?: boolean | undefined;

@@ -1273,6 +1282,6 @@ nextId?: string | undefined;

id: string;
type: "jump";
data: {
targetId: string;
};
type: "jump";
isHead?: boolean | undefined;

@@ -1297,6 +1306,6 @@ nextId?: string | undefined;

id: string;
type: "text";
data: {
text: string;
};
type: "text";
isHead?: boolean | undefined;

@@ -1306,6 +1315,6 @@ nextId?: string | undefined;

id: string;
type: "text";
data: {
text: string;
};
type: "text";
isHead?: boolean | undefined;

@@ -1337,3 +1346,2 @@ nextId?: string | undefined;

id: string;
type: "question-text";
data: {

@@ -1345,2 +1353,3 @@ key: string;

};
type: "question-text";
isHead?: boolean | undefined;

@@ -1350,3 +1359,2 @@ nextId?: string | undefined;

id: string;
type: "question-text";
data: {

@@ -1358,2 +1366,3 @@ key: string;

};
type: "question-text";
isHead?: boolean | undefined;

@@ -1388,3 +1397,2 @@ nextId?: string | undefined;

id: string;
type: "question-file";
data: {

@@ -1397,2 +1405,3 @@ key: string;

};
type: "question-file";
isHead?: boolean | undefined;

@@ -1402,3 +1411,2 @@ nextId?: string | undefined;

id: string;
type: "question-file";
data: {

@@ -1411,2 +1419,3 @@ key: string;

};
type: "question-file";
isHead?: boolean | undefined;

@@ -1419,5 +1428,7 @@ nextId?: string | undefined;

nextId: z.ZodOptional<z.ZodString>;
data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
type: z.ZodLiteral<"submit">;
}, "strip", z.ZodTypeAny, {
id: string;
data: {};
type: "submit";

@@ -1428,2 +1439,3 @@ isHead?: boolean | undefined;

id: string;
data: {};
type: "submit";

@@ -1447,6 +1459,6 @@ isHead?: boolean | undefined;

id: string;
type: "end-flow";
data: {
systemMessage?: string | undefined;
};
type: "end-flow";
isHead?: boolean | undefined;

@@ -1456,6 +1468,6 @@ nextId?: string | undefined;

id: string;
type: "end-flow";
data: {
systemMessage?: string | undefined;
};
type: "end-flow";
isHead?: boolean | undefined;

@@ -1481,3 +1493,2 @@ nextId?: string | undefined;

id: string;
type: "link";
data: {

@@ -1487,2 +1498,3 @@ href: string;

};
type: "link";
isHead?: boolean | undefined;

@@ -1492,3 +1504,2 @@ nextId?: string | undefined;

id: string;
type: "link";
data: {

@@ -1498,2 +1509,3 @@ href: string;

};
type: "link";
isHead?: boolean | undefined;

@@ -1522,3 +1534,2 @@ nextId?: string | undefined;

id: string;
type: "image";
data: {

@@ -1529,2 +1540,3 @@ url: string;

};
type: "image";
isHead?: boolean | undefined;

@@ -1534,3 +1546,2 @@ nextId?: string | undefined;

id: string;
type: "image";
data: {

@@ -1541,2 +1552,3 @@ url: string;

};
type: "image";
isHead?: boolean | undefined;

@@ -1568,3 +1580,2 @@ nextId?: string | undefined;

id: string;
type: "question-boolean";
data: {

@@ -1576,2 +1587,3 @@ key: string;

};
type: "question-boolean";
isHead?: boolean | undefined;

@@ -1581,3 +1593,2 @@ nextId?: string | undefined;

id: string;
type: "question-boolean";
data: {

@@ -1589,2 +1600,3 @@ key: string;

};
type: "question-boolean";
isHead?: boolean | undefined;

@@ -1640,3 +1652,2 @@ nextId?: string | undefined;

id: string;
type: "question-enum";
data: {

@@ -1652,2 +1663,3 @@ options: {

};
type: "question-enum";
isHead?: boolean | undefined;

@@ -1657,3 +1669,2 @@ nextId?: string | undefined;

id: string;
type: "question-enum";
data: {

@@ -1669,2 +1680,3 @@ options: {

};
type: "question-enum";
isHead?: boolean | undefined;

@@ -1733,3 +1745,2 @@ nextId?: string | undefined;

id: string;
type: "question-address";
data: {

@@ -1748,2 +1759,3 @@ keys: {

};
type: "question-address";
isHead?: boolean | undefined;

@@ -1753,3 +1765,2 @@ nextId?: string | undefined;

id: string;
type: "question-address";
data: {

@@ -1768,2 +1779,3 @@ keys: {

};
type: "question-address";
isHead?: boolean | undefined;

@@ -1793,3 +1805,2 @@ nextId?: string | undefined;

id: string;
type: "if-block";
data: {

@@ -1800,2 +1811,3 @@ compareKey: string;

};
type: "if-block";
isHead?: boolean | undefined;

@@ -1806,3 +1818,2 @@ nextId?: string | undefined;

id: string;
type: "if-block";
data: {

@@ -1813,2 +1824,3 @@ compareKey: string;

};
type: "if-block";
isHead?: boolean | undefined;

@@ -1832,6 +1844,6 @@ nextId?: string | undefined;

id: string;
type: "jump";
data: {
targetId: string;
};
type: "jump";
isHead?: boolean | undefined;

@@ -1841,6 +1853,6 @@ nextId?: string | undefined;

id: string;
type: "jump";
data: {
targetId: string;
};
type: "jump";
isHead?: boolean | undefined;

@@ -1878,3 +1890,2 @@ nextId?: string | undefined;

id: string;
type: "question-number";
data: {

@@ -1888,2 +1899,3 @@ key: string;

};
type: "question-number";
isHead?: boolean | undefined;

@@ -1893,3 +1905,2 @@ nextId?: string | undefined;

id: string;
type: "question-number";
data: {

@@ -1903,2 +1914,3 @@ key: string;

};
type: "question-number";
isHead?: boolean | undefined;

@@ -1905,0 +1917,0 @@ nextId?: string | undefined;

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

isHead: import_zod.z.boolean().optional(),
nextId: import_zod.z.string().optional()
nextId: import_zod.z.string().optional(),
data: import_zod.z.object({})
});

@@ -75,0 +76,0 @@ var EndFlowNodeSchema = BaseFlowNodeSchema.extend({

{
"name": "@inploi/core",
"version": "1.6.0",
"version": "1.6.1",
"license": "MIT",

@@ -27,4 +27,4 @@ "exports": {

"zod": "^3.22.0",
"eslint-config-custom": "0.1.0",
"tsconfig": "0.1.0"
"tsconfig": "0.1.0",
"eslint-config-custom": "0.1.0"
},

@@ -31,0 +31,0 @@ "peerDependencies": {

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

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