@activepieces/shared
Advanced tools
Comparing version 0.3.14 to 0.3.15
{ | ||
"name": "@activepieces/shared", | ||
"version": "0.3.14", | ||
"version": "0.3.15", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -57,3 +57,3 @@ import { BaseModel } from "../common/base-model"; | ||
props?: Record<string, any>; | ||
token_url?: string; | ||
token_url: string; | ||
} | ||
@@ -60,0 +60,0 @@ export interface OAuth2ConnectionValueWithApp extends BaseOAuth2ConnectionValue { |
199424