@taskmagic/pieces-framework
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "@taskmagic/pieces-framework", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"type": "commonjs", | ||
@@ -13,3 +13,3 @@ "dependencies": { | ||
"semver": "7.5.4", | ||
"@taskmagic/shared": "0.10.29", | ||
"@taskmagic/shared": "0.10.30", | ||
"tslib": "2.6.1" | ||
@@ -16,0 +16,0 @@ }, |
/// <reference types="node" /> | ||
import { AppConnectionValue, ExecutionType, FlowRunId, PauseMetadata, StopResponse, TriggerPayload } from "@taskmagic/shared"; | ||
import { AppConnectionValue, ExecutionType, FlowRunId, PauseMetadata, Project, StopResponse, TriggerPayload } from "@taskmagic/shared"; | ||
import { TriggerStrategy } from "./trigger/trigger"; | ||
@@ -9,2 +9,3 @@ import { NonAuthPiecePropertyMap, PieceAuthProperty, PiecePropValueSchema, PiecePropertyMap, StaticPropsValue } from "./property"; | ||
store: Store; | ||
project: Pick<Project, 'id'>; | ||
}; | ||
@@ -11,0 +12,0 @@ type AppWebhookTriggerHookContext<PieceAuth extends PieceAuthProperty, TriggerProps extends PiecePropertyMap> = BaseContext<PieceAuth, TriggerProps> & { |
@@ -9,1 +9,2 @@ export * from './action/action'; | ||
export * from './processors/processors'; | ||
export * from './processors/types'; |
@@ -12,2 +12,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./processors/processors"), exports); | ||
tslib_1.__exportStar(require("./processors/types"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -6,2 +6,3 @@ import { PropertyType } from "./property"; | ||
import { ValidationInputType } from "../validators/types"; | ||
import { OAuth2GrantType } from "@taskmagic/shared"; | ||
type OAuthProp = ShortTextProperty<true> | SecretTextProperty<true> | StaticDropdownProperty<any, true>; | ||
@@ -19,2 +20,3 @@ export interface OAuth2Props { | ||
authorizationMethod?: OAuth2AuthorizationMethod; | ||
grantType?: OAuth2GrantType; | ||
extra?: Record<string, unknown>; | ||
@@ -21,0 +23,0 @@ }; |
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
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
91250
1323
0
+ Added@taskmagic/shared@0.10.30(transitive)
- Removed@taskmagic/shared@0.10.29(transitive)
Updated@taskmagic/shared@0.10.30