@activepieces/pieces-framework 0.7.40 → 0.7.41
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.7.
|
|
3
|
+
"version": "0.7.41",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@sinclair/typebox": "0.33.18",
|
|
7
7
|
"deepmerge": "4.3.1",
|
|
8
8
|
"nanoid": "3.3.6",
|
|
9
9
|
"semver": "7.6.0",
|
|
10
|
-
"@activepieces/shared": "0.10.
|
|
10
|
+
"@activepieces/shared": "0.10.131",
|
|
11
11
|
"tslib": "1.14.1"
|
|
12
12
|
},
|
|
13
13
|
"overrides": {
|
|
@@ -6,6 +6,7 @@ import { MultiSelectDropdownProperty } from "./dropdown/dropdown-prop";
|
|
|
6
6
|
import { CheckboxProperty } from "./checkbox-property";
|
|
7
7
|
import { NumberProperty } from "./number-property";
|
|
8
8
|
import { FileProperty } from "./file-property";
|
|
9
|
+
import { JsonProperty } from './json-property';
|
|
9
10
|
export declare const ArraySubProps: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
|
|
10
11
|
[x: string]: import("@sinclair/typebox").TSchema;
|
|
11
12
|
[x: number]: import("@sinclair/typebox").TSchema;
|
|
@@ -126,7 +127,7 @@ export declare const ArrayProperty: import("@sinclair/typebox").TObject<{
|
|
|
126
127
|
description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TSchema]>;
|
|
127
128
|
}>]>>, import("@sinclair/typebox").TSchema]>;
|
|
128
129
|
}>;
|
|
129
|
-
export type ArraySubProps<R extends boolean> = Record<string, ShortTextProperty<R> | LongTextProperty<R> | StaticDropdownProperty<any, R> | MultiSelectDropdownProperty<any, R> | StaticMultiSelectDropdownProperty<any, R> | CheckboxProperty<R> | NumberProperty<R> | FileProperty<R>>;
|
|
130
|
+
export type ArraySubProps<R extends boolean> = Record<string, ShortTextProperty<R> | LongTextProperty<R> | StaticDropdownProperty<any, R> | MultiSelectDropdownProperty<any, R> | StaticMultiSelectDropdownProperty<any, R> | CheckboxProperty<R> | NumberProperty<R> | FileProperty<R> | JsonProperty<R>>;
|
|
130
131
|
export type ArrayProperty<R extends boolean> = BasePropertySchema & {
|
|
131
132
|
properties?: ArraySubProps<R>;
|
|
132
133
|
} & TPropertyValue<unknown[], PropertyType.ARRAY, R>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"array-property.js","sourceRoot":"","sources":["../../../../../../../../../packages/pieces/community/framework/src/lib/property/input/array-property.ts"],"names":[],"mappings":";;;AAAA,+CAAyC;AACzC,qCAA8D;AAC9D,mDAA+C;AAC/C,mDAAsE;AACtE,gEAAuG;AACvG,4DAAuE;AACvE,2DAAuD;AACvD,uDAAmD;AACnD,mDAA+C;
|
|
1
|
+
{"version":3,"file":"array-property.js","sourceRoot":"","sources":["../../../../../../../../../packages/pieces/community/framework/src/lib/property/input/array-property.ts"],"names":[],"mappings":";;;AAAA,+CAAyC;AACzC,qCAA8D;AAC9D,mDAA+C;AAC/C,mDAAsE;AACtE,gEAAuG;AACvG,4DAAuE;AACvE,2DAAuD;AACvD,uDAAmD;AACnD,mDAA+C;AAGlC,QAAA,aAAa,GAAG,cAAI,CAAC,MAAM,CAAC,cAAI,CAAC,MAAM,EAAE,EAAE,cAAI,CAAC,KAAK,CAAC;IAC/D,iCAAiB;IACjB,gCAAgB;IAChB,wCAAsB;IACtB,2CAA2B;IAC3B,mDAAiC;IACjC,oCAAgB;IAChB,gCAAc;IACd,4BAAY;CACf,CAAC,CAAC,CAAA;AAEU,QAAA,aAAa,GAAG,cAAI,CAAC,SAAS,CAAC;IACxC,2BAAkB;IAClB,cAAI,CAAC,MAAM,CAAC;QACR,UAAU,EAAE,qBAAa;KAC5B,CAAC;IACF,IAAA,uBAAc,EAAC,cAAI,CAAC,KAAK,CAAC,cAAI,CAAC,OAAO,EAAE,CAAC,EAAE,4BAAY,CAAC,KAAK,CAAC;CACjE,CAAC,CAAA"}
|