@keystrokehq/passcreator 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-pass-existence.cjs +25 -0
- package/dist/actions/check-pass-existence.cjs.map +1 -0
- package/dist/actions/check-pass-existence.d.cts +9 -0
- package/dist/actions/check-pass-existence.d.cts.map +1 -0
- package/dist/actions/check-pass-existence.d.mts +9 -0
- package/dist/actions/check-pass-existence.d.mts.map +1 -0
- package/dist/actions/check-pass-existence.mjs +22 -0
- package/dist/actions/check-pass-existence.mjs.map +1 -0
- package/dist/actions/create-app-scan.cjs +35 -0
- package/dist/actions/create-app-scan.cjs.map +1 -0
- package/dist/actions/create-app-scan.d.cts +9 -0
- package/dist/actions/create-app-scan.d.cts.map +1 -0
- package/dist/actions/create-app-scan.d.mts +9 -0
- package/dist/actions/create-app-scan.d.mts.map +1 -0
- package/dist/actions/create-app-scan.mjs +32 -0
- package/dist/actions/create-app-scan.mjs.map +1 -0
- package/dist/actions/get-app-configuration.cjs +40 -0
- package/dist/actions/get-app-configuration.cjs.map +1 -0
- package/dist/actions/get-app-configuration.d.cts +9 -0
- package/dist/actions/get-app-configuration.d.cts.map +1 -0
- package/dist/actions/get-app-configuration.d.mts +9 -0
- package/dist/actions/get-app-configuration.d.mts.map +1 -0
- package/dist/actions/get-app-configuration.mjs +39 -0
- package/dist/actions/get-app-configuration.mjs.map +1 -0
- package/dist/actions/get-process-status.cjs +35 -0
- package/dist/actions/get-process-status.cjs.map +1 -0
- package/dist/actions/get-process-status.d.cts +9 -0
- package/dist/actions/get-process-status.d.cts.map +1 -0
- package/dist/actions/get-process-status.d.mts +9 -0
- package/dist/actions/get-process-status.d.mts.map +1 -0
- package/dist/actions/get-process-status.mjs +34 -0
- package/dist/actions/get-process-status.mjs.map +1 -0
- package/dist/actions/get-signing-public-key.cjs +25 -0
- package/dist/actions/get-signing-public-key.cjs.map +1 -0
- package/dist/actions/get-signing-public-key.d.cts +9 -0
- package/dist/actions/get-signing-public-key.d.cts.map +1 -0
- package/dist/actions/get-signing-public-key.d.mts +9 -0
- package/dist/actions/get-signing-public-key.d.mts.map +1 -0
- package/dist/actions/get-signing-public-key.mjs +24 -0
- package/dist/actions/get-signing-public-key.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/list-app-configurations.cjs +35 -0
- package/dist/actions/list-app-configurations.cjs.map +1 -0
- package/dist/actions/list-app-configurations.d.cts +9 -0
- package/dist/actions/list-app-configurations.d.cts.map +1 -0
- package/dist/actions/list-app-configurations.d.mts +9 -0
- package/dist/actions/list-app-configurations.d.mts.map +1 -0
- package/dist/actions/list-app-configurations.mjs +34 -0
- package/dist/actions/list-app-configurations.mjs.map +1 -0
- package/dist/actions/list-app-scans.cjs +52 -0
- package/dist/actions/list-app-scans.cjs.map +1 -0
- package/dist/actions/list-app-scans.d.cts +9 -0
- package/dist/actions/list-app-scans.d.cts.map +1 -0
- package/dist/actions/list-app-scans.d.mts +9 -0
- package/dist/actions/list-app-scans.d.mts.map +1 -0
- package/dist/actions/list-app-scans.mjs +51 -0
- package/dist/actions/list-app-scans.mjs.map +1 -0
- package/dist/actions/list-pass-templates.cjs +16 -0
- package/dist/actions/list-pass-templates.cjs.map +1 -0
- package/dist/actions/list-pass-templates.d.cts +9 -0
- package/dist/actions/list-pass-templates.d.cts.map +1 -0
- package/dist/actions/list-pass-templates.d.mts +9 -0
- package/dist/actions/list-pass-templates.d.mts.map +1 -0
- package/dist/actions/list-pass-templates.mjs +13 -0
- package/dist/actions/list-pass-templates.mjs.map +1 -0
- package/dist/actions/list-passes.cjs +41 -0
- package/dist/actions/list-passes.cjs.map +1 -0
- package/dist/actions/list-passes.d.cts +9 -0
- package/dist/actions/list-passes.d.cts.map +1 -0
- package/dist/actions/list-passes.d.mts +9 -0
- package/dist/actions/list-passes.d.mts.map +1 -0
- package/dist/actions/list-passes.mjs +40 -0
- package/dist/actions/list-passes.mjs.map +1 -0
- package/dist/actions/send-bulk-push-notifications.cjs +23 -0
- package/dist/actions/send-bulk-push-notifications.cjs.map +1 -0
- package/dist/actions/send-bulk-push-notifications.d.cts +9 -0
- package/dist/actions/send-bulk-push-notifications.d.cts.map +1 -0
- package/dist/actions/send-bulk-push-notifications.d.mts +9 -0
- package/dist/actions/send-bulk-push-notifications.d.mts.map +1 -0
- package/dist/actions/send-bulk-push-notifications.mjs +20 -0
- package/dist/actions/send-bulk-push-notifications.mjs.map +1 -0
- package/dist/actions/update-passes-bulk.cjs +31 -0
- package/dist/actions/update-passes-bulk.cjs.map +1 -0
- package/dist/actions/update-passes-bulk.d.cts +9 -0
- package/dist/actions/update-passes-bulk.d.cts.map +1 -0
- package/dist/actions/update-passes-bulk.d.mts +9 -0
- package/dist/actions/update-passes-bulk.d.mts.map +1 -0
- package/dist/actions/update-passes-bulk.mjs +30 -0
- package/dist/actions/update-passes-bulk.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,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-passes.d.ts
|
|
4
|
+
declare const PasscreatorListPassesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PasscreatorListPassesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const passcreatorListPasses: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { passcreatorListPasses };
|
|
9
|
+
//# sourceMappingURL=list-passes.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-passes.d.cts","names":[],"sources":["../../src/actions/list-passes.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAK0G;AAAA,cAaxI,2BAAA,EAA6B,CAAA,CAAE,UAQ2G;AAAA,cAE1I,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-passes.d.ts
|
|
4
|
+
declare const PasscreatorListPassesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PasscreatorListPassesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const passcreatorListPasses: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { passcreatorListPasses };
|
|
9
|
+
//# sourceMappingURL=list-passes.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-passes.d.mts","names":[],"sources":["../../src/actions/list-passes.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAK0G;AAAA,cAaxI,2BAAA,EAA6B,CAAA,CAAE,UAQ2G;AAAA,cAE1I,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-passes.ts
|
|
4
|
+
const PasscreatorListPassesInput = z.object({
|
|
5
|
+
pageSize: z.number().int().default(100).describe("Number of passes to return per page (10-1000, default 100).").optional(),
|
|
6
|
+
projectId: z.string().describe("Filter passes by project ID (UUID format). Only return passes belonging to this project.").optional(),
|
|
7
|
+
templateId: z.string().describe("Filter passes by pass template ID (UUID format). Only return passes created from this template.").optional(),
|
|
8
|
+
searchPhrase: z.string().describe("Wildcard search phrase to match across all pass data fields. Use for general text searching.").optional()
|
|
9
|
+
}).describe("Parameters to list or search passes using Passcreator v3 API.\nSupports filtering by template, project, search phrase, and pagination.");
|
|
10
|
+
const PasscreatorListPasses_PassObjectSchema = z.object({
|
|
11
|
+
voided: z.boolean().describe("Whether the pass has been voided/invalidated.").nullable().optional(),
|
|
12
|
+
redeemed: z.boolean().describe("Whether the pass has been redeemed (for loyalty/coupon passes).").nullable().optional(),
|
|
13
|
+
identifier: z.string().describe("Unique pass identifier (UUID format).").nullable().optional(),
|
|
14
|
+
templateId: z.string().describe("ID of the template used to create this pass.").nullable().optional(),
|
|
15
|
+
serialNumber: z.string().describe("Unique serial number for the pass.").nullable().optional(),
|
|
16
|
+
passTypeIdentifier: z.string().describe("Pass type identifier from the pass template.").nullable().optional()
|
|
17
|
+
}).passthrough().describe("A single pass object returned by the Passcreator v3 API.\nAdditional fields may be present depending on pass template configuration.");
|
|
18
|
+
const PasscreatorListPasses_ResponseMetaDataSchema = z.object({
|
|
19
|
+
resultsTotal: z.number().int().describe("Total number of passes matching the query across all pages."),
|
|
20
|
+
resultsThisPage: z.number().int().describe("Number of passes returned in this page.")
|
|
21
|
+
}).passthrough().describe("Pagination metadata from the Passcreator API.");
|
|
22
|
+
const passcreatorListPasses = action("PASSCREATOR_LIST_PASSES", {
|
|
23
|
+
slug: "passcreator-list-passes",
|
|
24
|
+
name: "List/Search Passes",
|
|
25
|
+
description: "List and search wallet passes from Passcreator using the v3 API. Use this tool to: - Retrieve all passes in your account - Filter passes by template ID or project ID - Search passes using a search phrase across all data fields - Paginate through large result sets Returns passes with metadata including identifiers, serial numbers, template info, and voided/redeemed status.",
|
|
26
|
+
input: PasscreatorListPassesInput,
|
|
27
|
+
output: z.object({
|
|
28
|
+
data: z.array(PasscreatorListPasses_PassObjectSchema).describe("Array of pass objects matching the query.").nullable().optional(),
|
|
29
|
+
count: z.number().int().describe("Number of passes in the data array for this response."),
|
|
30
|
+
errors: z.array(z.string()).describe("List of error messages if any occurred.").nullable().optional(),
|
|
31
|
+
success: z.boolean().describe("Whether the API request was successful."),
|
|
32
|
+
statusCode: z.number().int().describe("HTTP status code returned by the API (200 for success)."),
|
|
33
|
+
description: z.string().describe("Human-readable description of the response status.").nullable().optional(),
|
|
34
|
+
responseMetaData: PasscreatorListPasses_ResponseMetaDataSchema.nullable()
|
|
35
|
+
}).passthrough().describe("Response from the Passcreator v3 API for listing/searching passes.\nContains pagination metadata and list of pass objects.")
|
|
36
|
+
});
|
|
37
|
+
//#endregion
|
|
38
|
+
export { passcreatorListPasses };
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=list-passes.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-passes.mjs","names":[],"sources":["../../src/actions/list-passes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorListPassesInput: z.ZodTypeAny = z.object({\n pageSize: z.number().int().default(100).describe(\"Number of passes to return per page (10-1000, default 100).\").optional(),\n projectId: z.string().describe(\"Filter passes by project ID (UUID format). Only return passes belonging to this project.\").optional(),\n templateId: z.string().describe(\"Filter passes by pass template ID (UUID format). Only return passes created from this template.\").optional(),\n searchPhrase: z.string().describe(\"Wildcard search phrase to match across all pass data fields. Use for general text searching.\").optional(),\n}).describe(\"Parameters to list or search passes using Passcreator v3 API.\\nSupports filtering by template, project, search phrase, and pagination.\");\nconst PasscreatorListPasses_PassObjectSchema: z.ZodTypeAny = z.object({\n voided: z.boolean().describe(\"Whether the pass has been voided/invalidated.\").nullable().optional(),\n redeemed: z.boolean().describe(\"Whether the pass has been redeemed (for loyalty/coupon passes).\").nullable().optional(),\n identifier: z.string().describe(\"Unique pass identifier (UUID format).\").nullable().optional(),\n templateId: z.string().describe(\"ID of the template used to create this pass.\").nullable().optional(),\n serialNumber: z.string().describe(\"Unique serial number for the pass.\").nullable().optional(),\n passTypeIdentifier: z.string().describe(\"Pass type identifier from the pass template.\").nullable().optional(),\n}).passthrough().describe(\"A single pass object returned by the Passcreator v3 API.\\nAdditional fields may be present depending on pass template configuration.\");\nconst PasscreatorListPasses_ResponseMetaDataSchema: z.ZodTypeAny = z.object({\n resultsTotal: z.number().int().describe(\"Total number of passes matching the query across all pages.\"),\n resultsThisPage: z.number().int().describe(\"Number of passes returned in this page.\"),\n}).passthrough().describe(\"Pagination metadata from the Passcreator API.\");\nexport const PasscreatorListPassesOutput: z.ZodTypeAny = z.object({\n data: z.array(PasscreatorListPasses_PassObjectSchema).describe(\"Array of pass objects matching the query.\").nullable().optional(),\n count: z.number().int().describe(\"Number of passes in the data array for this response.\"),\n errors: z.array(z.string()).describe(\"List of error messages if any occurred.\").nullable().optional(),\n success: z.boolean().describe(\"Whether the API request was successful.\"),\n statusCode: z.number().int().describe(\"HTTP status code returned by the API (200 for success).\"),\n description: z.string().describe(\"Human-readable description of the response status.\").nullable().optional(),\n responseMetaData: PasscreatorListPasses_ResponseMetaDataSchema.nullable(),\n}).passthrough().describe(\"Response from the Passcreator v3 API for listing/searching passes.\\nContains pagination metadata and list of pass objects.\");\n\nexport const passcreatorListPasses = action(\"PASSCREATOR_LIST_PASSES\", {\n slug: \"passcreator-list-passes\",\n name: \"List/Search Passes\",\n description: \"List and search wallet passes from Passcreator using the v3 API. Use this tool to: - Retrieve all passes in your account - Filter passes by template ID or project ID - Search passes using a search phrase across all data fields - Paginate through large result sets Returns passes with metadata including identifiers, serial numbers, template info, and voided/redeemed status.\",\n input: PasscreatorListPassesInput,\n output: PasscreatorListPassesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO;CAC/D,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CACzH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CACpI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;CAC5I,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;AAC7I,CAAC,CAAC,CAAC,SAAS,wIAAwI;AACpJ,MAAM,yCAAuD,EAAE,OAAO;CACpE,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sIAAsI;AAChK,MAAM,+CAA6D,EAAE,OAAO;CAC1E,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D;CACrG,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAA+C;AAWzE,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAfuD,EAAE,OAAO;EAChE,MAAM,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChI,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD;EACxF,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;EACvE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD;EAC/F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,kBAAkB,6CAA6C,SAAS;CAC1E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4HAOhB;AACV,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/send-bulk-push-notifications.ts
|
|
4
|
+
const PasscreatorSendBulkPushNotificationsInput = zod.z.object({
|
|
5
|
+
listOfPasses: zod.z.array(zod.z.string()).describe("An array of pass identifiers (UID, userProvidedId, or barcode value). Maximum 500 identifiers per request."),
|
|
6
|
+
pushNotificationText: zod.z.string().describe("The text for the push notification. May include placeholders like {Firstname} for personalization.")
|
|
7
|
+
}).describe("Request parameters for sending push notifications to multiple passes.");
|
|
8
|
+
const PasscreatorSendBulkPushNotificationsOutput = zod.z.object({
|
|
9
|
+
message: zod.z.string().describe("Response message from the API indicating the status of the operation."),
|
|
10
|
+
success: zod.z.boolean().describe("Whether the push notification request was accepted successfully."),
|
|
11
|
+
status_code: zod.z.number().int().describe("HTTP status code returned by the API (typically 202 for accepted).")
|
|
12
|
+
}).describe("Response from the Passcreator API after sending push notifications.");
|
|
13
|
+
const passcreatorSendBulkPushNotifications = require_action.action("PASSCREATOR_SEND_BULK_PUSH_NOTIFICATIONS", {
|
|
14
|
+
slug: "passcreator-send-bulk-push-notifications",
|
|
15
|
+
name: "Send Bulk Push Notifications",
|
|
16
|
+
description: "Tool to send push notifications to multiple wallet passes simultaneously (up to 500 passes). Use when you need to notify pass holders about updates, events, or important information. The notification text can include personalization placeholders like {Firstname}.",
|
|
17
|
+
input: PasscreatorSendBulkPushNotificationsInput,
|
|
18
|
+
output: PasscreatorSendBulkPushNotificationsOutput
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
exports.passcreatorSendBulkPushNotifications = passcreatorSendBulkPushNotifications;
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=send-bulk-push-notifications.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-bulk-push-notifications.cjs","names":["z","action"],"sources":["../../src/actions/send-bulk-push-notifications.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorSendBulkPushNotificationsInput: z.ZodTypeAny = z.object({\n listOfPasses: z.array(z.string()).describe(\"An array of pass identifiers (UID, userProvidedId, or barcode value). Maximum 500 identifiers per request.\"),\n pushNotificationText: z.string().describe(\"The text for the push notification. May include placeholders like {Firstname} for personalization.\"),\n}).describe(\"Request parameters for sending push notifications to multiple passes.\");\nexport const PasscreatorSendBulkPushNotificationsOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Response message from the API indicating the status of the operation.\"),\n success: z.boolean().describe(\"Whether the push notification request was accepted successfully.\"),\n status_code: z.number().int().describe(\"HTTP status code returned by the API (typically 202 for accepted).\"),\n}).describe(\"Response from the Passcreator API after sending push notifications.\");\n\nexport const passcreatorSendBulkPushNotifications = action(\"PASSCREATOR_SEND_BULK_PUSH_NOTIFICATIONS\", {\n slug: \"passcreator-send-bulk-push-notifications\",\n name: \"Send Bulk Push Notifications\",\n description: \"Tool to send push notifications to multiple wallet passes simultaneously (up to 500 passes). Use when you need to notify pass holders about updates, events, or important information. The notification text can include personalization placeholders like {Firstname}.\",\n input: PasscreatorSendBulkPushNotificationsInput,\n output: PasscreatorSendBulkPushNotificationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA0DA,IAAAA,EAAE,OAAO;CAC9E,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4GAA4G;CACvJ,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG;AAChJ,CAAC,CAAC,CAAC,SAAS,uEAAuE;AACnF,MAAa,6CAA2DA,IAAAA,EAAE,OAAO;CAC/E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACpG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE;CAChG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE;AAC7G,CAAC,CAAC,CAAC,SAAS,qEAAqE;AAEjF,MAAa,uCAAuCC,eAAAA,OAAO,4CAA4C;CACrG,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/send-bulk-push-notifications.d.ts
|
|
4
|
+
declare const PasscreatorSendBulkPushNotificationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PasscreatorSendBulkPushNotificationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const passcreatorSendBulkPushNotifications: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { passcreatorSendBulkPushNotifications };
|
|
9
|
+
//# sourceMappingURL=send-bulk-push-notifications.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-bulk-push-notifications.d.cts","names":[],"sources":["../../src/actions/send-bulk-push-notifications.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAG0B;AAAA,cACvE,0CAAA,EAA4C,CAAA,CAAE,UAIuB;AAAA,cAErE,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/send-bulk-push-notifications.d.ts
|
|
4
|
+
declare const PasscreatorSendBulkPushNotificationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PasscreatorSendBulkPushNotificationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const passcreatorSendBulkPushNotifications: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { passcreatorSendBulkPushNotifications };
|
|
9
|
+
//# sourceMappingURL=send-bulk-push-notifications.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-bulk-push-notifications.d.mts","names":[],"sources":["../../src/actions/send-bulk-push-notifications.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAG0B;AAAA,cACvE,0CAAA,EAA4C,CAAA,CAAE,UAIuB;AAAA,cAErE,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const passcreatorSendBulkPushNotifications = action("PASSCREATOR_SEND_BULK_PUSH_NOTIFICATIONS", {
|
|
4
|
+
slug: "passcreator-send-bulk-push-notifications",
|
|
5
|
+
name: "Send Bulk Push Notifications",
|
|
6
|
+
description: "Tool to send push notifications to multiple wallet passes simultaneously (up to 500 passes). Use when you need to notify pass holders about updates, events, or important information. The notification text can include personalization placeholders like {Firstname}.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
listOfPasses: z.array(z.string()).describe("An array of pass identifiers (UID, userProvidedId, or barcode value). Maximum 500 identifiers per request."),
|
|
9
|
+
pushNotificationText: z.string().describe("The text for the push notification. May include placeholders like {Firstname} for personalization.")
|
|
10
|
+
}).describe("Request parameters for sending push notifications to multiple passes."),
|
|
11
|
+
output: z.object({
|
|
12
|
+
message: z.string().describe("Response message from the API indicating the status of the operation."),
|
|
13
|
+
success: z.boolean().describe("Whether the push notification request was accepted successfully."),
|
|
14
|
+
status_code: z.number().int().describe("HTTP status code returned by the API (typically 202 for accepted).")
|
|
15
|
+
}).describe("Response from the Passcreator API after sending push notifications.")
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { passcreatorSendBulkPushNotifications };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=send-bulk-push-notifications.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-bulk-push-notifications.mjs","names":[],"sources":["../../src/actions/send-bulk-push-notifications.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorSendBulkPushNotificationsInput: z.ZodTypeAny = z.object({\n listOfPasses: z.array(z.string()).describe(\"An array of pass identifiers (UID, userProvidedId, or barcode value). Maximum 500 identifiers per request.\"),\n pushNotificationText: z.string().describe(\"The text for the push notification. May include placeholders like {Firstname} for personalization.\"),\n}).describe(\"Request parameters for sending push notifications to multiple passes.\");\nexport const PasscreatorSendBulkPushNotificationsOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Response message from the API indicating the status of the operation.\"),\n success: z.boolean().describe(\"Whether the push notification request was accepted successfully.\"),\n status_code: z.number().int().describe(\"HTTP status code returned by the API (typically 202 for accepted).\"),\n}).describe(\"Response from the Passcreator API after sending push notifications.\");\n\nexport const passcreatorSendBulkPushNotifications = action(\"PASSCREATOR_SEND_BULK_PUSH_NOTIFICATIONS\", {\n slug: \"passcreator-send-bulk-push-notifications\",\n name: \"Send Bulk Push Notifications\",\n description: \"Tool to send push notifications to multiple wallet passes simultaneously (up to 500 passes). Use when you need to notify pass holders about updates, events, or important information. The notification text can include personalization placeholders like {Firstname}.\",\n input: PasscreatorSendBulkPushNotificationsInput,\n output: PasscreatorSendBulkPushNotificationsOutput,\n});\n"],"mappings":";;AAcA,MAAa,uCAAuC,OAAO,4CAA4C;CACrG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdqE,EAAE,OAAO;EAC9E,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4GAA4G;EACvJ,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG;CAChJ,CAAC,CAAC,CAAC,SAAS,uEAWH;CACP,QAXsE,EAAE,OAAO;EAC/E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;EACpG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE;EAChG,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE;CAC7G,CAAC,CAAC,CAAC,SAAS,qEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-passes-bulk.ts
|
|
4
|
+
const PasscreatorUpdatePassesBulkInput = zod.z.object({
|
|
5
|
+
data: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Object containing the fields to update on all matched passes. Replaces existing data for the specified fields. Common fields include: void (bool), expiry (string), custom field values, etc."),
|
|
6
|
+
filter: zod.z.object({
|
|
7
|
+
query: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Query language object for filtering passes. Use this for advanced filtering based on custom criteria.").optional(),
|
|
8
|
+
segmentId: zod.z.string().describe("Segment identifier to update all passes in that segment. Use this to bulk update passes belonging to a specific segment.").optional(),
|
|
9
|
+
identifiers: zod.z.array(zod.z.string()).describe("Array of pass identifiers to update. Use this to update specific passes by their unique identifiers.").optional()
|
|
10
|
+
}).describe("Filter criteria to select which passes to update. Must specify at least one of: identifiers, segmentId, or query.")
|
|
11
|
+
}).describe("Request parameters for bulk updating multiple passes.\nRequires a filter to select passes and data object with fields to update.");
|
|
12
|
+
const PasscreatorUpdatePassesBulk_ProcessTrackingDataSchema = zod.z.object({ process: zod.z.string().describe("URL to track bulk operation progress. Poll this endpoint to monitor the status of the bulk update.").nullable().optional() }).describe("Data containing URL to track the bulk operation progress.");
|
|
13
|
+
const PasscreatorUpdatePassesBulkOutput = zod.z.object({
|
|
14
|
+
data: PasscreatorUpdatePassesBulk_ProcessTrackingDataSchema.nullable().optional(),
|
|
15
|
+
count: zod.z.number().int().describe("Number of passes that will be updated by this bulk operation."),
|
|
16
|
+
errors: zod.z.array(zod.z.string()).describe("List of error messages if any occurred during request validation.").nullable().optional(),
|
|
17
|
+
success: zod.z.boolean().describe("Whether the bulk update request was successfully accepted."),
|
|
18
|
+
statusCode: zod.z.number().int().describe("HTTP status code returned by the API (202 for accepted)."),
|
|
19
|
+
description: zod.z.string().describe("Human-readable description of the response status.").nullable().optional()
|
|
20
|
+
}).describe("Response from the bulk update passes API.\nReturns HTTP 202 with a process tracking URL for monitoring operation status.");
|
|
21
|
+
const passcreatorUpdatePassesBulk = require_action.action("PASSCREATOR_UPDATE_PASSES_BULK", {
|
|
22
|
+
slug: "passcreator-update-passes-bulk",
|
|
23
|
+
name: "Bulk Update Passes",
|
|
24
|
+
description: "Tool to bulk update multiple wallet passes using filter criteria. Returns immediately with a tracking URL to monitor the asynchronous bulk operation progress. Use when updating many passes at once with the same data changes.",
|
|
25
|
+
input: PasscreatorUpdatePassesBulkInput,
|
|
26
|
+
output: PasscreatorUpdatePassesBulkOutput
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
exports.passcreatorUpdatePassesBulk = passcreatorUpdatePassesBulk;
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=update-passes-bulk.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-passes-bulk.cjs","names":["z","action"],"sources":["../../src/actions/update-passes-bulk.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorUpdatePassesBulkInput: z.ZodTypeAny = z.object({\n data: z.record(z.string(), z.unknown()).describe(\"Object containing the fields to update on all matched passes. Replaces existing data for the specified fields. Common fields include: void (bool), expiry (string), custom field values, etc.\"),\n filter: z.object({\n query: z.record(z.string(), z.unknown()).describe(\"Query language object for filtering passes. Use this for advanced filtering based on custom criteria.\").optional(),\n segmentId: z.string().describe(\"Segment identifier to update all passes in that segment. Use this to bulk update passes belonging to a specific segment.\").optional(),\n identifiers: z.array(z.string()).describe(\"Array of pass identifiers to update. Use this to update specific passes by their unique identifiers.\").optional(),\n}).describe(\"Filter criteria to select which passes to update. Must specify at least one of: identifiers, segmentId, or query.\"),\n}).describe(\"Request parameters for bulk updating multiple passes.\\nRequires a filter to select passes and data object with fields to update.\");\nconst PasscreatorUpdatePassesBulk_ProcessTrackingDataSchema: z.ZodTypeAny = z.object({\n process: z.string().describe(\"URL to track bulk operation progress. Poll this endpoint to monitor the status of the bulk update.\").nullable().optional(),\n}).describe(\"Data containing URL to track the bulk operation progress.\");\nexport const PasscreatorUpdatePassesBulkOutput: z.ZodTypeAny = z.object({\n data: PasscreatorUpdatePassesBulk_ProcessTrackingDataSchema.nullable().optional(),\n count: z.number().int().describe(\"Number of passes that will be updated by this bulk operation.\"),\n errors: z.array(z.string()).describe(\"List of error messages if any occurred during request validation.\").nullable().optional(),\n success: z.boolean().describe(\"Whether the bulk update request was successfully accepted.\"),\n statusCode: z.number().int().describe(\"HTTP status code returned by the API (202 for accepted).\"),\n description: z.string().describe(\"Human-readable description of the response status.\").nullable().optional(),\n}).describe(\"Response from the bulk update passes API.\\nReturns HTTP 202 with a process tracking URL for monitoring operation status.\");\n\nexport const passcreatorUpdatePassesBulk = action(\"PASSCREATOR_UPDATE_PASSES_BULK\", {\n slug: \"passcreator-update-passes-bulk\",\n name: \"Bulk Update Passes\",\n description: \"Tool to bulk update multiple wallet passes using filter criteria. Returns immediately with a tracking URL to monitor the asynchronous bulk operation progress. Use when updating many passes at once with the same data changes.\",\n input: PasscreatorUpdatePassesBulkInput,\n output: PasscreatorUpdatePassesBulkOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+LAA+L;CAChP,QAAQA,IAAAA,EAAE,OAAO;EACjB,OAAOA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;EACpK,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0HAA0H,CAAC,CAAC,SAAS;EACpK,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAC7J,CAAC,CAAC,CAAC,SAAS,mHAAmH;AAC/H,CAAC,CAAC,CAAC,SAAS,kIAAkI;AAC9I,MAAM,wDAAsEA,IAAAA,EAAE,OAAO,EACnF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzJ,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,MAAM,sDAAsD,SAAS,CAAC,CAAC,SAAS;CAChF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D;CAChG,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D;CAC1F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0DAA0D;CAChG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7G,CAAC,CAAC,CAAC,SAAS,0HAA0H;AAEtI,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,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/update-passes-bulk.d.ts
|
|
4
|
+
declare const PasscreatorUpdatePassesBulkInput: z.ZodTypeAny;
|
|
5
|
+
declare const PasscreatorUpdatePassesBulkOutput: z.ZodTypeAny;
|
|
6
|
+
declare const passcreatorUpdatePassesBulk: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { passcreatorUpdatePassesBulk };
|
|
9
|
+
//# sourceMappingURL=update-passes-bulk.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-passes-bulk.d.cts","names":[],"sources":["../../src/actions/update-passes-bulk.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAO8F;AAAA,cAIlI,iCAAA,EAAmC,CAAA,CAAE,UAOqF;AAAA,cAE1H,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-passes-bulk.d.ts
|
|
4
|
+
declare const PasscreatorUpdatePassesBulkInput: z.ZodTypeAny;
|
|
5
|
+
declare const PasscreatorUpdatePassesBulkOutput: z.ZodTypeAny;
|
|
6
|
+
declare const passcreatorUpdatePassesBulk: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { passcreatorUpdatePassesBulk };
|
|
9
|
+
//# sourceMappingURL=update-passes-bulk.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-passes-bulk.d.mts","names":[],"sources":["../../src/actions/update-passes-bulk.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAO8F;AAAA,cAIlI,iCAAA,EAAmC,CAAA,CAAE,UAOqF;AAAA,cAE1H,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/update-passes-bulk.ts
|
|
4
|
+
const PasscreatorUpdatePassesBulkInput = z.object({
|
|
5
|
+
data: z.record(z.string(), z.unknown()).describe("Object containing the fields to update on all matched passes. Replaces existing data for the specified fields. Common fields include: void (bool), expiry (string), custom field values, etc."),
|
|
6
|
+
filter: z.object({
|
|
7
|
+
query: z.record(z.string(), z.unknown()).describe("Query language object for filtering passes. Use this for advanced filtering based on custom criteria.").optional(),
|
|
8
|
+
segmentId: z.string().describe("Segment identifier to update all passes in that segment. Use this to bulk update passes belonging to a specific segment.").optional(),
|
|
9
|
+
identifiers: z.array(z.string()).describe("Array of pass identifiers to update. Use this to update specific passes by their unique identifiers.").optional()
|
|
10
|
+
}).describe("Filter criteria to select which passes to update. Must specify at least one of: identifiers, segmentId, or query.")
|
|
11
|
+
}).describe("Request parameters for bulk updating multiple passes.\nRequires a filter to select passes and data object with fields to update.");
|
|
12
|
+
const PasscreatorUpdatePassesBulk_ProcessTrackingDataSchema = z.object({ process: z.string().describe("URL to track bulk operation progress. Poll this endpoint to monitor the status of the bulk update.").nullable().optional() }).describe("Data containing URL to track the bulk operation progress.");
|
|
13
|
+
const passcreatorUpdatePassesBulk = action("PASSCREATOR_UPDATE_PASSES_BULK", {
|
|
14
|
+
slug: "passcreator-update-passes-bulk",
|
|
15
|
+
name: "Bulk Update Passes",
|
|
16
|
+
description: "Tool to bulk update multiple wallet passes using filter criteria. Returns immediately with a tracking URL to monitor the asynchronous bulk operation progress. Use when updating many passes at once with the same data changes.",
|
|
17
|
+
input: PasscreatorUpdatePassesBulkInput,
|
|
18
|
+
output: z.object({
|
|
19
|
+
data: PasscreatorUpdatePassesBulk_ProcessTrackingDataSchema.nullable().optional(),
|
|
20
|
+
count: z.number().int().describe("Number of passes that will be updated by this bulk operation."),
|
|
21
|
+
errors: z.array(z.string()).describe("List of error messages if any occurred during request validation.").nullable().optional(),
|
|
22
|
+
success: z.boolean().describe("Whether the bulk update request was successfully accepted."),
|
|
23
|
+
statusCode: z.number().int().describe("HTTP status code returned by the API (202 for accepted)."),
|
|
24
|
+
description: z.string().describe("Human-readable description of the response status.").nullable().optional()
|
|
25
|
+
}).describe("Response from the bulk update passes API.\nReturns HTTP 202 with a process tracking URL for monitoring operation status.")
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
export { passcreatorUpdatePassesBulk };
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=update-passes-bulk.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-passes-bulk.mjs","names":[],"sources":["../../src/actions/update-passes-bulk.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorUpdatePassesBulkInput: z.ZodTypeAny = z.object({\n data: z.record(z.string(), z.unknown()).describe(\"Object containing the fields to update on all matched passes. Replaces existing data for the specified fields. Common fields include: void (bool), expiry (string), custom field values, etc.\"),\n filter: z.object({\n query: z.record(z.string(), z.unknown()).describe(\"Query language object for filtering passes. Use this for advanced filtering based on custom criteria.\").optional(),\n segmentId: z.string().describe(\"Segment identifier to update all passes in that segment. Use this to bulk update passes belonging to a specific segment.\").optional(),\n identifiers: z.array(z.string()).describe(\"Array of pass identifiers to update. Use this to update specific passes by their unique identifiers.\").optional(),\n}).describe(\"Filter criteria to select which passes to update. Must specify at least one of: identifiers, segmentId, or query.\"),\n}).describe(\"Request parameters for bulk updating multiple passes.\\nRequires a filter to select passes and data object with fields to update.\");\nconst PasscreatorUpdatePassesBulk_ProcessTrackingDataSchema: z.ZodTypeAny = z.object({\n process: z.string().describe(\"URL to track bulk operation progress. Poll this endpoint to monitor the status of the bulk update.\").nullable().optional(),\n}).describe(\"Data containing URL to track the bulk operation progress.\");\nexport const PasscreatorUpdatePassesBulkOutput: z.ZodTypeAny = z.object({\n data: PasscreatorUpdatePassesBulk_ProcessTrackingDataSchema.nullable().optional(),\n count: z.number().int().describe(\"Number of passes that will be updated by this bulk operation.\"),\n errors: z.array(z.string()).describe(\"List of error messages if any occurred during request validation.\").nullable().optional(),\n success: z.boolean().describe(\"Whether the bulk update request was successfully accepted.\"),\n statusCode: z.number().int().describe(\"HTTP status code returned by the API (202 for accepted).\"),\n description: z.string().describe(\"Human-readable description of the response status.\").nullable().optional(),\n}).describe(\"Response from the bulk update passes API.\\nReturns HTTP 202 with a process tracking URL for monitoring operation status.\");\n\nexport const passcreatorUpdatePassesBulk = action(\"PASSCREATOR_UPDATE_PASSES_BULK\", {\n slug: \"passcreator-update-passes-bulk\",\n name: \"Bulk Update Passes\",\n description: \"Tool to bulk update multiple wallet passes using filter criteria. Returns immediately with a tracking URL to monitor the asynchronous bulk operation progress. Use when updating many passes at once with the same data changes.\",\n input: PasscreatorUpdatePassesBulkInput,\n output: PasscreatorUpdatePassesBulkOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO;CACrE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+LAA+L;CAChP,QAAQ,EAAE,OAAO;EACjB,OAAO,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;EACpK,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0HAA0H,CAAC,CAAC,SAAS;EACpK,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAC7J,CAAC,CAAC,CAAC,SAAS,mHAAmH;AAC/H,CAAC,CAAC,CAAC,SAAS,kIAAkI;AAC9I,MAAM,wDAAsE,EAAE,OAAO,EACnF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzJ,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAUvE,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAd6D,EAAE,OAAO;EACtE,MAAM,sDAAsD,SAAS,CAAC,CAAC,SAAS;EAChF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D;EAChG,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9H,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D;EAC1F,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0DAA0D;EAChG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,CAAC,CAAC,CAAC,SAAS,0HAOF;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 passcreator = defineApp({\n slug: \"passcreator\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,eAAA,uCAAA,CAAA,CAAA,UAAA,CAAwB;CACnC,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,WAAA,6BAAW,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,WAAA,6BAAW,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 passcreator = defineApp({\n slug: \"passcreator\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,cAAc,UAAU;CACnC,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 passcreatorCatalog = {
|
|
4
|
+
"slug": "passcreator",
|
|
5
|
+
"name": "Passcreator",
|
|
6
|
+
"description": "Passcreator is a SaaS platform that enables businesses to create, distribute, and manage digital Wallet passes for Apple Wallet and Google Wallet, including store cards, event tickets, coupons, and membership cards.",
|
|
7
|
+
"category": "Event Management",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/passcreator",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.passcreatorCatalog = passcreatorCatalog;
|
|
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 passcreatorCatalog = {\n \"slug\": \"passcreator\",\n \"name\": \"Passcreator\",\n \"description\": \"Passcreator is a SaaS platform that enables businesses to create, distribute, and manage digital Wallet passes for Apple Wallet and Google Wallet, including store cards, event tickets, coupons, and membership cards.\",\n \"category\": \"Event Management\",\n \"logo\": \"https://logos.composio.dev/api/passcreator\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,qBAAqB;CAChC,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 passcreatorCatalog: {
|
|
4
|
+
readonly slug: "passcreator";
|
|
5
|
+
readonly name: "Passcreator";
|
|
6
|
+
readonly description: "Passcreator is a SaaS platform that enables businesses to create, distribute, and manage digital Wallet passes for Apple Wallet and Google Wallet, including store cards, event tickets, coupons, and membership cards.";
|
|
7
|
+
readonly category: "Event Management";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/passcreator";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { passcreatorCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,kBAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const passcreatorCatalog: {
|
|
4
|
+
readonly slug: "passcreator";
|
|
5
|
+
readonly name: "Passcreator";
|
|
6
|
+
readonly description: "Passcreator is a SaaS platform that enables businesses to create, distribute, and manage digital Wallet passes for Apple Wallet and Google Wallet, including store cards, event tickets, coupons, and membership cards.";
|
|
7
|
+
readonly category: "Event Management";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/passcreator";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { passcreatorCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,kBAAA;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 passcreatorCatalog = {
|
|
4
|
+
"slug": "passcreator",
|
|
5
|
+
"name": "Passcreator",
|
|
6
|
+
"description": "Passcreator is a SaaS platform that enables businesses to create, distribute, and manage digital Wallet passes for Apple Wallet and Google Wallet, including store cards, event tickets, coupons, and membership cards.",
|
|
7
|
+
"category": "Event Management",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/passcreator",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { passcreatorCatalog };
|
|
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 passcreatorCatalog = {\n \"slug\": \"passcreator\",\n \"name\": \"Passcreator\",\n \"description\": \"Passcreator is a SaaS platform that enables businesses to create, distribute, and manage digital Wallet passes for Apple Wallet and Google Wallet, including store cards, event tickets, coupons, and membership cards.\",\n \"category\": \"Event Management\",\n \"logo\": \"https://logos.composio.dev/api/passcreator\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,qBAAqB;CAChC,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 = "passcreator";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executePasscreatorTool(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.executePasscreatorTool = executePasscreatorTool;
|
|
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 = \"passcreator\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executePasscreatorTool(\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,uBACpB,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 = "passcreator";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executePasscreatorTool(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 { executePasscreatorTool };
|
|
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 = \"passcreator\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executePasscreatorTool(\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,uBACpB,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_pass_existence = require("./actions/check-pass-existence.cjs");
|
|
5
|
+
const require_create_app_scan = require("./actions/create-app-scan.cjs");
|
|
6
|
+
const require_get_app_configuration = require("./actions/get-app-configuration.cjs");
|
|
7
|
+
const require_get_process_status = require("./actions/get-process-status.cjs");
|
|
8
|
+
const require_get_signing_public_key = require("./actions/get-signing-public-key.cjs");
|
|
9
|
+
const require_list_app_configurations = require("./actions/list-app-configurations.cjs");
|
|
10
|
+
const require_list_app_scans = require("./actions/list-app-scans.cjs");
|
|
11
|
+
const require_list_pass_templates = require("./actions/list-pass-templates.cjs");
|
|
12
|
+
const require_list_passes = require("./actions/list-passes.cjs");
|
|
13
|
+
const require_send_bulk_push_notifications = require("./actions/send-bulk-push-notifications.cjs");
|
|
14
|
+
const require_update_passes_bulk = require("./actions/update-passes-bulk.cjs");
|
|
15
|
+
require("./actions/index.cjs");
|
|
16
|
+
exports.passcreator = require_app.passcreator;
|
|
17
|
+
exports.passcreatorCatalog = require_catalog.passcreatorCatalog;
|
|
18
|
+
exports.passcreatorCheckPassExistence = require_check_pass_existence.passcreatorCheckPassExistence;
|
|
19
|
+
exports.passcreatorCreateAppScan = require_create_app_scan.passcreatorCreateAppScan;
|
|
20
|
+
exports.passcreatorGetAppConfiguration = require_get_app_configuration.passcreatorGetAppConfiguration;
|
|
21
|
+
exports.passcreatorGetProcessStatus = require_get_process_status.passcreatorGetProcessStatus;
|
|
22
|
+
exports.passcreatorGetSigningPublicKey = require_get_signing_public_key.passcreatorGetSigningPublicKey;
|
|
23
|
+
exports.passcreatorListAppConfigurations = require_list_app_configurations.passcreatorListAppConfigurations;
|
|
24
|
+
exports.passcreatorListAppScans = require_list_app_scans.passcreatorListAppScans;
|
|
25
|
+
exports.passcreatorListPassTemplates = require_list_pass_templates.passcreatorListPassTemplates;
|
|
26
|
+
exports.passcreatorListPasses = require_list_passes.passcreatorListPasses;
|
|
27
|
+
exports.passcreatorSendBulkPushNotifications = require_send_bulk_push_notifications.passcreatorSendBulkPushNotifications;
|
|
28
|
+
exports.passcreatorUpdatePassesBulk = require_update_passes_bulk.passcreatorUpdatePassesBulk;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { passcreatorCheckPassExistence } from "./actions/check-pass-existence.cjs";
|
|
2
|
+
import { passcreatorCreateAppScan } from "./actions/create-app-scan.cjs";
|
|
3
|
+
import { passcreatorGetAppConfiguration } from "./actions/get-app-configuration.cjs";
|
|
4
|
+
import { passcreatorGetProcessStatus } from "./actions/get-process-status.cjs";
|
|
5
|
+
import { passcreatorGetSigningPublicKey } from "./actions/get-signing-public-key.cjs";
|
|
6
|
+
import { passcreatorListAppConfigurations } from "./actions/list-app-configurations.cjs";
|
|
7
|
+
import { passcreatorListAppScans } from "./actions/list-app-scans.cjs";
|
|
8
|
+
import { passcreatorListPassTemplates } from "./actions/list-pass-templates.cjs";
|
|
9
|
+
import { passcreatorListPasses } from "./actions/list-passes.cjs";
|
|
10
|
+
import { passcreatorSendBulkPushNotifications } from "./actions/send-bulk-push-notifications.cjs";
|
|
11
|
+
import { passcreatorUpdatePassesBulk } from "./actions/update-passes-bulk.cjs";
|
|
12
|
+
import { passcreator } from "./app.cjs";
|
|
13
|
+
import { passcreatorCatalog } from "./catalog.cjs";
|
|
14
|
+
export { passcreator, passcreatorCatalog, passcreatorCheckPassExistence, passcreatorCreateAppScan, passcreatorGetAppConfiguration, passcreatorGetProcessStatus, passcreatorGetSigningPublicKey, passcreatorListAppConfigurations, passcreatorListAppScans, passcreatorListPassTemplates, passcreatorListPasses, passcreatorSendBulkPushNotifications, passcreatorUpdatePassesBulk };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { passcreatorCheckPassExistence } from "./actions/check-pass-existence.mjs";
|
|
2
|
+
import { passcreatorCreateAppScan } from "./actions/create-app-scan.mjs";
|
|
3
|
+
import { passcreatorGetAppConfiguration } from "./actions/get-app-configuration.mjs";
|
|
4
|
+
import { passcreatorGetProcessStatus } from "./actions/get-process-status.mjs";
|
|
5
|
+
import { passcreatorGetSigningPublicKey } from "./actions/get-signing-public-key.mjs";
|
|
6
|
+
import { passcreatorListAppConfigurations } from "./actions/list-app-configurations.mjs";
|
|
7
|
+
import { passcreatorListAppScans } from "./actions/list-app-scans.mjs";
|
|
8
|
+
import { passcreatorListPassTemplates } from "./actions/list-pass-templates.mjs";
|
|
9
|
+
import { passcreatorListPasses } from "./actions/list-passes.mjs";
|
|
10
|
+
import { passcreatorSendBulkPushNotifications } from "./actions/send-bulk-push-notifications.mjs";
|
|
11
|
+
import { passcreatorUpdatePassesBulk } from "./actions/update-passes-bulk.mjs";
|
|
12
|
+
import { passcreator } from "./app.mjs";
|
|
13
|
+
import { passcreatorCatalog } from "./catalog.mjs";
|
|
14
|
+
export { passcreator, passcreatorCatalog, passcreatorCheckPassExistence, passcreatorCreateAppScan, passcreatorGetAppConfiguration, passcreatorGetProcessStatus, passcreatorGetSigningPublicKey, passcreatorListAppConfigurations, passcreatorListAppScans, passcreatorListPassTemplates, passcreatorListPasses, passcreatorSendBulkPushNotifications, passcreatorUpdatePassesBulk };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { passcreator } from "./app.mjs";
|
|
2
|
+
import { passcreatorCatalog } from "./catalog.mjs";
|
|
3
|
+
import { passcreatorCheckPassExistence } from "./actions/check-pass-existence.mjs";
|
|
4
|
+
import { passcreatorCreateAppScan } from "./actions/create-app-scan.mjs";
|
|
5
|
+
import { passcreatorGetAppConfiguration } from "./actions/get-app-configuration.mjs";
|
|
6
|
+
import { passcreatorGetProcessStatus } from "./actions/get-process-status.mjs";
|
|
7
|
+
import { passcreatorGetSigningPublicKey } from "./actions/get-signing-public-key.mjs";
|
|
8
|
+
import { passcreatorListAppConfigurations } from "./actions/list-app-configurations.mjs";
|
|
9
|
+
import { passcreatorListAppScans } from "./actions/list-app-scans.mjs";
|
|
10
|
+
import { passcreatorListPassTemplates } from "./actions/list-pass-templates.mjs";
|
|
11
|
+
import { passcreatorListPasses } from "./actions/list-passes.mjs";
|
|
12
|
+
import { passcreatorSendBulkPushNotifications } from "./actions/send-bulk-push-notifications.mjs";
|
|
13
|
+
import { passcreatorUpdatePassesBulk } from "./actions/update-passes-bulk.mjs";
|
|
14
|
+
import "./actions/index.mjs";
|
|
15
|
+
export { passcreator, passcreatorCatalog, passcreatorCheckPassExistence, passcreatorCreateAppScan, passcreatorGetAppConfiguration, passcreatorGetProcessStatus, passcreatorGetSigningPublicKey, passcreatorListAppConfigurations, passcreatorListAppScans, passcreatorListPassTemplates, passcreatorListPasses, passcreatorSendBulkPushNotifications, passcreatorUpdatePassesBulk };
|