@keystrokehq/poof 0.1.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/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/check-balance.cjs +16 -0
- package/dist/actions/check-balance.cjs.map +1 -0
- package/dist/actions/check-balance.d.cts +9 -0
- package/dist/actions/check-balance.d.cts.map +1 -0
- package/dist/actions/check-balance.d.mts +9 -0
- package/dist/actions/check-balance.d.mts.map +1 -0
- package/dist/actions/check-balance.mjs +13 -0
- package/dist/actions/check-balance.mjs.map +1 -0
- package/dist/actions/create-checkout.cjs +31 -0
- package/dist/actions/create-checkout.cjs.map +1 -0
- package/dist/actions/create-checkout.d.cts +9 -0
- package/dist/actions/create-checkout.d.cts.map +1 -0
- package/dist/actions/create-checkout.d.mts +9 -0
- package/dist/actions/create-checkout.d.mts.map +1 -0
- package/dist/actions/create-checkout.mjs +28 -0
- package/dist/actions/create-checkout.mjs.map +1 -0
- package/dist/actions/create-deposit-address.cjs +30 -0
- package/dist/actions/create-deposit-address.cjs.map +1 -0
- package/dist/actions/create-deposit-address.d.cts +9 -0
- package/dist/actions/create-deposit-address.d.cts.map +1 -0
- package/dist/actions/create-deposit-address.d.mts +9 -0
- package/dist/actions/create-deposit-address.d.mts.map +1 -0
- package/dist/actions/create-deposit-address.mjs +27 -0
- package/dist/actions/create-deposit-address.mjs.map +1 -0
- package/dist/actions/create-fiat-charge.cjs +27 -0
- package/dist/actions/create-fiat-charge.cjs.map +1 -0
- package/dist/actions/create-fiat-charge.d.cts +9 -0
- package/dist/actions/create-fiat-charge.d.cts.map +1 -0
- package/dist/actions/create-fiat-charge.d.mts +9 -0
- package/dist/actions/create-fiat-charge.d.mts.map +1 -0
- package/dist/actions/create-fiat-charge.mjs +24 -0
- package/dist/actions/create-fiat-charge.mjs.map +1 -0
- package/dist/actions/create-fiat-invoice.cjs +27 -0
- package/dist/actions/create-fiat-invoice.cjs.map +1 -0
- package/dist/actions/create-fiat-invoice.d.cts +9 -0
- package/dist/actions/create-fiat-invoice.d.cts.map +1 -0
- package/dist/actions/create-fiat-invoice.d.mts +9 -0
- package/dist/actions/create-fiat-invoice.d.mts.map +1 -0
- package/dist/actions/create-fiat-invoice.mjs +24 -0
- package/dist/actions/create-fiat-invoice.mjs.map +1 -0
- package/dist/actions/create-payment-link.cjs +23 -0
- package/dist/actions/create-payment-link.cjs.map +1 -0
- package/dist/actions/create-payment-link.d.cts +9 -0
- package/dist/actions/create-payment-link.d.cts.map +1 -0
- package/dist/actions/create-payment-link.d.mts +9 -0
- package/dist/actions/create-payment-link.d.mts.map +1 -0
- package/dist/actions/create-payment-link.mjs +20 -0
- package/dist/actions/create-payment-link.mjs.map +1 -0
- package/dist/actions/create-webhook.cjs +20 -0
- package/dist/actions/create-webhook.cjs.map +1 -0
- package/dist/actions/create-webhook.d.cts +9 -0
- package/dist/actions/create-webhook.d.cts.map +1 -0
- package/dist/actions/create-webhook.d.mts +9 -0
- package/dist/actions/create-webhook.d.mts.map +1 -0
- package/dist/actions/create-webhook.mjs +17 -0
- package/dist/actions/create-webhook.mjs.map +1 -0
- package/dist/actions/fetch-gas-price.cjs +24 -0
- package/dist/actions/fetch-gas-price.cjs.map +1 -0
- package/dist/actions/fetch-gas-price.d.cts +9 -0
- package/dist/actions/fetch-gas-price.d.cts.map +1 -0
- package/dist/actions/fetch-gas-price.d.mts +9 -0
- package/dist/actions/fetch-gas-price.d.mts.map +1 -0
- package/dist/actions/fetch-gas-price.mjs +21 -0
- package/dist/actions/fetch-gas-price.mjs.map +1 -0
- package/dist/actions/fetch-price.cjs +25 -0
- package/dist/actions/fetch-price.cjs.map +1 -0
- package/dist/actions/fetch-price.d.cts +9 -0
- package/dist/actions/fetch-price.d.cts.map +1 -0
- package/dist/actions/fetch-price.d.mts +9 -0
- package/dist/actions/fetch-price.d.mts.map +1 -0
- package/dist/actions/fetch-price.mjs +22 -0
- package/dist/actions/fetch-price.mjs.map +1 -0
- package/dist/actions/fetch-smart-contracts.cjs +20 -0
- package/dist/actions/fetch-smart-contracts.cjs.map +1 -0
- package/dist/actions/fetch-smart-contracts.d.cts +9 -0
- package/dist/actions/fetch-smart-contracts.d.cts.map +1 -0
- package/dist/actions/fetch-smart-contracts.d.mts +9 -0
- package/dist/actions/fetch-smart-contracts.d.mts.map +1 -0
- package/dist/actions/fetch-smart-contracts.mjs +17 -0
- package/dist/actions/fetch-smart-contracts.mjs.map +1 -0
- package/dist/actions/index.cjs +23 -0
- package/dist/actions/index.d.cts +12 -0
- package/dist/actions/index.d.mts +12 -0
- package/dist/actions/index.mjs +12 -0
- package/dist/actions/send-payout.cjs +25 -0
- package/dist/actions/send-payout.cjs.map +1 -0
- package/dist/actions/send-payout.d.cts +9 -0
- package/dist/actions/send-payout.d.cts.map +1 -0
- package/dist/actions/send-payout.d.mts +9 -0
- package/dist/actions/send-payout.d.mts.map +1 -0
- package/dist/actions/send-payout.mjs +22 -0
- package/dist/actions/send-payout.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +28 -0
- package/dist/index.d.cts +14 -0
- package/dist/index.d.mts +14 -0
- package/dist/index.mjs +15 -0
- package/package.json +49 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const poofSendPayout = action("POOF_SEND_PAYOUT", {
|
|
4
|
+
slug: "poof-send-payout",
|
|
5
|
+
name: "Send Cryptocurrency Payout",
|
|
6
|
+
description: "Tool to send a cryptocurrency payout transaction from your wallet to an external address. Use when you need to transfer crypto on supported blockchains.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
amount: z.number().describe("Amount of cryptocurrency to send. Must be a positive number."),
|
|
9
|
+
crypto: z.string().describe("Cryptocurrency type to use for the payout. Supported values include blockchain names such as 'solana', 'ethereum', 'bitcoin', etc."),
|
|
10
|
+
address: z.string().describe("Destination wallet address on the specified blockchain. Must be a valid address format for the chosen cryptocurrency.")
|
|
11
|
+
}).describe("Request model for sending a cryptocurrency payout transaction."),
|
|
12
|
+
output: z.object({
|
|
13
|
+
status: z.string().describe("Current status of the payout transaction (e.g., pending, completed, failed).").nullable().optional(),
|
|
14
|
+
message: z.string().describe("Additional message or details about the payout request.").nullable().optional(),
|
|
15
|
+
success: z.boolean().describe("Indicates whether the payout request was successful.").nullable().optional(),
|
|
16
|
+
transaction_id: z.string().describe("Unique identifier for the payout transaction.").nullable().optional()
|
|
17
|
+
}).describe("Response model returned after initiating a cryptocurrency payout transaction.")
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { poofSendPayout };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=send-payout.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-payout.mjs","names":[],"sources":["../../src/actions/send-payout.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PoofSendPayoutInput: z.ZodTypeAny = z.object({\n amount: z.number().describe(\"Amount of cryptocurrency to send. Must be a positive number.\"),\n crypto: z.string().describe(\"Cryptocurrency type to use for the payout. Supported values include blockchain names such as 'solana', 'ethereum', 'bitcoin', etc.\"),\n address: z.string().describe(\"Destination wallet address on the specified blockchain. Must be a valid address format for the chosen cryptocurrency.\"),\n}).describe(\"Request model for sending a cryptocurrency payout transaction.\");\nexport const PoofSendPayoutOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Current status of the payout transaction (e.g., pending, completed, failed).\").nullable().optional(),\n message: z.string().describe(\"Additional message or details about the payout request.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the payout request was successful.\").nullable().optional(),\n transaction_id: z.string().describe(\"Unique identifier for the payout transaction.\").nullable().optional(),\n}).describe(\"Response model returned after initiating a cryptocurrency payout transaction.\");\n\nexport const poofSendPayout = action(\"POOF_SEND_PAYOUT\", {\n slug: \"poof-send-payout\",\n name: \"Send Cryptocurrency Payout\",\n description: \"Tool to send a cryptocurrency payout transaction from your wallet to an external address. Use when you need to transfer crypto on supported blockchains.\",\n input: PoofSendPayoutInput,\n output: PoofSendPayoutOutput,\n});\n"],"mappings":";;AAgBA,MAAa,iBAAiB,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhB+C,EAAE,OAAO;EACxD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;EAC1F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oIAAoI;EAChK,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH;CACtJ,CAAC,CAAC,CAAC,SAAS,gEAYH;CACP,QAZgD,EAAE,OAAO;EACzD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChI,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5G,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,CAAC,CAAC,CAAC,SAAS,+EAOF;AACV,CAAC"}
|
package/dist/app.cjs
ADDED
package/dist/app.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const poof = defineApp({\n slug: \"poof\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,QAAA,uCAAA,CAAA,CAAA,UAAA,CAAiB;CAC5B,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,IAAA,6BAAI,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,IAAA,6BAAI,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const poof = defineApp({\n slug: \"poof\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,OAAO,UAAU;CAC5B,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const poofCatalog = {
|
|
4
|
+
"slug": "poof",
|
|
5
|
+
"name": "Poof",
|
|
6
|
+
"description": "Empowering millions of digital businesses & creators with payments from crypto to fiat",
|
|
7
|
+
"category": "Payment Processing",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/poof",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.poofCatalog = poofCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const poofCatalog = {\n \"slug\": \"poof\",\n \"name\": \"Poof\",\n \"description\": \"Empowering millions of digital businesses & creators with payments from crypto to fiat\",\n \"category\": \"Payment Processing\",\n \"logo\": \"https://logos.composio.dev/api/poof\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,cAAc;CACzB,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const poofCatalog: {
|
|
4
|
+
readonly slug: "poof";
|
|
5
|
+
readonly name: "Poof";
|
|
6
|
+
readonly description: "Empowering millions of digital businesses & creators with payments from crypto to fiat";
|
|
7
|
+
readonly category: "Payment Processing";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/poof";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { poofCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,WAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const poofCatalog: {
|
|
4
|
+
readonly slug: "poof";
|
|
5
|
+
readonly name: "Poof";
|
|
6
|
+
readonly description: "Empowering millions of digital businesses & creators with payments from crypto to fiat";
|
|
7
|
+
readonly category: "Payment Processing";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/poof";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { poofCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,WAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const poofCatalog = {
|
|
4
|
+
"slug": "poof",
|
|
5
|
+
"name": "Poof",
|
|
6
|
+
"description": "Empowering millions of digital businesses & creators with payments from crypto to fiat",
|
|
7
|
+
"category": "Payment Processing",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/poof",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { poofCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const poofCatalog = {\n \"slug\": \"poof\",\n \"name\": \"Poof\",\n \"description\": \"Empowering millions of digital businesses & creators with payments from crypto to fiat\",\n \"category\": \"Payment Processing\",\n \"logo\": \"https://logos.composio.dev/api/poof\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,cAAc;CACzB,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "poof";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executePoofTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executePoofTool = executePoofTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"poof\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executePoofTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,gBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "poof";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executePoofTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executePoofTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"poof\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executePoofTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,gBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_check_balance = require("./actions/check-balance.cjs");
|
|
5
|
+
const require_create_checkout = require("./actions/create-checkout.cjs");
|
|
6
|
+
const require_create_deposit_address = require("./actions/create-deposit-address.cjs");
|
|
7
|
+
const require_create_fiat_charge = require("./actions/create-fiat-charge.cjs");
|
|
8
|
+
const require_create_fiat_invoice = require("./actions/create-fiat-invoice.cjs");
|
|
9
|
+
const require_create_payment_link = require("./actions/create-payment-link.cjs");
|
|
10
|
+
const require_create_webhook = require("./actions/create-webhook.cjs");
|
|
11
|
+
const require_fetch_gas_price = require("./actions/fetch-gas-price.cjs");
|
|
12
|
+
const require_fetch_price = require("./actions/fetch-price.cjs");
|
|
13
|
+
const require_fetch_smart_contracts = require("./actions/fetch-smart-contracts.cjs");
|
|
14
|
+
const require_send_payout = require("./actions/send-payout.cjs");
|
|
15
|
+
require("./actions/index.cjs");
|
|
16
|
+
exports.poof = require_app.poof;
|
|
17
|
+
exports.poofCatalog = require_catalog.poofCatalog;
|
|
18
|
+
exports.poofCheckBalance = require_check_balance.poofCheckBalance;
|
|
19
|
+
exports.poofCreateCheckout = require_create_checkout.poofCreateCheckout;
|
|
20
|
+
exports.poofCreateDepositAddress = require_create_deposit_address.poofCreateDepositAddress;
|
|
21
|
+
exports.poofCreateFiatCharge = require_create_fiat_charge.poofCreateFiatCharge;
|
|
22
|
+
exports.poofCreateFiatInvoice = require_create_fiat_invoice.poofCreateFiatInvoice;
|
|
23
|
+
exports.poofCreatePaymentLink = require_create_payment_link.poofCreatePaymentLink;
|
|
24
|
+
exports.poofCreateWebhook = require_create_webhook.poofCreateWebhook;
|
|
25
|
+
exports.poofFetchGasPrice = require_fetch_gas_price.poofFetchGasPrice;
|
|
26
|
+
exports.poofFetchPrice = require_fetch_price.poofFetchPrice;
|
|
27
|
+
exports.poofFetchSmartContracts = require_fetch_smart_contracts.poofFetchSmartContracts;
|
|
28
|
+
exports.poofSendPayout = require_send_payout.poofSendPayout;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { poofCheckBalance } from "./actions/check-balance.cjs";
|
|
2
|
+
import { poofCreateCheckout } from "./actions/create-checkout.cjs";
|
|
3
|
+
import { poofCreateDepositAddress } from "./actions/create-deposit-address.cjs";
|
|
4
|
+
import { poofCreateFiatCharge } from "./actions/create-fiat-charge.cjs";
|
|
5
|
+
import { poofCreateFiatInvoice } from "./actions/create-fiat-invoice.cjs";
|
|
6
|
+
import { poofCreatePaymentLink } from "./actions/create-payment-link.cjs";
|
|
7
|
+
import { poofCreateWebhook } from "./actions/create-webhook.cjs";
|
|
8
|
+
import { poofFetchGasPrice } from "./actions/fetch-gas-price.cjs";
|
|
9
|
+
import { poofFetchPrice } from "./actions/fetch-price.cjs";
|
|
10
|
+
import { poofFetchSmartContracts } from "./actions/fetch-smart-contracts.cjs";
|
|
11
|
+
import { poofSendPayout } from "./actions/send-payout.cjs";
|
|
12
|
+
import { poof } from "./app.cjs";
|
|
13
|
+
import { poofCatalog } from "./catalog.cjs";
|
|
14
|
+
export { poof, poofCatalog, poofCheckBalance, poofCreateCheckout, poofCreateDepositAddress, poofCreateFiatCharge, poofCreateFiatInvoice, poofCreatePaymentLink, poofCreateWebhook, poofFetchGasPrice, poofFetchPrice, poofFetchSmartContracts, poofSendPayout };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { poofCheckBalance } from "./actions/check-balance.mjs";
|
|
2
|
+
import { poofCreateCheckout } from "./actions/create-checkout.mjs";
|
|
3
|
+
import { poofCreateDepositAddress } from "./actions/create-deposit-address.mjs";
|
|
4
|
+
import { poofCreateFiatCharge } from "./actions/create-fiat-charge.mjs";
|
|
5
|
+
import { poofCreateFiatInvoice } from "./actions/create-fiat-invoice.mjs";
|
|
6
|
+
import { poofCreatePaymentLink } from "./actions/create-payment-link.mjs";
|
|
7
|
+
import { poofCreateWebhook } from "./actions/create-webhook.mjs";
|
|
8
|
+
import { poofFetchGasPrice } from "./actions/fetch-gas-price.mjs";
|
|
9
|
+
import { poofFetchPrice } from "./actions/fetch-price.mjs";
|
|
10
|
+
import { poofFetchSmartContracts } from "./actions/fetch-smart-contracts.mjs";
|
|
11
|
+
import { poofSendPayout } from "./actions/send-payout.mjs";
|
|
12
|
+
import { poof } from "./app.mjs";
|
|
13
|
+
import { poofCatalog } from "./catalog.mjs";
|
|
14
|
+
export { poof, poofCatalog, poofCheckBalance, poofCreateCheckout, poofCreateDepositAddress, poofCreateFiatCharge, poofCreateFiatInvoice, poofCreatePaymentLink, poofCreateWebhook, poofFetchGasPrice, poofFetchPrice, poofFetchSmartContracts, poofSendPayout };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { poof } from "./app.mjs";
|
|
2
|
+
import { poofCatalog } from "./catalog.mjs";
|
|
3
|
+
import { poofCheckBalance } from "./actions/check-balance.mjs";
|
|
4
|
+
import { poofCreateCheckout } from "./actions/create-checkout.mjs";
|
|
5
|
+
import { poofCreateDepositAddress } from "./actions/create-deposit-address.mjs";
|
|
6
|
+
import { poofCreateFiatCharge } from "./actions/create-fiat-charge.mjs";
|
|
7
|
+
import { poofCreateFiatInvoice } from "./actions/create-fiat-invoice.mjs";
|
|
8
|
+
import { poofCreatePaymentLink } from "./actions/create-payment-link.mjs";
|
|
9
|
+
import { poofCreateWebhook } from "./actions/create-webhook.mjs";
|
|
10
|
+
import { poofFetchGasPrice } from "./actions/fetch-gas-price.mjs";
|
|
11
|
+
import { poofFetchPrice } from "./actions/fetch-price.mjs";
|
|
12
|
+
import { poofFetchSmartContracts } from "./actions/fetch-smart-contracts.mjs";
|
|
13
|
+
import { poofSendPayout } from "./actions/send-payout.mjs";
|
|
14
|
+
import "./actions/index.mjs";
|
|
15
|
+
export { poof, poofCatalog, poofCheckBalance, poofCreateCheckout, poofCreateDepositAddress, poofCreateFiatCharge, poofCreateFiatInvoice, poofCreatePaymentLink, poofCreateWebhook, poofFetchGasPrice, poofFetchPrice, poofFetchSmartContracts, poofSendPayout };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/poof",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public",
|
|
6
|
+
"registry": "https://registry.npmjs.org"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
11
|
+
"directory": "packages/integrations/poof"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"sideEffects": false,
|
|
17
|
+
"type": "module",
|
|
18
|
+
"main": "./dist/index.cjs",
|
|
19
|
+
"module": "./dist/index.mjs",
|
|
20
|
+
"types": "./dist/index.d.mts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.mts",
|
|
24
|
+
"import": "./dist/index.mjs",
|
|
25
|
+
"require": "./dist/index.cjs"
|
|
26
|
+
},
|
|
27
|
+
"./actions": {
|
|
28
|
+
"types": "./dist/actions/index.d.mts",
|
|
29
|
+
"import": "./dist/actions/index.mjs",
|
|
30
|
+
"require": "./dist/actions/index.cjs"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@keystrokehq/keystroke": "^0.1.4",
|
|
35
|
+
"zod": "^4.4.3"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@keystrokehq/keystroke": "link:../../keystroke",
|
|
39
|
+
"@types/node": "^25.9.1",
|
|
40
|
+
"tsdown": "^0.22.0",
|
|
41
|
+
"typescript": "^6.0.3",
|
|
42
|
+
"zod": "^4.4.3"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsdown",
|
|
46
|
+
"dev": "tsdown --watch --no-clean",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
48
|
+
}
|
|
49
|
+
}
|