@doflo/flow-interfaces
Advanced tools
Comparing version 1.22.11 to 1.22.12
@@ -160,2 +160,5 @@ { | ||
}, | ||
"icon": { | ||
"type": "string" | ||
}, | ||
"defaultLanguage": { | ||
@@ -162,0 +165,0 @@ "type": "string", |
@@ -20,2 +20,3 @@ /** | ||
env?: EnvSchema; | ||
icon?: string; | ||
integrationId: string; | ||
@@ -22,0 +23,0 @@ integrations?: any; |
{ | ||
"name": "@doflo/flow-interfaces", | ||
"version": "1.22.11", | ||
"version": "1.22.12", | ||
"description": "Public Interfaces, Schemas, & GRPC Signatures for doFlo developers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
423634
9949