@keystrokehq/notion 0.0.9 → 0.0.11
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/_official/index.d.mts +3 -3
- package/dist/_official/index.mjs +1 -1
- package/dist/_runtime/index.d.mts +25 -25
- package/dist/blocks.d.mts +6 -6
- package/dist/blocks.mjs +7 -7
- package/dist/client.d.mts +1 -1
- package/dist/client.mjs +2 -2
- package/dist/comments.d.mts +4 -4
- package/dist/comments.mjs +5 -5
- package/dist/connection.d.mts +1 -1
- package/dist/connection.mjs +1 -1
- package/dist/data-sources.d.mts +6 -6
- package/dist/data-sources.mjs +7 -7
- package/dist/dist-Bbp6t-WQ.mjs +74 -0
- package/dist/factory-Dw2V3rrS.mjs +7 -0
- package/dist/{integration-D12eY2r0.d.mts → integration-Bc-B-wPX.d.mts} +3 -4
- package/dist/integration-Dqf1rNJ6.mjs +770 -0
- package/dist/pages.d.mts +8 -8
- package/dist/pages.mjs +9 -9
- package/dist/search.d.mts +2 -2
- package/dist/search.mjs +2 -2
- package/dist/triggers.d.mts +2 -3
- package/dist/triggers.mjs +8 -8
- package/dist/users.d.mts +4 -4
- package/dist/users.mjs +5 -5
- package/dist/verification.mjs +86 -1
- package/package.json +5 -5
- package/dist/factory-BvG2wLPI.mjs +0 -8
- package/dist/integration-AVAZpqqY.mjs +0 -93
- /package/dist/{shared-C6A6JPl3.mjs → shared-DwBtvjix.mjs} +0 -0
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as _keystrokehq_integration_authoring_official0 from "@keystrokehq/integration-authoring/official";
|
|
2
|
-
import { z } from "zod";
|
|
3
1
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
2
|
+
import { z } from "zod";
|
|
4
3
|
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
5
4
|
import { InferCredentialSetAuth } from "@keystrokehq/core/credential-set";
|
|
6
5
|
|
|
@@ -43,10 +42,10 @@ declare const notionOfficialIntegration: {
|
|
|
43
42
|
}, z.core.$strip>;
|
|
44
43
|
})[];
|
|
45
44
|
};
|
|
46
|
-
declare const notionBundle:
|
|
45
|
+
declare const notionBundle: undefined<"notion", z.ZodObject<{
|
|
47
46
|
NOTION_ACCESS_TOKEN: z.ZodString;
|
|
48
47
|
}, z.core.$strip>>;
|
|
49
|
-
declare const notion: _keystrokehq_core0.CredentialSet<"
|
|
48
|
+
declare const notion: _keystrokehq_core0.CredentialSet<"notion", z.ZodObject<{
|
|
50
49
|
NOTION_ACCESS_TOKEN: z.ZodString;
|
|
51
50
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
52
51
|
NOTION_ACCESS_TOKEN: z.ZodString;
|