@keystrokehq/notion 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/add-multiple-page-content.d.cts +17 -5
- package/dist/actions/add-multiple-page-content.d.cts.map +1 -1
- package/dist/actions/add-multiple-page-content.d.mts +17 -5
- package/dist/actions/add-multiple-page-content.d.mts.map +1 -1
- package/dist/actions/append-code-blocks.d.cts +15 -3
- package/dist/actions/append-code-blocks.d.mts +15 -3
- package/dist/actions/append-layout-blocks.d.cts +15 -3
- package/dist/actions/append-layout-blocks.d.mts +15 -3
- package/dist/actions/append-media-blocks.d.cts +15 -3
- package/dist/actions/append-media-blocks.d.mts +15 -3
- package/dist/actions/append-table-blocks.d.cts +15 -3
- package/dist/actions/append-table-blocks.d.mts +15 -3
- package/dist/actions/append-task-blocks.d.cts +15 -3
- package/dist/actions/append-task-blocks.d.mts +15 -3
- package/dist/actions/append-text-blocks.d.cts +15 -3
- package/dist/actions/append-text-blocks.d.mts +15 -3
- package/dist/actions/archive-notion-page.d.cts +13 -1
- package/dist/actions/archive-notion-page.d.mts +13 -1
- package/dist/actions/create-comment.d.cts +17 -5
- package/dist/actions/create-comment.d.mts +17 -5
- package/dist/actions/create-database.d.cts +17 -5
- package/dist/actions/create-database.d.mts +17 -5
- package/dist/actions/create-file-upload.d.cts +13 -1
- package/dist/actions/create-file-upload.d.mts +13 -1
- package/dist/actions/create-notion-page.d.cts +13 -1
- package/dist/actions/create-notion-page.d.mts +13 -1
- package/dist/actions/delete-block.d.cts +30 -18
- package/dist/actions/delete-block.d.mts +30 -18
- package/dist/actions/duplicate-page.d.cts +13 -1
- package/dist/actions/duplicate-page.d.mts +13 -1
- package/dist/actions/fetch-all-block-contents.d.cts +13 -1
- package/dist/actions/fetch-all-block-contents.d.mts +13 -1
- package/dist/actions/fetch-block-contents.d.cts +13 -1
- package/dist/actions/fetch-block-contents.d.mts +13 -1
- package/dist/actions/fetch-block-metadata.d.cts +29 -17
- package/dist/actions/fetch-block-metadata.d.mts +29 -17
- package/dist/actions/fetch-comments.d.cts +17 -5
- package/dist/actions/fetch-comments.d.mts +17 -5
- package/dist/actions/fetch-data.d.cts +35 -23
- package/dist/actions/fetch-data.d.mts +35 -23
- package/dist/actions/fetch-database.d.cts +13 -1
- package/dist/actions/fetch-database.d.mts +13 -1
- package/dist/actions/fetch-row.d.cts +15 -3
- package/dist/actions/fetch-row.d.mts +15 -3
- package/dist/actions/get-about-user.d.cts +14 -2
- package/dist/actions/get-about-user.d.mts +14 -2
- package/dist/actions/get-page-markdown.d.cts +13 -1
- package/dist/actions/get-page-markdown.d.mts +13 -1
- package/dist/actions/get-page-property-action.d.cts +13 -1
- package/dist/actions/get-page-property-action.d.mts +13 -1
- package/dist/actions/insert-row-database.d.cts +21 -9
- package/dist/actions/insert-row-database.d.mts +21 -9
- package/dist/actions/insert-row-from-nl.d.cts +13 -1
- package/dist/actions/insert-row-from-nl.d.mts +13 -1
- package/dist/actions/list-data-source-templates.d.cts +13 -1
- package/dist/actions/list-data-source-templates.d.mts +13 -1
- package/dist/actions/list-file-uploads.d.cts +13 -1
- package/dist/actions/list-file-uploads.d.mts +13 -1
- package/dist/actions/list-users.d.cts +15 -3
- package/dist/actions/list-users.d.mts +15 -3
- package/dist/actions/move-page.d.cts +13 -1
- package/dist/actions/move-page.d.mts +13 -1
- package/dist/actions/query-data-source.d.cts +18 -6
- package/dist/actions/query-data-source.d.cts.map +1 -1
- package/dist/actions/query-data-source.d.mts +18 -6
- package/dist/actions/query-data-source.d.mts.map +1 -1
- package/dist/actions/query-database-with-filter.d.cts +13 -1
- package/dist/actions/query-database-with-filter.d.cts.map +1 -1
- package/dist/actions/query-database-with-filter.d.mts +13 -1
- package/dist/actions/query-database-with-filter.d.mts.map +1 -1
- package/dist/actions/query-database.d.cts +13 -1
- package/dist/actions/query-database.d.mts +13 -1
- package/dist/actions/replace-page-content.d.cts +13 -1
- package/dist/actions/replace-page-content.d.mts +13 -1
- package/dist/actions/retrieve-comment.d.cts +13 -1
- package/dist/actions/retrieve-comment.d.mts +13 -1
- package/dist/actions/retrieve-database-property.d.cts +13 -1
- package/dist/actions/retrieve-database-property.d.mts +13 -1
- package/dist/actions/retrieve-file-upload.d.cts +13 -1
- package/dist/actions/retrieve-file-upload.d.mts +13 -1
- package/dist/actions/retrieve-page.d.cts +15 -3
- package/dist/actions/retrieve-page.d.mts +15 -3
- package/dist/actions/search-notion-page.d.cts +31 -19
- package/dist/actions/search-notion-page.d.mts +31 -19
- package/dist/actions/send-file-upload.d.cts +13 -1
- package/dist/actions/send-file-upload.d.mts +13 -1
- package/dist/actions/update-block.d.cts +13 -1
- package/dist/actions/update-block.d.cts.map +1 -1
- package/dist/actions/update-block.d.mts +13 -1
- package/dist/actions/update-block.d.mts.map +1 -1
- package/dist/actions/update-page.d.cts +13 -1
- package/dist/actions/update-page.d.mts +13 -1
- package/dist/actions/update-row-database.d.cts +17 -5
- package/dist/actions/update-row-database.d.mts +17 -5
- package/dist/actions/update-schema-database.d.cts +17 -5
- package/dist/actions/update-schema-database.d.mts +17 -5
- package/dist/actions/upsert-row-database.d.cts +13 -1
- package/dist/actions/upsert-row-database.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
|
@@ -98,8 +98,8 @@ declare const NotionFetchRowOutput: z.ZodObject<{
|
|
|
98
98
|
}, z.core.$loose>>>;
|
|
99
99
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
100
100
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
101
|
-
bot: "bot";
|
|
102
101
|
person: "person";
|
|
102
|
+
bot: "bot";
|
|
103
103
|
}>>>;
|
|
104
104
|
object: z.ZodNullable<z.ZodString>;
|
|
105
105
|
person: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -138,8 +138,8 @@ declare const NotionFetchRowOutput: z.ZodObject<{
|
|
|
138
138
|
}, z.core.$loose>>>;
|
|
139
139
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
140
140
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
141
|
-
bot: "bot";
|
|
142
141
|
person: "person";
|
|
142
|
+
bot: "bot";
|
|
143
143
|
}>>>;
|
|
144
144
|
object: z.ZodNullable<z.ZodString>;
|
|
145
145
|
person: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -151,7 +151,19 @@ declare const NotionFetchRowOutput: z.ZodObject<{
|
|
|
151
151
|
}, z.core.$loose>;
|
|
152
152
|
declare const notionFetchRow: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
153
153
|
page_id: string;
|
|
154
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
154
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
155
|
+
connectionId: z.ZodString;
|
|
156
|
+
entityId: z.ZodString;
|
|
157
|
+
instanceId: z.ZodString;
|
|
158
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
159
|
+
accessToken: z.ZodString;
|
|
160
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
161
|
+
connectionId: z.ZodString;
|
|
162
|
+
entityId: z.ZodString;
|
|
163
|
+
instanceId: z.ZodString;
|
|
164
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
165
|
+
accessToken: z.ZodString;
|
|
166
|
+
}, z.core.$strip>>]>;
|
|
155
167
|
//#endregion
|
|
156
168
|
export { notionFetchRow };
|
|
157
169
|
//# sourceMappingURL=fetch-row.d.mts.map
|
|
@@ -32,8 +32,8 @@ declare const NotionGetAboutUserOutput: z.ZodObject<{
|
|
|
32
32
|
}, z.core.$loose>>>;
|
|
33
33
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
34
|
type: z.ZodNullable<z.ZodEnum<{
|
|
35
|
-
bot: "bot";
|
|
36
35
|
person: "person";
|
|
36
|
+
bot: "bot";
|
|
37
37
|
}>>;
|
|
38
38
|
object: z.ZodNullable<z.ZodString>;
|
|
39
39
|
person: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -44,7 +44,19 @@ declare const NotionGetAboutUserOutput: z.ZodObject<{
|
|
|
44
44
|
}, z.core.$loose>;
|
|
45
45
|
declare const notionGetAboutUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
46
46
|
user_id: string;
|
|
47
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
47
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
accessToken: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
accessToken: z.ZodString;
|
|
59
|
+
}, z.core.$strip>>]>;
|
|
48
60
|
//#endregion
|
|
49
61
|
export { notionGetAboutUser };
|
|
50
62
|
//# sourceMappingURL=get-about-user.d.cts.map
|
|
@@ -32,8 +32,8 @@ declare const NotionGetAboutUserOutput: z.ZodObject<{
|
|
|
32
32
|
}, z.core.$loose>>>;
|
|
33
33
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
34
|
type: z.ZodNullable<z.ZodEnum<{
|
|
35
|
-
bot: "bot";
|
|
36
35
|
person: "person";
|
|
36
|
+
bot: "bot";
|
|
37
37
|
}>>;
|
|
38
38
|
object: z.ZodNullable<z.ZodString>;
|
|
39
39
|
person: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -44,7 +44,19 @@ declare const NotionGetAboutUserOutput: z.ZodObject<{
|
|
|
44
44
|
}, z.core.$loose>;
|
|
45
45
|
declare const notionGetAboutUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
46
46
|
user_id: string;
|
|
47
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
47
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
accessToken: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
accessToken: z.ZodString;
|
|
59
|
+
}, z.core.$strip>>]>;
|
|
48
60
|
//#endregion
|
|
49
61
|
export { notionGetAboutUser };
|
|
50
62
|
//# sourceMappingURL=get-about-user.d.mts.map
|
|
@@ -15,7 +15,19 @@ declare const NotionGetPageMarkdownOutput: z.ZodObject<{
|
|
|
15
15
|
declare const notionGetPageMarkdown: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
page_id: string;
|
|
17
17
|
include_transcript?: boolean | undefined;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
accessToken: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
accessToken: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { notionGetPageMarkdown };
|
|
21
33
|
//# sourceMappingURL=get-page-markdown.d.cts.map
|
|
@@ -15,7 +15,19 @@ declare const NotionGetPageMarkdownOutput: z.ZodObject<{
|
|
|
15
15
|
declare const notionGetPageMarkdown: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
page_id: string;
|
|
17
17
|
include_transcript?: boolean | undefined;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
accessToken: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
accessToken: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { notionGetPageMarkdown };
|
|
21
33
|
//# sourceMappingURL=get-page-markdown.d.mts.map
|
|
@@ -13,7 +13,19 @@ declare const notionGetPagePropertyAction: import("@keystrokehq/action").Workflo
|
|
|
13
13
|
property_id: string;
|
|
14
14
|
page_size?: number | undefined;
|
|
15
15
|
start_cursor?: string | undefined;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
accessToken: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
17
29
|
//#endregion
|
|
18
30
|
export { notionGetPagePropertyAction };
|
|
19
31
|
//# sourceMappingURL=get-page-property-action.d.cts.map
|
|
@@ -13,7 +13,19 @@ declare const notionGetPagePropertyAction: import("@keystrokehq/action").Workflo
|
|
|
13
13
|
property_id: string;
|
|
14
14
|
page_size?: number | undefined;
|
|
15
15
|
start_cursor?: string | undefined;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
accessToken: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
17
29
|
//#endregion
|
|
18
30
|
export { notionGetPagePropertyAction };
|
|
19
31
|
//# sourceMappingURL=get-page-property-action.d.mts.map
|
|
@@ -9,19 +9,19 @@ declare const NotionInsertRowDatabaseInput: z.ZodObject<{
|
|
|
9
9
|
type: z.ZodEnum<{
|
|
10
10
|
number: "number";
|
|
11
11
|
date: "date";
|
|
12
|
-
url: "url";
|
|
13
12
|
title: "title";
|
|
13
|
+
url: "url";
|
|
14
|
+
rich_text: "rich_text";
|
|
14
15
|
created_by: "created_by";
|
|
15
16
|
created_time: "created_time";
|
|
16
17
|
last_edited_by: "last_edited_by";
|
|
17
18
|
last_edited_time: "last_edited_time";
|
|
18
|
-
|
|
19
|
+
email: "email";
|
|
19
20
|
select: "select";
|
|
20
21
|
multi_select: "multi_select";
|
|
21
22
|
people: "people";
|
|
22
23
|
files: "files";
|
|
23
24
|
checkbox: "checkbox";
|
|
24
|
-
email: "email";
|
|
25
25
|
phone_number: "phone_number";
|
|
26
26
|
formula: "formula";
|
|
27
27
|
relation: "relation";
|
|
@@ -50,13 +50,13 @@ declare const NotionInsertRowDatabaseInput: z.ZodObject<{
|
|
|
50
50
|
heading_3: "heading_3";
|
|
51
51
|
bulleted_list_item: "bulleted_list_item";
|
|
52
52
|
numbered_list_item: "numbered_list_item";
|
|
53
|
+
image: "image";
|
|
54
|
+
quote: "quote";
|
|
53
55
|
to_do: "to_do";
|
|
56
|
+
video: "video";
|
|
54
57
|
toggle: "toggle";
|
|
55
|
-
quote: "quote";
|
|
56
58
|
callout: "callout";
|
|
57
59
|
divider: "divider";
|
|
58
|
-
image: "image";
|
|
59
|
-
video: "video";
|
|
60
60
|
}>>>;
|
|
61
61
|
}, z.core.$loose>>>>;
|
|
62
62
|
}, z.core.$strip>;
|
|
@@ -150,7 +150,7 @@ declare const notionInsertRowDatabase: import("@keystrokehq/action").WorkflowAct
|
|
|
150
150
|
properties?: {
|
|
151
151
|
[x: string]: unknown;
|
|
152
152
|
name: string;
|
|
153
|
-
type: "number" | "date" | "url" | "
|
|
153
|
+
type: "number" | "date" | "title" | "url" | "rich_text" | "created_by" | "created_time" | "last_edited_by" | "last_edited_time" | "email" | "select" | "multi_select" | "people" | "files" | "checkbox" | "phone_number" | "formula" | "relation" | "rollup" | "status" | "place" | "unique_id";
|
|
154
154
|
value: string;
|
|
155
155
|
}[] | undefined;
|
|
156
156
|
child_blocks?: {
|
|
@@ -163,9 +163,21 @@ declare const notionInsertRowDatabase: import("@keystrokehq/action").WorkflowAct
|
|
|
163
163
|
content?: string | undefined;
|
|
164
164
|
underline?: boolean | undefined;
|
|
165
165
|
strikethrough?: boolean | undefined;
|
|
166
|
-
block_property?: "file" | "paragraph" | "heading_1" | "heading_2" | "heading_3" | "bulleted_list_item" | "numbered_list_item" | "
|
|
166
|
+
block_property?: "file" | "paragraph" | "heading_1" | "heading_2" | "heading_3" | "bulleted_list_item" | "numbered_list_item" | "image" | "quote" | "to_do" | "video" | "toggle" | "callout" | "divider" | undefined;
|
|
167
167
|
}[] | undefined;
|
|
168
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
168
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
169
|
+
connectionId: z.ZodString;
|
|
170
|
+
entityId: z.ZodString;
|
|
171
|
+
instanceId: z.ZodString;
|
|
172
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
173
|
+
accessToken: z.ZodString;
|
|
174
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
175
|
+
connectionId: z.ZodString;
|
|
176
|
+
entityId: z.ZodString;
|
|
177
|
+
instanceId: z.ZodString;
|
|
178
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
179
|
+
accessToken: z.ZodString;
|
|
180
|
+
}, z.core.$strip>>]>;
|
|
169
181
|
//#endregion
|
|
170
182
|
export { notionInsertRowDatabase };
|
|
171
183
|
//# sourceMappingURL=insert-row-database.d.cts.map
|
|
@@ -9,19 +9,19 @@ declare const NotionInsertRowDatabaseInput: z.ZodObject<{
|
|
|
9
9
|
type: z.ZodEnum<{
|
|
10
10
|
number: "number";
|
|
11
11
|
date: "date";
|
|
12
|
-
url: "url";
|
|
13
12
|
title: "title";
|
|
13
|
+
url: "url";
|
|
14
|
+
rich_text: "rich_text";
|
|
14
15
|
created_by: "created_by";
|
|
15
16
|
created_time: "created_time";
|
|
16
17
|
last_edited_by: "last_edited_by";
|
|
17
18
|
last_edited_time: "last_edited_time";
|
|
18
|
-
|
|
19
|
+
email: "email";
|
|
19
20
|
select: "select";
|
|
20
21
|
multi_select: "multi_select";
|
|
21
22
|
people: "people";
|
|
22
23
|
files: "files";
|
|
23
24
|
checkbox: "checkbox";
|
|
24
|
-
email: "email";
|
|
25
25
|
phone_number: "phone_number";
|
|
26
26
|
formula: "formula";
|
|
27
27
|
relation: "relation";
|
|
@@ -50,13 +50,13 @@ declare const NotionInsertRowDatabaseInput: z.ZodObject<{
|
|
|
50
50
|
heading_3: "heading_3";
|
|
51
51
|
bulleted_list_item: "bulleted_list_item";
|
|
52
52
|
numbered_list_item: "numbered_list_item";
|
|
53
|
+
image: "image";
|
|
54
|
+
quote: "quote";
|
|
53
55
|
to_do: "to_do";
|
|
56
|
+
video: "video";
|
|
54
57
|
toggle: "toggle";
|
|
55
|
-
quote: "quote";
|
|
56
58
|
callout: "callout";
|
|
57
59
|
divider: "divider";
|
|
58
|
-
image: "image";
|
|
59
|
-
video: "video";
|
|
60
60
|
}>>>;
|
|
61
61
|
}, z.core.$loose>>>>;
|
|
62
62
|
}, z.core.$strip>;
|
|
@@ -150,7 +150,7 @@ declare const notionInsertRowDatabase: import("@keystrokehq/action").WorkflowAct
|
|
|
150
150
|
properties?: {
|
|
151
151
|
[x: string]: unknown;
|
|
152
152
|
name: string;
|
|
153
|
-
type: "number" | "date" | "url" | "
|
|
153
|
+
type: "number" | "date" | "title" | "url" | "rich_text" | "created_by" | "created_time" | "last_edited_by" | "last_edited_time" | "email" | "select" | "multi_select" | "people" | "files" | "checkbox" | "phone_number" | "formula" | "relation" | "rollup" | "status" | "place" | "unique_id";
|
|
154
154
|
value: string;
|
|
155
155
|
}[] | undefined;
|
|
156
156
|
child_blocks?: {
|
|
@@ -163,9 +163,21 @@ declare const notionInsertRowDatabase: import("@keystrokehq/action").WorkflowAct
|
|
|
163
163
|
content?: string | undefined;
|
|
164
164
|
underline?: boolean | undefined;
|
|
165
165
|
strikethrough?: boolean | undefined;
|
|
166
|
-
block_property?: "file" | "paragraph" | "heading_1" | "heading_2" | "heading_3" | "bulleted_list_item" | "numbered_list_item" | "
|
|
166
|
+
block_property?: "file" | "paragraph" | "heading_1" | "heading_2" | "heading_3" | "bulleted_list_item" | "numbered_list_item" | "image" | "quote" | "to_do" | "video" | "toggle" | "callout" | "divider" | undefined;
|
|
167
167
|
}[] | undefined;
|
|
168
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
168
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
169
|
+
connectionId: z.ZodString;
|
|
170
|
+
entityId: z.ZodString;
|
|
171
|
+
instanceId: z.ZodString;
|
|
172
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
173
|
+
accessToken: z.ZodString;
|
|
174
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
175
|
+
connectionId: z.ZodString;
|
|
176
|
+
entityId: z.ZodString;
|
|
177
|
+
instanceId: z.ZodString;
|
|
178
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
179
|
+
accessToken: z.ZodString;
|
|
180
|
+
}, z.core.$strip>>]>;
|
|
169
181
|
//#endregion
|
|
170
182
|
export { notionInsertRowDatabase };
|
|
171
183
|
//# sourceMappingURL=insert-row-database.d.mts.map
|
|
@@ -19,7 +19,19 @@ declare const notionInsertRowFromNl: import("@keystrokehq/action").WorkflowActio
|
|
|
19
19
|
database_id: string;
|
|
20
20
|
icon?: string | undefined;
|
|
21
21
|
cover?: string | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
accessToken: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { notionInsertRowFromNl };
|
|
25
37
|
//# sourceMappingURL=insert-row-from-nl.d.cts.map
|
|
@@ -19,7 +19,19 @@ declare const notionInsertRowFromNl: import("@keystrokehq/action").WorkflowActio
|
|
|
19
19
|
database_id: string;
|
|
20
20
|
icon?: string | undefined;
|
|
21
21
|
cover?: string | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
accessToken: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { notionInsertRowFromNl };
|
|
25
37
|
//# sourceMappingURL=insert-row-from-nl.d.mts.map
|
|
@@ -19,7 +19,19 @@ declare const notionListDataSourceTemplates: import("@keystrokehq/action").Workf
|
|
|
19
19
|
data_source_id: string;
|
|
20
20
|
page_size?: number | undefined;
|
|
21
21
|
start_cursor?: string | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
accessToken: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { notionListDataSourceTemplates };
|
|
25
37
|
//# sourceMappingURL=list-data-source-templates.d.cts.map
|
|
@@ -19,7 +19,19 @@ declare const notionListDataSourceTemplates: import("@keystrokehq/action").Workf
|
|
|
19
19
|
data_source_id: string;
|
|
20
20
|
page_size?: number | undefined;
|
|
21
21
|
start_cursor?: string | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
accessToken: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { notionListDataSourceTemplates };
|
|
25
37
|
//# sourceMappingURL=list-data-source-templates.d.mts.map
|
|
@@ -32,7 +32,19 @@ declare const NotionListFileUploadsOutput: z.ZodObject<{
|
|
|
32
32
|
declare const notionListFileUploads: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
33
33
|
page_size?: number | undefined;
|
|
34
34
|
start_cursor?: string | undefined;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
accessToken: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
accessToken: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>;
|
|
36
48
|
//#endregion
|
|
37
49
|
export { notionListFileUploads };
|
|
38
50
|
//# sourceMappingURL=list-file-uploads.d.cts.map
|
|
@@ -32,7 +32,19 @@ declare const NotionListFileUploadsOutput: z.ZodObject<{
|
|
|
32
32
|
declare const notionListFileUploads: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
33
33
|
page_size?: number | undefined;
|
|
34
34
|
start_cursor?: string | undefined;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
accessToken: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
accessToken: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>;
|
|
36
48
|
//#endregion
|
|
37
49
|
export { notionListFileUploads };
|
|
38
50
|
//# sourceMappingURL=list-file-uploads.d.mts.map
|
|
@@ -22,8 +22,8 @@ declare const NotionListUsersOutput: z.ZodObject<{
|
|
|
22
22
|
id: z.ZodNullable<z.ZodString>;
|
|
23
23
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
24
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
25
|
-
bot: "bot";
|
|
26
25
|
person: "person";
|
|
26
|
+
bot: "bot";
|
|
27
27
|
}>>>;
|
|
28
28
|
object: z.ZodNullable<z.ZodString>;
|
|
29
29
|
person: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -41,8 +41,8 @@ declare const NotionListUsersOutput: z.ZodObject<{
|
|
|
41
41
|
}, z.core.$loose>>>;
|
|
42
42
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
43
43
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
44
|
-
bot: "bot";
|
|
45
44
|
person: "person";
|
|
45
|
+
bot: "bot";
|
|
46
46
|
}>>>;
|
|
47
47
|
object: z.ZodNullable<z.ZodString>;
|
|
48
48
|
person: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -58,7 +58,19 @@ declare const NotionListUsersOutput: z.ZodObject<{
|
|
|
58
58
|
declare const notionListUsers: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
59
59
|
page_size?: number | undefined;
|
|
60
60
|
start_cursor?: string | undefined;
|
|
61
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
61
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
accessToken: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
accessToken: z.ZodString;
|
|
73
|
+
}, z.core.$strip>>]>;
|
|
62
74
|
//#endregion
|
|
63
75
|
export { notionListUsers };
|
|
64
76
|
//# sourceMappingURL=list-users.d.cts.map
|
|
@@ -22,8 +22,8 @@ declare const NotionListUsersOutput: z.ZodObject<{
|
|
|
22
22
|
id: z.ZodNullable<z.ZodString>;
|
|
23
23
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
24
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
25
|
-
bot: "bot";
|
|
26
25
|
person: "person";
|
|
26
|
+
bot: "bot";
|
|
27
27
|
}>>>;
|
|
28
28
|
object: z.ZodNullable<z.ZodString>;
|
|
29
29
|
person: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -41,8 +41,8 @@ declare const NotionListUsersOutput: z.ZodObject<{
|
|
|
41
41
|
}, z.core.$loose>>>;
|
|
42
42
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
43
43
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
44
|
-
bot: "bot";
|
|
45
44
|
person: "person";
|
|
45
|
+
bot: "bot";
|
|
46
46
|
}>>>;
|
|
47
47
|
object: z.ZodNullable<z.ZodString>;
|
|
48
48
|
person: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -58,7 +58,19 @@ declare const NotionListUsersOutput: z.ZodObject<{
|
|
|
58
58
|
declare const notionListUsers: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
59
59
|
page_size?: number | undefined;
|
|
60
60
|
start_cursor?: string | undefined;
|
|
61
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
61
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
accessToken: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
accessToken: z.ZodString;
|
|
73
|
+
}, z.core.$strip>>]>;
|
|
62
74
|
//#endregion
|
|
63
75
|
export { notionListUsers };
|
|
64
76
|
//# sourceMappingURL=list-users.d.mts.map
|
|
@@ -92,7 +92,19 @@ declare const notionMovePage: import("@keystrokehq/action").WorkflowActionDefini
|
|
|
92
92
|
data_source_id: string;
|
|
93
93
|
};
|
|
94
94
|
page_id: string;
|
|
95
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
95
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
96
|
+
connectionId: z.ZodString;
|
|
97
|
+
entityId: z.ZodString;
|
|
98
|
+
instanceId: z.ZodString;
|
|
99
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
100
|
+
accessToken: z.ZodString;
|
|
101
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
102
|
+
connectionId: z.ZodString;
|
|
103
|
+
entityId: z.ZodString;
|
|
104
|
+
instanceId: z.ZodString;
|
|
105
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
106
|
+
accessToken: z.ZodString;
|
|
107
|
+
}, z.core.$strip>>]>;
|
|
96
108
|
//#endregion
|
|
97
109
|
export { notionMovePage };
|
|
98
110
|
//# sourceMappingURL=move-page.d.cts.map
|
|
@@ -92,7 +92,19 @@ declare const notionMovePage: import("@keystrokehq/action").WorkflowActionDefini
|
|
|
92
92
|
data_source_id: string;
|
|
93
93
|
};
|
|
94
94
|
page_id: string;
|
|
95
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
95
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
96
|
+
connectionId: z.ZodString;
|
|
97
|
+
entityId: z.ZodString;
|
|
98
|
+
instanceId: z.ZodString;
|
|
99
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
100
|
+
accessToken: z.ZodString;
|
|
101
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"notion", z.ZodObject<{
|
|
102
|
+
connectionId: z.ZodString;
|
|
103
|
+
entityId: z.ZodString;
|
|
104
|
+
instanceId: z.ZodString;
|
|
105
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
106
|
+
accessToken: z.ZodString;
|
|
107
|
+
}, z.core.$strip>>]>;
|
|
96
108
|
//#endregion
|
|
97
109
|
export { notionMovePage };
|
|
98
110
|
//# sourceMappingURL=move-page.d.mts.map
|