🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@nimblebrain/api-spec

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nimblebrain/api-spec - npm Package Compare versions

Comparing version
0.3.8
to
0.3.9
+2
-2
dist/schemas/requests.schema.js

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

.object({
text: zodSetup_1.z.string(),
text: zodSetup_1.z.string().min(2, "Text must be at least 2 characters long"),
})

@@ -13,5 +13,5 @@ .openapi("CreateConversation");

.object({
text: zodSetup_1.z.string(),
text: zodSetup_1.z.string().min(2, "Text must be at least 2 characters long"),
})
.openapi("CreateMessage");
//# sourceMappingURL=requests.schema.js.map

@@ -1,1 +0,1 @@

{"version":3,"file":"requests.schema.js","sourceRoot":"","sources":["../../src/schemas/requests.schema.ts"],"names":[],"mappings":";;;AAAA,yCAA+B;AAElB,QAAA,wBAAwB,GAAG,YAAC;KACtC,MAAM,CAAC;IACN,IAAI,EAAE,YAAC,CAAC,MAAM,EAAE;CACjB,CAAC;KACD,OAAO,CAAC,oBAAoB,CAAC,CAAC;AAIpB,QAAA,mBAAmB,GAAG,YAAC;KACjC,MAAM,CAAC;IACN,IAAI,EAAE,YAAC,CAAC,MAAM,EAAE;CACjB,CAAC;KACD,OAAO,CAAC,eAAe,CAAC,CAAC"}
{"version":3,"file":"requests.schema.js","sourceRoot":"","sources":["../../src/schemas/requests.schema.ts"],"names":[],"mappings":";;;AAAA,yCAA+B;AAElB,QAAA,wBAAwB,GAAG,YAAC;KACtC,MAAM,CAAC;IACN,IAAI,EAAE,YAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,EAAE,yCAAyC,CAAC;CACnE,CAAC;KACD,OAAO,CAAC,oBAAoB,CAAC,CAAC;AAIpB,QAAA,mBAAmB,GAAG,YAAC;KACjC,MAAM,CAAC;IACN,IAAI,EAAE,YAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,EAAE,yCAAyC,CAAC;CACnE,CAAC;KACD,OAAO,CAAC,eAAe,CAAC,CAAC"}
{
"name": "@nimblebrain/api-spec",
"version": "0.3.8",
"version": "0.3.9",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "module": "dist/index.js",