@keystrokehq/rize 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/create-api-key.cjs +19 -0
- package/dist/actions/create-api-key.cjs.map +1 -0
- package/dist/actions/create-api-key.d.cts +9 -0
- package/dist/actions/create-api-key.d.cts.map +1 -0
- package/dist/actions/create-api-key.d.mts +9 -0
- package/dist/actions/create-api-key.d.mts.map +1 -0
- package/dist/actions/create-api-key.mjs +16 -0
- package/dist/actions/create-api-key.mjs.map +1 -0
- package/dist/actions/create-card.cjs +33 -0
- package/dist/actions/create-card.cjs.map +1 -0
- package/dist/actions/create-card.d.cts +9 -0
- package/dist/actions/create-card.d.cts.map +1 -0
- package/dist/actions/create-card.d.mts +9 -0
- package/dist/actions/create-card.d.mts.map +1 -0
- package/dist/actions/create-card.mjs +30 -0
- package/dist/actions/create-card.mjs.map +1 -0
- package/dist/actions/create-cardholder.cjs +72 -0
- package/dist/actions/create-cardholder.cjs.map +1 -0
- package/dist/actions/create-cardholder.d.cts +9 -0
- package/dist/actions/create-cardholder.d.cts.map +1 -0
- package/dist/actions/create-cardholder.d.mts +9 -0
- package/dist/actions/create-cardholder.d.mts.map +1 -0
- package/dist/actions/create-cardholder.mjs +71 -0
- package/dist/actions/create-cardholder.mjs.map +1 -0
- package/dist/actions/create-counterparty.cjs +48 -0
- package/dist/actions/create-counterparty.cjs.map +1 -0
- package/dist/actions/create-counterparty.d.cts +9 -0
- package/dist/actions/create-counterparty.d.cts.map +1 -0
- package/dist/actions/create-counterparty.d.mts +9 -0
- package/dist/actions/create-counterparty.d.mts.map +1 -0
- package/dist/actions/create-counterparty.mjs +47 -0
- package/dist/actions/create-counterparty.mjs.map +1 -0
- package/dist/actions/create-partner-financial-account.cjs +55 -0
- package/dist/actions/create-partner-financial-account.cjs.map +1 -0
- package/dist/actions/create-partner-financial-account.d.cts +9 -0
- package/dist/actions/create-partner-financial-account.d.cts.map +1 -0
- package/dist/actions/create-partner-financial-account.d.mts +9 -0
- package/dist/actions/create-partner-financial-account.d.mts.map +1 -0
- package/dist/actions/create-partner-financial-account.mjs +54 -0
- package/dist/actions/create-partner-financial-account.mjs.map +1 -0
- package/dist/actions/create-user.cjs +58 -0
- package/dist/actions/create-user.cjs.map +1 -0
- package/dist/actions/create-user.d.cts +9 -0
- package/dist/actions/create-user.d.cts.map +1 -0
- package/dist/actions/create-user.d.mts +9 -0
- package/dist/actions/create-user.d.mts.map +1 -0
- package/dist/actions/create-user.mjs +55 -0
- package/dist/actions/create-user.mjs.map +1 -0
- package/dist/actions/get-cardholder.cjs +46 -0
- package/dist/actions/get-cardholder.cjs.map +1 -0
- package/dist/actions/get-cardholder.d.cts +9 -0
- package/dist/actions/get-cardholder.d.cts.map +1 -0
- package/dist/actions/get-cardholder.d.mts +9 -0
- package/dist/actions/get-cardholder.d.mts.map +1 -0
- package/dist/actions/get-cardholder.mjs +45 -0
- package/dist/actions/get-cardholder.mjs.map +1 -0
- package/dist/actions/get-virtual-card-image.cjs +24 -0
- package/dist/actions/get-virtual-card-image.cjs.map +1 -0
- package/dist/actions/get-virtual-card-image.d.cts +9 -0
- package/dist/actions/get-virtual-card-image.d.cts.map +1 -0
- package/dist/actions/get-virtual-card-image.d.mts +9 -0
- package/dist/actions/get-virtual-card-image.d.mts.map +1 -0
- package/dist/actions/get-virtual-card-image.mjs +23 -0
- package/dist/actions/get-virtual-card-image.mjs.map +1 -0
- package/dist/actions/index.cjs +17 -0
- package/dist/actions/index.d.cts +9 -0
- package/dist/actions/index.d.mts +9 -0
- package/dist/actions/index.mjs +9 -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 +22 -0
- package/dist/index.d.cts +11 -0
- package/dist/index.d.mts +11 -0
- package/dist/index.mjs +12 -0
- package/package.json +49 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-virtual-card-image.ts
|
|
4
|
+
const RizeGetVirtualCardImageInput = zod.z.object({}).describe("Request model for retrieving a virtual card image. No parameters are required\nas this endpoint returns the default virtual card image associated with the\nauthenticated account.");
|
|
5
|
+
const RizeGetVirtualCardImage_FileDownloadableSchema = zod.z.object({
|
|
6
|
+
name: zod.z.string().describe("Name of the file"),
|
|
7
|
+
s3url: zod.z.string().describe("S3 URL of the downloaded file."),
|
|
8
|
+
mimetype: zod.z.string().describe("Mime type of the file.")
|
|
9
|
+
});
|
|
10
|
+
const RizeGetVirtualCardImageOutput = zod.z.object({
|
|
11
|
+
error: zod.z.string().describe("Error message if no virtual card image is available for this account.").nullable().optional(),
|
|
12
|
+
content: RizeGetVirtualCardImage_FileDownloadableSchema.nullable().optional()
|
|
13
|
+
}).describe("Response model for the virtual card image. Contains the binary image data\nthat can be rendered in web or mobile applications.");
|
|
14
|
+
const rizeGetVirtualCardImage = require_action.action("RIZE_GET_VIRTUAL_CARD_IMAGE", {
|
|
15
|
+
slug: "rize-get-virtual-card-image",
|
|
16
|
+
name: "Get Virtual Card Image",
|
|
17
|
+
description: "Retrieves the virtual card image asset. Returns the image representation of a virtual debit card which can be displayed in mobile or web applications. Use this action when you need to fetch the visual representation of a virtual debit card for display purposes. This action is read-only and does not modify any card data.",
|
|
18
|
+
input: RizeGetVirtualCardImageInput,
|
|
19
|
+
output: RizeGetVirtualCardImageOutput
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.rizeGetVirtualCardImage = rizeGetVirtualCardImage;
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=get-virtual-card-image.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-virtual-card-image.cjs","names":["z","action"],"sources":["../../src/actions/get-virtual-card-image.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RizeGetVirtualCardImageInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving a virtual card image. No parameters are required\\nas this endpoint returns the default virtual card image associated with the\\nauthenticated account.\");\nconst RizeGetVirtualCardImage_FileDownloadableSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the file\"),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\"),\n mimetype: z.string().describe(\"Mime type of the file.\"),\n});\nexport const RizeGetVirtualCardImageOutput: z.ZodTypeAny = z.object({\n error: z.string().describe(\"Error message if no virtual card image is available for this account.\").nullable().optional(),\n content: RizeGetVirtualCardImage_FileDownloadableSchema.nullable().optional(),\n}).describe(\"Response model for the virtual card image. Contains the binary image data\\nthat can be rendered in web or mobile applications.\");\n\nexport const rizeGetVirtualCardImage = action(\"RIZE_GET_VIRTUAL_CARD_IMAGE\", {\n slug: \"rize-get-virtual-card-image\",\n name: \"Get Virtual Card Image\",\n description: \"Retrieves the virtual card image asset. Returns the image representation of a virtual debit card which can be displayed in mobile or web applications. Use this action when you need to fetch the visual representation of a virtual debit card for display purposes. This action is read-only and does not modify any card data.\",\n input: RizeGetVirtualCardImageInput,\n output: RizeGetVirtualCardImageOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oLAAoL;AACpQ,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC3D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;AACxD,CAAC;AACD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,SAAS,+CAA+C,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC,CAAC,CAAC,SAAS,gIAAgI;AAE5I,MAAa,0BAA0BC,eAAAA,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-virtual-card-image.d.ts
|
|
4
|
+
declare const RizeGetVirtualCardImageInput: z.ZodTypeAny;
|
|
5
|
+
declare const RizeGetVirtualCardImageOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rizeGetVirtualCardImage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rizeGetVirtualCardImage };
|
|
9
|
+
//# sourceMappingURL=get-virtual-card-image.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-virtual-card-image.d.cts","names":[],"sources":["../../src/actions/get-virtual-card-image.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAAwN;AAAA,cAMxP,6BAAA,EAA+B,CAAA,CAAE,UAG+F;AAAA,cAEhI,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-virtual-card-image.d.ts
|
|
4
|
+
declare const RizeGetVirtualCardImageInput: z.ZodTypeAny;
|
|
5
|
+
declare const RizeGetVirtualCardImageOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rizeGetVirtualCardImage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rizeGetVirtualCardImage };
|
|
9
|
+
//# sourceMappingURL=get-virtual-card-image.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-virtual-card-image.d.mts","names":[],"sources":["../../src/actions/get-virtual-card-image.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAAwN;AAAA,cAMxP,6BAAA,EAA+B,CAAA,CAAE,UAG+F;AAAA,cAEhI,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-virtual-card-image.ts
|
|
4
|
+
const RizeGetVirtualCardImageInput = z.object({}).describe("Request model for retrieving a virtual card image. No parameters are required\nas this endpoint returns the default virtual card image associated with the\nauthenticated account.");
|
|
5
|
+
const RizeGetVirtualCardImage_FileDownloadableSchema = z.object({
|
|
6
|
+
name: z.string().describe("Name of the file"),
|
|
7
|
+
s3url: z.string().describe("S3 URL of the downloaded file."),
|
|
8
|
+
mimetype: z.string().describe("Mime type of the file.")
|
|
9
|
+
});
|
|
10
|
+
const rizeGetVirtualCardImage = action("RIZE_GET_VIRTUAL_CARD_IMAGE", {
|
|
11
|
+
slug: "rize-get-virtual-card-image",
|
|
12
|
+
name: "Get Virtual Card Image",
|
|
13
|
+
description: "Retrieves the virtual card image asset. Returns the image representation of a virtual debit card which can be displayed in mobile or web applications. Use this action when you need to fetch the visual representation of a virtual debit card for display purposes. This action is read-only and does not modify any card data.",
|
|
14
|
+
input: RizeGetVirtualCardImageInput,
|
|
15
|
+
output: z.object({
|
|
16
|
+
error: z.string().describe("Error message if no virtual card image is available for this account.").nullable().optional(),
|
|
17
|
+
content: RizeGetVirtualCardImage_FileDownloadableSchema.nullable().optional()
|
|
18
|
+
}).describe("Response model for the virtual card image. Contains the binary image data\nthat can be rendered in web or mobile applications.")
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { rizeGetVirtualCardImage };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=get-virtual-card-image.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-virtual-card-image.mjs","names":[],"sources":["../../src/actions/get-virtual-card-image.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RizeGetVirtualCardImageInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving a virtual card image. No parameters are required\\nas this endpoint returns the default virtual card image associated with the\\nauthenticated account.\");\nconst RizeGetVirtualCardImage_FileDownloadableSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the file\"),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\"),\n mimetype: z.string().describe(\"Mime type of the file.\"),\n});\nexport const RizeGetVirtualCardImageOutput: z.ZodTypeAny = z.object({\n error: z.string().describe(\"Error message if no virtual card image is available for this account.\").nullable().optional(),\n content: RizeGetVirtualCardImage_FileDownloadableSchema.nullable().optional(),\n}).describe(\"Response model for the virtual card image. Contains the binary image data\\nthat can be rendered in web or mobile applications.\");\n\nexport const rizeGetVirtualCardImage = action(\"RIZE_GET_VIRTUAL_CARD_IMAGE\", {\n slug: \"rize-get-virtual-card-image\",\n name: \"Get Virtual Card Image\",\n description: \"Retrieves the virtual card image asset. Returns the image representation of a virtual debit card which can be displayed in mobile or web applications. Use this action when you need to fetch the visual representation of a virtual debit card for display purposes. This action is read-only and does not modify any card data.\",\n input: RizeGetVirtualCardImageInput,\n output: RizeGetVirtualCardImageOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oLAAoL;AACpQ,MAAM,iDAA+D,EAAE,OAAO;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC3D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;AACxD,CAAC;AAMD,MAAa,0BAA0B,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVyD,EAAE,OAAO;EAClE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxH,SAAS,+CAA+C,SAAS,CAAC,CAAC,SAAS;CAC9E,CAAC,CAAC,CAAC,SAAS,gIAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_create_api_key = require("./create-api-key.cjs");
|
|
3
|
+
const require_create_card = require("./create-card.cjs");
|
|
4
|
+
const require_create_cardholder = require("./create-cardholder.cjs");
|
|
5
|
+
const require_create_counterparty = require("./create-counterparty.cjs");
|
|
6
|
+
const require_create_partner_financial_account = require("./create-partner-financial-account.cjs");
|
|
7
|
+
const require_create_user = require("./create-user.cjs");
|
|
8
|
+
const require_get_cardholder = require("./get-cardholder.cjs");
|
|
9
|
+
const require_get_virtual_card_image = require("./get-virtual-card-image.cjs");
|
|
10
|
+
exports.rizeCreateApiKey = require_create_api_key.rizeCreateApiKey;
|
|
11
|
+
exports.rizeCreateCard = require_create_card.rizeCreateCard;
|
|
12
|
+
exports.rizeCreateCardholder = require_create_cardholder.rizeCreateCardholder;
|
|
13
|
+
exports.rizeCreateCounterparty = require_create_counterparty.rizeCreateCounterparty;
|
|
14
|
+
exports.rizeCreatePartnerFinancialAccount = require_create_partner_financial_account.rizeCreatePartnerFinancialAccount;
|
|
15
|
+
exports.rizeCreateUser = require_create_user.rizeCreateUser;
|
|
16
|
+
exports.rizeGetCardholder = require_get_cardholder.rizeGetCardholder;
|
|
17
|
+
exports.rizeGetVirtualCardImage = require_get_virtual_card_image.rizeGetVirtualCardImage;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { rizeCreateApiKey } from "./create-api-key.cjs";
|
|
2
|
+
import { rizeCreateCard } from "./create-card.cjs";
|
|
3
|
+
import { rizeCreateCardholder } from "./create-cardholder.cjs";
|
|
4
|
+
import { rizeCreateCounterparty } from "./create-counterparty.cjs";
|
|
5
|
+
import { rizeCreatePartnerFinancialAccount } from "./create-partner-financial-account.cjs";
|
|
6
|
+
import { rizeCreateUser } from "./create-user.cjs";
|
|
7
|
+
import { rizeGetCardholder } from "./get-cardholder.cjs";
|
|
8
|
+
import { rizeGetVirtualCardImage } from "./get-virtual-card-image.cjs";
|
|
9
|
+
export { rizeCreateApiKey, rizeCreateCard, rizeCreateCardholder, rizeCreateCounterparty, rizeCreatePartnerFinancialAccount, rizeCreateUser, rizeGetCardholder, rizeGetVirtualCardImage };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { rizeCreateApiKey } from "./create-api-key.mjs";
|
|
2
|
+
import { rizeCreateCard } from "./create-card.mjs";
|
|
3
|
+
import { rizeCreateCardholder } from "./create-cardholder.mjs";
|
|
4
|
+
import { rizeCreateCounterparty } from "./create-counterparty.mjs";
|
|
5
|
+
import { rizeCreatePartnerFinancialAccount } from "./create-partner-financial-account.mjs";
|
|
6
|
+
import { rizeCreateUser } from "./create-user.mjs";
|
|
7
|
+
import { rizeGetCardholder } from "./get-cardholder.mjs";
|
|
8
|
+
import { rizeGetVirtualCardImage } from "./get-virtual-card-image.mjs";
|
|
9
|
+
export { rizeCreateApiKey, rizeCreateCard, rizeCreateCardholder, rizeCreateCounterparty, rizeCreatePartnerFinancialAccount, rizeCreateUser, rizeGetCardholder, rizeGetVirtualCardImage };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { rizeCreateApiKey } from "./create-api-key.mjs";
|
|
2
|
+
import { rizeCreateCard } from "./create-card.mjs";
|
|
3
|
+
import { rizeCreateCardholder } from "./create-cardholder.mjs";
|
|
4
|
+
import { rizeCreateCounterparty } from "./create-counterparty.mjs";
|
|
5
|
+
import { rizeCreatePartnerFinancialAccount } from "./create-partner-financial-account.mjs";
|
|
6
|
+
import { rizeCreateUser } from "./create-user.mjs";
|
|
7
|
+
import { rizeGetCardholder } from "./get-cardholder.mjs";
|
|
8
|
+
import { rizeGetVirtualCardImage } from "./get-virtual-card-image.mjs";
|
|
9
|
+
export { rizeCreateApiKey, rizeCreateCard, rizeCreateCardholder, rizeCreateCounterparty, rizeCreatePartnerFinancialAccount, rizeCreateUser, rizeGetCardholder, rizeGetVirtualCardImage };
|
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 rize = defineApp({\n slug: \"rize\",\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 rize = defineApp({\n slug: \"rize\",\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 rizeCatalog = {
|
|
4
|
+
"slug": "rize",
|
|
5
|
+
"name": "Rize",
|
|
6
|
+
"description": "Rize is an AI-powered time tracking and productivity tool that automatically tracks your work time and provides insights.",
|
|
7
|
+
"category": "Productivity",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/rize",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.rizeCatalog = rizeCatalog;
|
|
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 rizeCatalog = {\n \"slug\": \"rize\",\n \"name\": \"Rize\",\n \"description\": \"Rize is an AI-powered time tracking and productivity tool that automatically tracks your work time and provides insights.\",\n \"category\": \"Productivity\",\n \"logo\": \"https://logos.composio.dev/api/rize\",\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 rizeCatalog: {
|
|
4
|
+
readonly slug: "rize";
|
|
5
|
+
readonly name: "Rize";
|
|
6
|
+
readonly description: "Rize is an AI-powered time tracking and productivity tool that automatically tracks your work time and provides insights.";
|
|
7
|
+
readonly category: "Productivity";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/rize";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { rizeCatalog };
|
|
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 rizeCatalog: {
|
|
4
|
+
readonly slug: "rize";
|
|
5
|
+
readonly name: "Rize";
|
|
6
|
+
readonly description: "Rize is an AI-powered time tracking and productivity tool that automatically tracks your work time and provides insights.";
|
|
7
|
+
readonly category: "Productivity";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/rize";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { rizeCatalog };
|
|
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 rizeCatalog = {
|
|
4
|
+
"slug": "rize",
|
|
5
|
+
"name": "Rize",
|
|
6
|
+
"description": "Rize is an AI-powered time tracking and productivity tool that automatically tracks your work time and provides insights.",
|
|
7
|
+
"category": "Productivity",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/rize",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { rizeCatalog };
|
|
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 rizeCatalog = {\n \"slug\": \"rize\",\n \"name\": \"Rize\",\n \"description\": \"Rize is an AI-powered time tracking and productivity tool that automatically tracks your work time and provides insights.\",\n \"category\": \"Productivity\",\n \"logo\": \"https://logos.composio.dev/api/rize\",\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 = "rize";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeRizeTool(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.executeRizeTool = executeRizeTool;
|
|
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 = \"rize\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeRizeTool(\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 = "rize";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeRizeTool(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 { executeRizeTool };
|
|
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 = \"rize\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeRizeTool(\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,22 @@
|
|
|
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_create_api_key = require("./actions/create-api-key.cjs");
|
|
5
|
+
const require_create_card = require("./actions/create-card.cjs");
|
|
6
|
+
const require_create_cardholder = require("./actions/create-cardholder.cjs");
|
|
7
|
+
const require_create_counterparty = require("./actions/create-counterparty.cjs");
|
|
8
|
+
const require_create_partner_financial_account = require("./actions/create-partner-financial-account.cjs");
|
|
9
|
+
const require_create_user = require("./actions/create-user.cjs");
|
|
10
|
+
const require_get_cardholder = require("./actions/get-cardholder.cjs");
|
|
11
|
+
const require_get_virtual_card_image = require("./actions/get-virtual-card-image.cjs");
|
|
12
|
+
require("./actions/index.cjs");
|
|
13
|
+
exports.rize = require_app.rize;
|
|
14
|
+
exports.rizeCatalog = require_catalog.rizeCatalog;
|
|
15
|
+
exports.rizeCreateApiKey = require_create_api_key.rizeCreateApiKey;
|
|
16
|
+
exports.rizeCreateCard = require_create_card.rizeCreateCard;
|
|
17
|
+
exports.rizeCreateCardholder = require_create_cardholder.rizeCreateCardholder;
|
|
18
|
+
exports.rizeCreateCounterparty = require_create_counterparty.rizeCreateCounterparty;
|
|
19
|
+
exports.rizeCreatePartnerFinancialAccount = require_create_partner_financial_account.rizeCreatePartnerFinancialAccount;
|
|
20
|
+
exports.rizeCreateUser = require_create_user.rizeCreateUser;
|
|
21
|
+
exports.rizeGetCardholder = require_get_cardholder.rizeGetCardholder;
|
|
22
|
+
exports.rizeGetVirtualCardImage = require_get_virtual_card_image.rizeGetVirtualCardImage;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { rizeCreateApiKey } from "./actions/create-api-key.cjs";
|
|
2
|
+
import { rizeCreateCard } from "./actions/create-card.cjs";
|
|
3
|
+
import { rizeCreateCardholder } from "./actions/create-cardholder.cjs";
|
|
4
|
+
import { rizeCreateCounterparty } from "./actions/create-counterparty.cjs";
|
|
5
|
+
import { rizeCreatePartnerFinancialAccount } from "./actions/create-partner-financial-account.cjs";
|
|
6
|
+
import { rizeCreateUser } from "./actions/create-user.cjs";
|
|
7
|
+
import { rizeGetCardholder } from "./actions/get-cardholder.cjs";
|
|
8
|
+
import { rizeGetVirtualCardImage } from "./actions/get-virtual-card-image.cjs";
|
|
9
|
+
import { rize } from "./app.cjs";
|
|
10
|
+
import { rizeCatalog } from "./catalog.cjs";
|
|
11
|
+
export { rize, rizeCatalog, rizeCreateApiKey, rizeCreateCard, rizeCreateCardholder, rizeCreateCounterparty, rizeCreatePartnerFinancialAccount, rizeCreateUser, rizeGetCardholder, rizeGetVirtualCardImage };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { rizeCreateApiKey } from "./actions/create-api-key.mjs";
|
|
2
|
+
import { rizeCreateCard } from "./actions/create-card.mjs";
|
|
3
|
+
import { rizeCreateCardholder } from "./actions/create-cardholder.mjs";
|
|
4
|
+
import { rizeCreateCounterparty } from "./actions/create-counterparty.mjs";
|
|
5
|
+
import { rizeCreatePartnerFinancialAccount } from "./actions/create-partner-financial-account.mjs";
|
|
6
|
+
import { rizeCreateUser } from "./actions/create-user.mjs";
|
|
7
|
+
import { rizeGetCardholder } from "./actions/get-cardholder.mjs";
|
|
8
|
+
import { rizeGetVirtualCardImage } from "./actions/get-virtual-card-image.mjs";
|
|
9
|
+
import { rize } from "./app.mjs";
|
|
10
|
+
import { rizeCatalog } from "./catalog.mjs";
|
|
11
|
+
export { rize, rizeCatalog, rizeCreateApiKey, rizeCreateCard, rizeCreateCardholder, rizeCreateCounterparty, rizeCreatePartnerFinancialAccount, rizeCreateUser, rizeGetCardholder, rizeGetVirtualCardImage };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { rize } from "./app.mjs";
|
|
2
|
+
import { rizeCatalog } from "./catalog.mjs";
|
|
3
|
+
import { rizeCreateApiKey } from "./actions/create-api-key.mjs";
|
|
4
|
+
import { rizeCreateCard } from "./actions/create-card.mjs";
|
|
5
|
+
import { rizeCreateCardholder } from "./actions/create-cardholder.mjs";
|
|
6
|
+
import { rizeCreateCounterparty } from "./actions/create-counterparty.mjs";
|
|
7
|
+
import { rizeCreatePartnerFinancialAccount } from "./actions/create-partner-financial-account.mjs";
|
|
8
|
+
import { rizeCreateUser } from "./actions/create-user.mjs";
|
|
9
|
+
import { rizeGetCardholder } from "./actions/get-cardholder.mjs";
|
|
10
|
+
import { rizeGetVirtualCardImage } from "./actions/get-virtual-card-image.mjs";
|
|
11
|
+
import "./actions/index.mjs";
|
|
12
|
+
export { rize, rizeCatalog, rizeCreateApiKey, rizeCreateCard, rizeCreateCardholder, rizeCreateCounterparty, rizeCreatePartnerFinancialAccount, rizeCreateUser, rizeGetCardholder, rizeGetVirtualCardImage };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/rize",
|
|
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/rize"
|
|
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
|
+
}
|