@activepieces/shared 0.3.14 → 0.3.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -54,7 +54,7 @@ export interface CloudOAuth2ConnectionValue extends BaseOAuth2ConnectionValue {
|
|
|
54
54
|
scope: string;
|
|
55
55
|
data: Record<string, any>;
|
|
56
56
|
props?: Record<string, any>;
|
|
57
|
-
token_url
|
|
57
|
+
token_url: string;
|
|
58
58
|
}
|
|
59
59
|
export interface OAuth2ConnectionValueWithApp extends BaseOAuth2ConnectionValue {
|
|
60
60
|
type: AppConnectionType.OAUTH2;
|