@activepieces/pieces-framework 0.8.0 → 0.9.0

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
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@activepieces/pieces-framework",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "type": "commonjs",
5
5
  "dependencies": {
6
6
  "@sinclair/typebox": "0.34.11",
7
7
  "deepmerge-ts": "7.1.0",
8
8
  "nanoid": "3.3.8",
9
9
  "semver": "7.6.0",
10
- "@activepieces/shared": "0.10.171",
10
+ "@activepieces/shared": "0.10.178",
11
11
  "tslib": "1.14.1"
12
12
  },
13
13
  "overrides": {
@@ -96,6 +96,7 @@ export type BaseActionContext<ET extends ExecutionType, PieceAuth extends PieceA
96
96
  run: RunContext;
97
97
  generateResumeUrl: (params: {
98
98
  queryParams: Record<string, string>;
99
+ sync?: boolean;
99
100
  }) => string;
100
101
  };
101
102
  type BeginExecutionActionContext<PieceAuth extends PieceAuthProperty = PieceAuthProperty, ActionProps extends InputPropertyMap = InputPropertyMap> = BaseActionContext<ExecutionType.BEGIN, PieceAuth, ActionProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../../../../../../packages/pieces/community/framework/src/lib/context.ts"],"names":[],"mappings":";;;AAoNA,IAAY,UAIX;AAJD,WAAY,UAAU;IACpB,iDAAiD;IACjD,oCAAsB,CAAA;IACtB,2BAAa,CAAA;AACf,CAAC,EAJW,UAAU,0BAAV,UAAU,QAIrB"}
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../../../../../../packages/pieces/community/framework/src/lib/context.ts"],"names":[],"mappings":";;;AAqNA,IAAY,UAIX;AAJD,WAAY,UAAU;IACpB,iDAAiD;IACjD,oCAAsB,CAAA;IACtB,2BAAa,CAAA;AACf,CAAC,EAJW,UAAU,0BAAV,UAAU,QAIrB"}
@@ -7,7 +7,8 @@ import { StaticDropdownProperty } from '../input/dropdown/static-dropdown';
7
7
  import { StaticPropsValue } from '..';
8
8
  import { SecretTextProperty } from './secret-text-property';
9
9
  import { BasePieceAuthSchema } from './common';
10
- export type CustomAuthProps = Record<string, ShortTextProperty<boolean> | LongTextProperty<boolean> | SecretTextProperty<boolean> | NumberProperty<boolean> | StaticDropdownProperty<unknown, boolean> | CheckboxProperty<boolean>>;
10
+ import { MarkDownProperty } from '../input/markdown-property';
11
+ export type CustomAuthProps = Record<string, ShortTextProperty<boolean> | LongTextProperty<boolean> | SecretTextProperty<boolean> | NumberProperty<boolean> | StaticDropdownProperty<unknown, boolean> | CheckboxProperty<boolean> | MarkDownProperty>;
11
12
  export declare const CustomAuthProperty: import("@sinclair/typebox").TObject<{
12
13
  [x: string]: import("@sinclair/typebox").TSchema;
13
14
  [x: number]: import("@sinclair/typebox").TSchema;
@@ -1 +1 @@
1
- {"version":3,"file":"custom-auth-prop.js","sourceRoot":"","sources":["../../../../../../../../../packages/pieces/community/framework/src/lib/property/authentication/custom-auth-prop.ts"],"names":[],"mappings":";;;AAAA,+CAAyC;AACzC,4CAAiD;AACjD,0DAAsD;AACtD,0DAA6E;AAC7E,8DAA0D;AAC1D,kEAA8D;AAC9D,uEAA2E;AAG3E,qCAA+C;AAE/C,MAAM,eAAe,GAAG,cAAI,CAAC,MAAM,CAAC,cAAI,CAAC,MAAM,EAAE,EAAE,cAAI,CAAC,KAAK,CAAC;IAC5D,iCAAiB;IACjB,gCAAgB;IAChB,gCAAc;IACd,oCAAgB;IAChB,wCAAsB;CACvB,CAAC,CAAC,CAAC;AAYS,QAAA,kBAAkB,GAAG,cAAI,CAAC,SAAS,CAAC;IAC/C,4BAAmB;IACnB,cAAI,CAAC,MAAM,CAAC;QACV,KAAK,EAAE,eAAe;KACvB,CAAC;IACF,IAAA,uBAAc,EAAC,cAAI,CAAC,OAAO,EAAE,EAAE,4BAAY,CAAC,WAAW,CAAC;CACzD,CAAC,CAAA"}
1
+ {"version":3,"file":"custom-auth-prop.js","sourceRoot":"","sources":["../../../../../../../../../packages/pieces/community/framework/src/lib/property/authentication/custom-auth-prop.ts"],"names":[],"mappings":";;;AAAA,+CAAyC;AACzC,4CAAiD;AACjD,0DAAsD;AACtD,0DAA6E;AAC7E,8DAA0D;AAC1D,kEAA8D;AAC9D,uEAA2E;AAG3E,qCAA+C;AAG/C,MAAM,eAAe,GAAG,cAAI,CAAC,MAAM,CAAC,cAAI,CAAC,MAAM,EAAE,EAAE,cAAI,CAAC,KAAK,CAAC;IAC5D,iCAAiB;IACjB,gCAAgB;IAChB,gCAAc;IACd,oCAAgB;IAChB,wCAAsB;CACvB,CAAC,CAAC,CAAC;AAaS,QAAA,kBAAkB,GAAG,cAAI,CAAC,SAAS,CAAC;IAC/C,4BAAmB;IACnB,cAAI,CAAC,MAAM,CAAC;QACV,KAAK,EAAE,eAAe;KACvB,CAAC;IACF,IAAA,uBAAc,EAAC,cAAI,CAAC,OAAO,EAAE,EAAE,4BAAY,CAAC,WAAW,CAAC;CACzD,CAAC,CAAA"}