@keystrokehq/procfu 0.1.3 → 0.1.4
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/dist/actions/array-diff-del.d.cts +13 -1
- package/dist/actions/array-diff-del.d.cts.map +1 -1
- package/dist/actions/array-diff-del.d.mts +13 -1
- package/dist/actions/array-diff-del.d.mts.map +1 -1
- package/dist/actions/array-diff-new.d.cts +13 -1
- package/dist/actions/array-diff-new.d.cts.map +1 -1
- package/dist/actions/array-diff-new.d.mts +13 -1
- package/dist/actions/array-diff-new.d.mts.map +1 -1
- package/dist/actions/array-diff-same.d.cts +13 -1
- package/dist/actions/array-diff-same.d.cts.map +1 -1
- package/dist/actions/array-diff-same.d.mts +13 -1
- package/dist/actions/array-diff-same.d.mts.map +1 -1
- package/dist/actions/array-sort.d.cts +13 -1
- package/dist/actions/array-sort.d.cts.map +1 -1
- package/dist/actions/array-sort.d.mts +13 -1
- package/dist/actions/array-sort.d.mts.map +1 -1
- package/dist/actions/copy-podio-files-to-ftp.d.cts +13 -1
- package/dist/actions/copy-podio-files-to-ftp.d.mts +13 -1
- package/dist/actions/dummy-data.d.cts +17 -5
- package/dist/actions/dummy-data.d.mts +17 -5
- package/dist/actions/google-drive-delete.d.cts +13 -1
- package/dist/actions/google-drive-delete.d.mts +13 -1
- package/dist/actions/open-ai-gpt.d.cts +13 -1
- package/dist/actions/open-ai-gpt.d.mts +13 -1
- package/dist/actions/open-ai-image.d.cts +15 -3
- package/dist/actions/open-ai-image.d.mts +15 -3
- package/dist/actions/sheets-get-metadata.d.cts +13 -1
- package/dist/actions/sheets-get-metadata.d.mts +13 -1
- package/dist/actions/sheets-get.d.cts +13 -1
- package/dist/actions/sheets-get.d.mts +13 -1
- package/dist/actions/upload-podio-item-image.d.cts +13 -1
- package/dist/actions/upload-podio-item-image.d.mts +13 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -11,7 +11,19 @@ declare const ProcfuArrayDiffDelOutput: z.ZodObject<{
|
|
|
11
11
|
declare const procfuArrayDiffDel: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
json_array_a: (string | number | boolean | Record<string, unknown>)[];
|
|
13
13
|
json_array_b: (string | number | boolean | Record<string, unknown>)[];
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
basic_encoded: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
basic_encoded: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { procfuArrayDiffDel };
|
|
17
29
|
//# sourceMappingURL=array-diff-del.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"array-diff-del.d.cts","names":[],"sources":["../../src/actions/array-diff-del.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;cAIvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAIxB,kBAAA,gCAAkB,wBAAA
|
|
1
|
+
{"version":3,"file":"array-diff-del.d.cts","names":[],"sources":["../../src/actions/array-diff-del.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;cAIvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAIxB,kBAAA,gCAAkB,wBAAA"}
|
|
@@ -11,7 +11,19 @@ declare const ProcfuArrayDiffDelOutput: z.ZodObject<{
|
|
|
11
11
|
declare const procfuArrayDiffDel: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
json_array_a: (string | number | boolean | Record<string, unknown>)[];
|
|
13
13
|
json_array_b: (string | number | boolean | Record<string, unknown>)[];
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
basic_encoded: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
basic_encoded: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { procfuArrayDiffDel };
|
|
17
29
|
//# sourceMappingURL=array-diff-del.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"array-diff-del.d.mts","names":[],"sources":["../../src/actions/array-diff-del.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;cAIvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAIxB,kBAAA,gCAAkB,wBAAA
|
|
1
|
+
{"version":3,"file":"array-diff-del.d.mts","names":[],"sources":["../../src/actions/array-diff-del.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;cAIvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAIxB,kBAAA,gCAAkB,wBAAA"}
|
|
@@ -11,7 +11,19 @@ declare const ProcfuArrayDiffNewOutput: z.ZodObject<{
|
|
|
11
11
|
declare const procfuArrayDiffNew: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
json_array_a: (string | number | boolean | Record<string, unknown>)[];
|
|
13
13
|
json_array_b: (string | number | boolean | Record<string, unknown>)[];
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
basic_encoded: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
basic_encoded: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { procfuArrayDiffNew };
|
|
17
29
|
//# sourceMappingURL=array-diff-new.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"array-diff-new.d.cts","names":[],"sources":["../../src/actions/array-diff-new.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;cAIvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAIxB,kBAAA,gCAAkB,wBAAA
|
|
1
|
+
{"version":3,"file":"array-diff-new.d.cts","names":[],"sources":["../../src/actions/array-diff-new.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;cAIvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAIxB,kBAAA,gCAAkB,wBAAA"}
|
|
@@ -11,7 +11,19 @@ declare const ProcfuArrayDiffNewOutput: z.ZodObject<{
|
|
|
11
11
|
declare const procfuArrayDiffNew: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
json_array_a: (string | number | boolean | Record<string, unknown>)[];
|
|
13
13
|
json_array_b: (string | number | boolean | Record<string, unknown>)[];
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
basic_encoded: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
basic_encoded: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { procfuArrayDiffNew };
|
|
17
29
|
//# sourceMappingURL=array-diff-new.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"array-diff-new.d.mts","names":[],"sources":["../../src/actions/array-diff-new.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;cAIvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAIxB,kBAAA,gCAAkB,wBAAA
|
|
1
|
+
{"version":3,"file":"array-diff-new.d.mts","names":[],"sources":["../../src/actions/array-diff-new.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;cAIvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAIxB,kBAAA,gCAAkB,wBAAA"}
|
|
@@ -11,7 +11,19 @@ declare const ProcfuArrayDiffSameOutput: z.ZodObject<{
|
|
|
11
11
|
declare const procfuArrayDiffSame: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
json_array_a: (string | number | boolean | Record<string, unknown>)[];
|
|
13
13
|
json_array_b: (string | number | boolean | Record<string, unknown>)[];
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
basic_encoded: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
basic_encoded: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { procfuArrayDiffSame };
|
|
17
29
|
//# sourceMappingURL=array-diff-same.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"array-diff-same.d.cts","names":[],"sources":["../../src/actions/array-diff-same.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;cAIxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;cAIzB,mBAAA,gCAAmB,wBAAA
|
|
1
|
+
{"version":3,"file":"array-diff-same.d.cts","names":[],"sources":["../../src/actions/array-diff-same.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;cAIxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;cAIzB,mBAAA,gCAAmB,wBAAA"}
|
|
@@ -11,7 +11,19 @@ declare const ProcfuArrayDiffSameOutput: z.ZodObject<{
|
|
|
11
11
|
declare const procfuArrayDiffSame: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
json_array_a: (string | number | boolean | Record<string, unknown>)[];
|
|
13
13
|
json_array_b: (string | number | boolean | Record<string, unknown>)[];
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
basic_encoded: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
basic_encoded: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { procfuArrayDiffSame };
|
|
17
29
|
//# sourceMappingURL=array-diff-same.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"array-diff-same.d.mts","names":[],"sources":["../../src/actions/array-diff-same.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;cAIxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;cAIzB,mBAAA,gCAAmB,wBAAA
|
|
1
|
+
{"version":3,"file":"array-diff-same.d.mts","names":[],"sources":["../../src/actions/array-diff-same.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;cAIxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;cAIzB,mBAAA,gCAAmB,wBAAA"}
|
|
@@ -9,7 +9,19 @@ declare const ProcfuArraySortOutput: z.ZodUnknown;
|
|
|
9
9
|
declare const procfuArraySort: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
10
10
|
json_array: (string | number | boolean | Record<string, unknown>)[];
|
|
11
11
|
reverse?: boolean | undefined;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
basic_encoded: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
basic_encoded: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
13
25
|
//#endregion
|
|
14
26
|
export { procfuArraySort };
|
|
15
27
|
//# sourceMappingURL=array-sort.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"array-sort.d.cts","names":[],"sources":["../../src/actions/array-sort.ts"],"mappings":";;;cAIa,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;cAIpB,qBAAA,EAAqB,CAAA,CAAA,UAAc;AAAA,cAEnC,eAAA,gCAAe,wBAAA
|
|
1
|
+
{"version":3,"file":"array-sort.d.cts","names":[],"sources":["../../src/actions/array-sort.ts"],"mappings":";;;cAIa,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;cAIpB,qBAAA,EAAqB,CAAA,CAAA,UAAc;AAAA,cAEnC,eAAA,gCAAe,wBAAA"}
|
|
@@ -9,7 +9,19 @@ declare const ProcfuArraySortOutput: z.ZodUnknown;
|
|
|
9
9
|
declare const procfuArraySort: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
10
10
|
json_array: (string | number | boolean | Record<string, unknown>)[];
|
|
11
11
|
reverse?: boolean | undefined;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
basic_encoded: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
basic_encoded: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
13
25
|
//#endregion
|
|
14
26
|
export { procfuArraySort };
|
|
15
27
|
//# sourceMappingURL=array-sort.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"array-sort.d.mts","names":[],"sources":["../../src/actions/array-sort.ts"],"mappings":";;;cAIa,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;cAIpB,qBAAA,EAAqB,CAAA,CAAA,UAAc;AAAA,cAEnC,eAAA,gCAAe,wBAAA
|
|
1
|
+
{"version":3,"file":"array-sort.d.mts","names":[],"sources":["../../src/actions/array-sort.ts"],"mappings":";;;cAIa,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;cAIpB,qBAAA,EAAqB,CAAA,CAAA,UAAc;AAAA,cAEnC,eAAA,gCAAe,wBAAA"}
|
|
@@ -15,7 +15,19 @@ declare const procfuCopyPodioFilesToFtp: import("@keystrokehq/action").WorkflowA
|
|
|
15
15
|
conn_name: string;
|
|
16
16
|
directory: string;
|
|
17
17
|
podio_item_id: number;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
basic_encoded: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
basic_encoded: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { procfuCopyPodioFilesToFtp };
|
|
21
33
|
//# sourceMappingURL=copy-podio-files-to-ftp.d.cts.map
|
|
@@ -15,7 +15,19 @@ declare const procfuCopyPodioFilesToFtp: import("@keystrokehq/action").WorkflowA
|
|
|
15
15
|
conn_name: string;
|
|
16
16
|
directory: string;
|
|
17
17
|
podio_item_id: number;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
basic_encoded: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
basic_encoded: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { procfuCopyPodioFilesToFtp };
|
|
21
33
|
//# sourceMappingURL=copy-podio-files-to-ftp.d.mts.map
|
|
@@ -7,15 +7,13 @@ declare const ProcfuDummyDataInput: z.ZodObject<{
|
|
|
7
7
|
date: "date";
|
|
8
8
|
title: "title";
|
|
9
9
|
name: "name";
|
|
10
|
-
portrait: "portrait";
|
|
11
|
-
landscape: "landscape";
|
|
12
|
-
text: "text";
|
|
13
10
|
price: "price";
|
|
14
11
|
decimal2: "decimal2";
|
|
15
12
|
dateTime: "dateTime";
|
|
16
13
|
word: "word";
|
|
17
14
|
sentence: "sentence";
|
|
18
15
|
paragraph: "paragraph";
|
|
16
|
+
text: "text";
|
|
19
17
|
loremText: "loremText";
|
|
20
18
|
html: "html";
|
|
21
19
|
loremHtml: "loremHtml";
|
|
@@ -47,6 +45,8 @@ declare const ProcfuDummyDataInput: z.ZodObject<{
|
|
|
47
45
|
iban: "iban";
|
|
48
46
|
swift: "swift";
|
|
49
47
|
image: "image";
|
|
48
|
+
portrait: "portrait";
|
|
49
|
+
landscape: "landscape";
|
|
50
50
|
smallImage: "smallImage";
|
|
51
51
|
avatar: "avatar";
|
|
52
52
|
userFace: "userFace";
|
|
@@ -56,8 +56,20 @@ declare const ProcfuDummyDataOutput: z.ZodObject<{
|
|
|
56
56
|
result: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodNumber]>;
|
|
57
57
|
}, z.core.$loose>;
|
|
58
58
|
declare const procfuDummyData: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
59
|
-
type: "int" | "date" | "title" | "name" | "
|
|
60
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
59
|
+
type: "int" | "date" | "title" | "name" | "price" | "decimal2" | "dateTime" | "word" | "sentence" | "paragraph" | "text" | "loremText" | "html" | "loremHtml" | "firstName" | "lastName" | "company" | "jobTitle" | "catchPhrase" | "bullShit" | "phoneNumber" | "tollFree" | "address" | "streetAddress" | "city" | "state" | "zip" | "country" | "lat" | "long" | "email" | "username" | "password" | "domain" | "url" | "ipv4" | "ipv6" | "cardNumber" | "cardExp" | "iban" | "swift" | "image" | "portrait" | "landscape" | "smallImage" | "avatar" | "userFace";
|
|
60
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
61
|
+
connectionId: z.ZodString;
|
|
62
|
+
entityId: z.ZodString;
|
|
63
|
+
instanceId: z.ZodString;
|
|
64
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
65
|
+
basic_encoded: z.ZodString;
|
|
66
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
67
|
+
connectionId: z.ZodString;
|
|
68
|
+
entityId: z.ZodString;
|
|
69
|
+
instanceId: z.ZodString;
|
|
70
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
71
|
+
basic_encoded: z.ZodString;
|
|
72
|
+
}, z.core.$strip>>]>;
|
|
61
73
|
//#endregion
|
|
62
74
|
export { procfuDummyData };
|
|
63
75
|
//# sourceMappingURL=dummy-data.d.cts.map
|
|
@@ -7,15 +7,13 @@ declare const ProcfuDummyDataInput: z.ZodObject<{
|
|
|
7
7
|
date: "date";
|
|
8
8
|
title: "title";
|
|
9
9
|
name: "name";
|
|
10
|
-
portrait: "portrait";
|
|
11
|
-
landscape: "landscape";
|
|
12
|
-
text: "text";
|
|
13
10
|
price: "price";
|
|
14
11
|
decimal2: "decimal2";
|
|
15
12
|
dateTime: "dateTime";
|
|
16
13
|
word: "word";
|
|
17
14
|
sentence: "sentence";
|
|
18
15
|
paragraph: "paragraph";
|
|
16
|
+
text: "text";
|
|
19
17
|
loremText: "loremText";
|
|
20
18
|
html: "html";
|
|
21
19
|
loremHtml: "loremHtml";
|
|
@@ -47,6 +45,8 @@ declare const ProcfuDummyDataInput: z.ZodObject<{
|
|
|
47
45
|
iban: "iban";
|
|
48
46
|
swift: "swift";
|
|
49
47
|
image: "image";
|
|
48
|
+
portrait: "portrait";
|
|
49
|
+
landscape: "landscape";
|
|
50
50
|
smallImage: "smallImage";
|
|
51
51
|
avatar: "avatar";
|
|
52
52
|
userFace: "userFace";
|
|
@@ -56,8 +56,20 @@ declare const ProcfuDummyDataOutput: z.ZodObject<{
|
|
|
56
56
|
result: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodNumber]>;
|
|
57
57
|
}, z.core.$loose>;
|
|
58
58
|
declare const procfuDummyData: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
59
|
-
type: "int" | "date" | "title" | "name" | "
|
|
60
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
59
|
+
type: "int" | "date" | "title" | "name" | "price" | "decimal2" | "dateTime" | "word" | "sentence" | "paragraph" | "text" | "loremText" | "html" | "loremHtml" | "firstName" | "lastName" | "company" | "jobTitle" | "catchPhrase" | "bullShit" | "phoneNumber" | "tollFree" | "address" | "streetAddress" | "city" | "state" | "zip" | "country" | "lat" | "long" | "email" | "username" | "password" | "domain" | "url" | "ipv4" | "ipv6" | "cardNumber" | "cardExp" | "iban" | "swift" | "image" | "portrait" | "landscape" | "smallImage" | "avatar" | "userFace";
|
|
60
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
61
|
+
connectionId: z.ZodString;
|
|
62
|
+
entityId: z.ZodString;
|
|
63
|
+
instanceId: z.ZodString;
|
|
64
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
65
|
+
basic_encoded: z.ZodString;
|
|
66
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
67
|
+
connectionId: z.ZodString;
|
|
68
|
+
entityId: z.ZodString;
|
|
69
|
+
instanceId: z.ZodString;
|
|
70
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
71
|
+
basic_encoded: z.ZodString;
|
|
72
|
+
}, z.core.$strip>>]>;
|
|
61
73
|
//#endregion
|
|
62
74
|
export { procfuDummyData };
|
|
63
75
|
//# sourceMappingURL=dummy-data.d.mts.map
|
|
@@ -9,7 +9,19 @@ declare const ProcfuGoogleDriveDeleteOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const procfuGoogleDriveDelete: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
google_id: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
basic_encoded: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
basic_encoded: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
13
25
|
//#endregion
|
|
14
26
|
export { procfuGoogleDriveDelete };
|
|
15
27
|
//# sourceMappingURL=google-drive-delete.d.cts.map
|
|
@@ -9,7 +9,19 @@ declare const ProcfuGoogleDriveDeleteOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const procfuGoogleDriveDelete: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
google_id: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
basic_encoded: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
basic_encoded: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
13
25
|
//#endregion
|
|
14
26
|
export { procfuGoogleDriveDelete };
|
|
15
27
|
//# sourceMappingURL=google-drive-delete.d.mts.map
|
|
@@ -11,7 +11,19 @@ declare const ProcfuOpenAiGptOutput: z.ZodObject<{
|
|
|
11
11
|
declare const procfuOpenAiGpt: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
prompt: string;
|
|
13
13
|
model?: string | undefined;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
basic_encoded: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
basic_encoded: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { procfuOpenAiGpt };
|
|
17
29
|
//# sourceMappingURL=open-ai-gpt.d.cts.map
|
|
@@ -11,7 +11,19 @@ declare const ProcfuOpenAiGptOutput: z.ZodObject<{
|
|
|
11
11
|
declare const procfuOpenAiGpt: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
prompt: string;
|
|
13
13
|
model?: string | undefined;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
basic_encoded: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
basic_encoded: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { procfuOpenAiGpt };
|
|
17
29
|
//# sourceMappingURL=open-ai-gpt.d.mts.map
|
|
@@ -4,9 +4,9 @@ import { z } from "zod";
|
|
|
4
4
|
declare const ProcfuOpenAiImageInput: z.ZodObject<{
|
|
5
5
|
prompt: z.ZodString;
|
|
6
6
|
orientation: z.ZodEnum<{
|
|
7
|
-
square: "square";
|
|
8
7
|
portrait: "portrait";
|
|
9
8
|
landscape: "landscape";
|
|
9
|
+
square: "square";
|
|
10
10
|
}>;
|
|
11
11
|
}, z.core.$strip>;
|
|
12
12
|
declare const ProcfuOpenAiImageOutput: z.ZodObject<{
|
|
@@ -14,8 +14,20 @@ declare const ProcfuOpenAiImageOutput: z.ZodObject<{
|
|
|
14
14
|
}, z.core.$loose>;
|
|
15
15
|
declare const procfuOpenAiImage: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
prompt: string;
|
|
17
|
-
orientation: "
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
17
|
+
orientation: "portrait" | "landscape" | "square";
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
basic_encoded: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
basic_encoded: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { procfuOpenAiImage };
|
|
21
33
|
//# sourceMappingURL=open-ai-image.d.cts.map
|
|
@@ -4,9 +4,9 @@ import { z } from "zod";
|
|
|
4
4
|
declare const ProcfuOpenAiImageInput: z.ZodObject<{
|
|
5
5
|
prompt: z.ZodString;
|
|
6
6
|
orientation: z.ZodEnum<{
|
|
7
|
-
square: "square";
|
|
8
7
|
portrait: "portrait";
|
|
9
8
|
landscape: "landscape";
|
|
9
|
+
square: "square";
|
|
10
10
|
}>;
|
|
11
11
|
}, z.core.$strip>;
|
|
12
12
|
declare const ProcfuOpenAiImageOutput: z.ZodObject<{
|
|
@@ -14,8 +14,20 @@ declare const ProcfuOpenAiImageOutput: z.ZodObject<{
|
|
|
14
14
|
}, z.core.$loose>;
|
|
15
15
|
declare const procfuOpenAiImage: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
prompt: string;
|
|
17
|
-
orientation: "
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
17
|
+
orientation: "portrait" | "landscape" | "square";
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
basic_encoded: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
basic_encoded: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { procfuOpenAiImage };
|
|
21
33
|
//# sourceMappingURL=open-ai-image.d.mts.map
|
|
@@ -18,7 +18,19 @@ declare const ProcfuSheetsGetMetadataOutput: z.ZodObject<{
|
|
|
18
18
|
}, z.core.$loose>;
|
|
19
19
|
declare const procfuSheetsGetMetadata: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
20
|
spreadsheet_id: string;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
basic_encoded: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
basic_encoded: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
22
34
|
//#endregion
|
|
23
35
|
export { procfuSheetsGetMetadata };
|
|
24
36
|
//# sourceMappingURL=sheets-get-metadata.d.cts.map
|
|
@@ -18,7 +18,19 @@ declare const ProcfuSheetsGetMetadataOutput: z.ZodObject<{
|
|
|
18
18
|
}, z.core.$loose>;
|
|
19
19
|
declare const procfuSheetsGetMetadata: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
20
|
spreadsheet_id: string;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
basic_encoded: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
basic_encoded: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
22
34
|
//#endregion
|
|
23
35
|
export { procfuSheetsGetMetadata };
|
|
24
36
|
//# sourceMappingURL=sheets-get-metadata.d.mts.map
|
|
@@ -11,7 +11,19 @@ declare const ProcfuSheetsGetOutput: z.ZodObject<{
|
|
|
11
11
|
declare const procfuSheetsGet: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
range: string;
|
|
13
13
|
sheet_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
basic_encoded: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
basic_encoded: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { procfuSheetsGet };
|
|
17
29
|
//# sourceMappingURL=sheets-get.d.cts.map
|
|
@@ -11,7 +11,19 @@ declare const ProcfuSheetsGetOutput: z.ZodObject<{
|
|
|
11
11
|
declare const procfuSheetsGet: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
range: string;
|
|
13
13
|
sheet_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
basic_encoded: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
basic_encoded: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { procfuSheetsGet };
|
|
17
29
|
//# sourceMappingURL=sheets-get.d.mts.map
|
|
@@ -19,7 +19,19 @@ declare const procfuUploadPodioItemImage: import("@keystrokehq/action").Workflow
|
|
|
19
19
|
hook?: boolean | undefined;
|
|
20
20
|
silent?: boolean | undefined;
|
|
21
21
|
headers?: string | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
basic_encoded: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
basic_encoded: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { procfuUploadPodioItemImage };
|
|
25
37
|
//# sourceMappingURL=upload-podio-item-image.d.cts.map
|
|
@@ -19,7 +19,19 @@ declare const procfuUploadPodioItemImage: import("@keystrokehq/action").Workflow
|
|
|
19
19
|
hook?: boolean | undefined;
|
|
20
20
|
silent?: boolean | undefined;
|
|
21
21
|
headers?: string | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
basic_encoded: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
basic_encoded: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { procfuUploadPodioItemImage };
|
|
25
37
|
//# sourceMappingURL=upload-podio-item-image.d.mts.map
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const procfu = (0,
|
|
4
|
+
const procfu = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "procfu",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { basic_encoded: zod.z.string() }
|
|
5
8
|
});
|
|
6
9
|
//#endregion
|
|
7
10
|
exports.procfu = procfu;
|
package/dist/app.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const procfu = defineApp({\n slug: \"procfu\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const procfu = defineApp({\n slug: \"procfu\",\n auth: \"keystroke\",\n credential: {\n basic_encoded: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,UAAA,GAAA,2BAAA,UAAA,CAAmB;CAC9B,MAAM;CACN,MAAM;CACN,YAAY,EACV,eAAeA,IAAAA,EAAE,OAAO,EAC1B;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const procfu: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const procfu: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
basic_encoded: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { procfu };
|
|
5
13
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,MAAA,6BAAM,GAAA,+BAAA,UAAA,WAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const procfu: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const procfu: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"procfu", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
basic_encoded: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { procfu };
|
|
5
13
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,MAAA,6BAAM,GAAA,+BAAA,UAAA,WAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.mjs
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
2
3
|
//#region src/app.ts
|
|
3
4
|
const procfu = defineApp({
|
|
4
5
|
slug: "procfu",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { basic_encoded: z.string() }
|
|
6
8
|
});
|
|
7
9
|
//#endregion
|
|
8
10
|
export { procfu };
|
package/dist/app.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const procfu = defineApp({\n slug: \"procfu\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const procfu = defineApp({\n slug: \"procfu\",\n auth: \"keystroke\",\n credential: {\n basic_encoded: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,SAAS,UAAU;CAC9B,MAAM;CACN,MAAM;CACN,YAAY,EACV,eAAe,EAAE,OAAO,EAC1B;AACF,CAAC"}
|