@keystrokehq/passcreator 0.1.0 → 0.1.2

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.
Files changed (91) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/check-pass-existence.cjs +2 -2
  4. package/dist/actions/check-pass-existence.cjs.map +1 -1
  5. package/dist/actions/check-pass-existence.d.cts +16 -3
  6. package/dist/actions/check-pass-existence.d.cts.map +1 -1
  7. package/dist/actions/check-pass-existence.d.mts +16 -3
  8. package/dist/actions/check-pass-existence.d.mts.map +1 -1
  9. package/dist/actions/check-pass-existence.mjs +2 -2
  10. package/dist/actions/check-pass-existence.mjs.map +1 -1
  11. package/dist/actions/create-app-scan.cjs +1 -1
  12. package/dist/actions/create-app-scan.cjs.map +1 -1
  13. package/dist/actions/create-app-scan.d.cts +31 -3
  14. package/dist/actions/create-app-scan.d.cts.map +1 -1
  15. package/dist/actions/create-app-scan.d.mts +31 -3
  16. package/dist/actions/create-app-scan.d.mts.map +1 -1
  17. package/dist/actions/create-app-scan.mjs +1 -1
  18. package/dist/actions/create-app-scan.mjs.map +1 -1
  19. package/dist/actions/get-app-configuration.cjs.map +1 -1
  20. package/dist/actions/get-app-configuration.d.cts +29 -3
  21. package/dist/actions/get-app-configuration.d.cts.map +1 -1
  22. package/dist/actions/get-app-configuration.d.mts +29 -3
  23. package/dist/actions/get-app-configuration.d.mts.map +1 -1
  24. package/dist/actions/get-app-configuration.mjs.map +1 -1
  25. package/dist/actions/get-process-status.cjs +3 -3
  26. package/dist/actions/get-process-status.cjs.map +1 -1
  27. package/dist/actions/get-process-status.d.cts +24 -3
  28. package/dist/actions/get-process-status.d.cts.map +1 -1
  29. package/dist/actions/get-process-status.d.mts +24 -3
  30. package/dist/actions/get-process-status.d.mts.map +1 -1
  31. package/dist/actions/get-process-status.mjs +3 -3
  32. package/dist/actions/get-process-status.mjs.map +1 -1
  33. package/dist/actions/get-signing-public-key.cjs +4 -4
  34. package/dist/actions/get-signing-public-key.cjs.map +1 -1
  35. package/dist/actions/get-signing-public-key.d.cts +13 -3
  36. package/dist/actions/get-signing-public-key.d.cts.map +1 -1
  37. package/dist/actions/get-signing-public-key.d.mts +13 -3
  38. package/dist/actions/get-signing-public-key.d.mts.map +1 -1
  39. package/dist/actions/get-signing-public-key.mjs +4 -4
  40. package/dist/actions/get-signing-public-key.mjs.map +1 -1
  41. package/dist/actions/list-app-configurations.cjs +6 -6
  42. package/dist/actions/list-app-configurations.cjs.map +1 -1
  43. package/dist/actions/list-app-configurations.d.cts +22 -3
  44. package/dist/actions/list-app-configurations.d.cts.map +1 -1
  45. package/dist/actions/list-app-configurations.d.mts +22 -3
  46. package/dist/actions/list-app-configurations.d.mts.map +1 -1
  47. package/dist/actions/list-app-configurations.mjs +6 -6
  48. package/dist/actions/list-app-configurations.mjs.map +1 -1
  49. package/dist/actions/list-app-scans.cjs.map +1 -1
  50. package/dist/actions/list-app-scans.d.cts +42 -3
  51. package/dist/actions/list-app-scans.d.cts.map +1 -1
  52. package/dist/actions/list-app-scans.d.mts +42 -3
  53. package/dist/actions/list-app-scans.d.mts.map +1 -1
  54. package/dist/actions/list-app-scans.mjs.map +1 -1
  55. package/dist/actions/list-pass-templates.cjs.map +1 -1
  56. package/dist/actions/list-pass-templates.d.cts +3 -3
  57. package/dist/actions/list-pass-templates.d.cts.map +1 -1
  58. package/dist/actions/list-pass-templates.d.mts +3 -3
  59. package/dist/actions/list-pass-templates.d.mts.map +1 -1
  60. package/dist/actions/list-pass-templates.mjs.map +1 -1
  61. package/dist/actions/list-passes.cjs +5 -5
  62. package/dist/actions/list-passes.cjs.map +1 -1
  63. package/dist/actions/list-passes.d.cts +31 -3
  64. package/dist/actions/list-passes.d.cts.map +1 -1
  65. package/dist/actions/list-passes.d.mts +31 -3
  66. package/dist/actions/list-passes.d.mts.map +1 -1
  67. package/dist/actions/list-passes.mjs +5 -5
  68. package/dist/actions/list-passes.mjs.map +1 -1
  69. package/dist/actions/send-bulk-push-notifications.cjs +3 -3
  70. package/dist/actions/send-bulk-push-notifications.cjs.map +1 -1
  71. package/dist/actions/send-bulk-push-notifications.d.cts +13 -3
  72. package/dist/actions/send-bulk-push-notifications.d.cts.map +1 -1
  73. package/dist/actions/send-bulk-push-notifications.d.mts +13 -3
  74. package/dist/actions/send-bulk-push-notifications.d.mts.map +1 -1
  75. package/dist/actions/send-bulk-push-notifications.mjs +3 -3
  76. package/dist/actions/send-bulk-push-notifications.mjs.map +1 -1
  77. package/dist/actions/update-passes-bulk.cjs +3 -3
  78. package/dist/actions/update-passes-bulk.cjs.map +1 -1
  79. package/dist/actions/update-passes-bulk.d.cts +26 -3
  80. package/dist/actions/update-passes-bulk.d.cts.map +1 -1
  81. package/dist/actions/update-passes-bulk.d.mts +26 -3
  82. package/dist/actions/update-passes-bulk.d.mts.map +1 -1
  83. package/dist/actions/update-passes-bulk.mjs +3 -3
  84. package/dist/actions/update-passes-bulk.mjs.map +1 -1
  85. package/dist/catalog.cjs +7 -1
  86. package/dist/catalog.cjs.map +1 -1
  87. package/dist/catalog.d.cts +8 -0
  88. package/dist/catalog.d.mts +8 -0
  89. package/dist/catalog.mjs +7 -1
  90. package/dist/catalog.mjs.map +1 -1
  91. package/package.json +2 -2
@@ -1,9 +1,9 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-pass-templates.d.ts
4
- declare const PasscreatorListPassTemplatesInput: z.ZodTypeAny;
5
- declare const PasscreatorListPassTemplatesOutput: z.ZodTypeAny;
6
- declare const passcreatorListPassTemplates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PasscreatorListPassTemplatesInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const PasscreatorListPassTemplatesOutput: z.ZodUnknown;
6
+ declare const passcreatorListPassTemplates: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
7
  //#endregion
8
8
  export { passcreatorListPassTemplates };
9
9
  //# sourceMappingURL=list-pass-templates.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-pass-templates.d.mts","names":[],"sources":["../../src/actions/list-pass-templates.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAAiO;AAAA,cACtQ,kCAAA,EAAoC,CAAA,CAAE,UAAwB;AAAA,cAE9D,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-pass-templates.d.mts","names":[],"sources":["../../src/actions/list-pass-templates.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACjC,kCAAA,EAAkC,CAAA,CAAA,UAAc;AAAA,cAEhD,4BAAA,gCAA4B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"list-pass-templates.mjs","names":[],"sources":["../../src/actions/list-pass-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorListPassTemplatesInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters for listing pass templates.\\nNote: The Passcreator V1 API does not support pagination or filtering\\nfor the list templates endpoint. All templates are returned at once.\");\nexport const PasscreatorListPassTemplatesOutput: z.ZodTypeAny = z.unknown();\n\nexport const passcreatorListPassTemplates = action(\"PASSCREATOR_LIST_PASS_TEMPLATES\", {\n slug: \"passcreator-list-pass-templates\",\n name: \"List Pass Templates\",\n description: \"Retrieves all pass templates for your Passcreator account. Use this action to get a list of available templates (each with its unique identifier and name) which are needed to create new passes. Templates must be created via the Passcreator web app.\",\n input: PasscreatorListPassTemplatesInput,\n output: PasscreatorListPassTemplatesOutput,\n});\n"],"mappings":";;AAOA,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAP6D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6LAO5E;CACP,QAP8D,EAAE,QAOxD;AACV,CAAC"}
1
+ {"version":3,"file":"list-pass-templates.mjs","names":[],"sources":["../../src/actions/list-pass-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorListPassTemplatesInput = z.object({}).describe(\"Request parameters for listing pass templates.\\nNote: The Passcreator V1 API does not support pagination or filtering\\nfor the list templates endpoint. All templates are returned at once.\");\nexport const PasscreatorListPassTemplatesOutput = z.unknown();\n\nexport const passcreatorListPassTemplates = action(\"PASSCREATOR_LIST_PASS_TEMPLATES\", {\n slug: \"passcreator-list-pass-templates\",\n name: \"List Pass Templates\",\n description: \"Retrieves all pass templates for your Passcreator account. Use this action to get a list of available templates (each with its unique identifier and name) which are needed to create new passes. Templates must be created via the Passcreator web app.\",\n input: PasscreatorListPassTemplatesInput,\n output: PasscreatorListPassTemplatesOutput,\n});\n"],"mappings":";;AAOA,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAP+C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6LAO9D;CACP,QAPgD,EAAE,QAO1C;AACV,CAAC"}
@@ -16,15 +16,15 @@ const PasscreatorListPasses_PassObjectSchema = zod.z.object({
16
16
  passTypeIdentifier: zod.z.string().describe("Pass type identifier from the pass template.").nullable().optional()
17
17
  }).passthrough().describe("A single pass object returned by the Passcreator v3 API.\nAdditional fields may be present depending on pass template configuration.");
18
18
  const PasscreatorListPasses_ResponseMetaDataSchema = zod.z.object({
19
- resultsTotal: zod.z.number().int().describe("Total number of passes matching the query across all pages."),
20
- resultsThisPage: zod.z.number().int().describe("Number of passes returned in this page.")
19
+ resultsTotal: zod.z.number().int().describe("Total number of passes matching the query across all pages.").nullable(),
20
+ resultsThisPage: zod.z.number().int().describe("Number of passes returned in this page.").nullable()
21
21
  }).passthrough().describe("Pagination metadata from the Passcreator API.");
22
22
  const PasscreatorListPassesOutput = zod.z.object({
23
23
  data: zod.z.array(PasscreatorListPasses_PassObjectSchema).describe("Array of pass objects matching the query.").nullable().optional(),
24
- count: zod.z.number().int().describe("Number of passes in the data array for this response."),
24
+ count: zod.z.number().int().describe("Number of passes in the data array for this response.").nullable(),
25
25
  errors: zod.z.array(zod.z.string()).describe("List of error messages if any occurred.").nullable().optional(),
26
- success: zod.z.boolean().describe("Whether the API request was successful."),
27
- statusCode: zod.z.number().int().describe("HTTP status code returned by the API (200 for success)."),
26
+ success: zod.z.boolean().describe("Whether the API request was successful.").nullable(),
27
+ statusCode: zod.z.number().int().describe("HTTP status code returned by the API (200 for success).").nullable(),
28
28
  description: zod.z.string().describe("Human-readable description of the response status.").nullable().optional(),
29
29
  responseMetaData: PasscreatorListPasses_ResponseMetaDataSchema.nullable()
30
30
  }).passthrough().describe("Response from the Passcreator v3 API for listing/searching passes.\nContains pagination metadata and list of pass objects.");
@@ -1 +1 @@
1
- {"version":3,"file":"list-passes.cjs","names":["z","action"],"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,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CACzH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CACpI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;CAC5I,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;AAC7I,CAAC,CAAC,CAAC,SAAS,wIAAwI;AACpJ,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sIAAsI;AAChK,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D;CACrG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAA+C;AACzE,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD;CACxF,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;CACvE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD;CAC/F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,kBAAkB,6CAA6C,SAAS;AAC1E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4HAA4H;AAEtJ,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"list-passes.cjs","names":["z","action"],"sources":["../../src/actions/list-passes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorListPassesInput = 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.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.object({\n resultsTotal: z.number().int().describe(\"Total number of passes matching the query across all pages.\").nullable(),\n resultsThisPage: z.number().int().describe(\"Number of passes returned in this page.\").nullable(),\n}).passthrough().describe(\"Pagination metadata from the Passcreator API.\");\nexport const PasscreatorListPassesOutput = 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.\").nullable(),\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.\").nullable(),\n statusCode: z.number().int().describe(\"HTTP status code returned by the API (200 for success).\").nullable(),\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,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CACzH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CACpI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;CAC5I,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;AAC7I,CAAC,CAAC,CAAC,SAAS,wIAAwI;AACpJ,MAAM,yCAAyCA,IAAAA,EAAE,OAAO;CACtD,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sIAAsI;AAChK,MAAM,+CAA+CA,IAAAA,EAAE,OAAO;CAC5D,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CAChH,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAA+C;AACzE,MAAa,8BAA8BA,IAAAA,EAAE,OAAO;CAClD,MAAMA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CACnG,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CAC1G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,kBAAkB,6CAA6C,SAAS;AAC1E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4HAA4H;AAEtJ,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,37 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PasscreatorListPassesInput: z.ZodObject<{
5
+ pageSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
6
+ projectId: z.ZodOptional<z.ZodString>;
7
+ templateId: z.ZodOptional<z.ZodString>;
8
+ searchPhrase: z.ZodOptional<z.ZodString>;
9
+ }, z.core.$strip>;
10
+ declare const PasscreatorListPassesOutput: z.ZodObject<{
11
+ data: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
12
+ voided: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
13
+ redeemed: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
14
+ identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ templateId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ serialNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ passTypeIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
+ }, z.core.$loose>>>>;
19
+ count: z.ZodNullable<z.ZodNumber>;
20
+ errors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
21
+ success: z.ZodNullable<z.ZodBoolean>;
22
+ statusCode: z.ZodNullable<z.ZodNumber>;
23
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ responseMetaData: z.ZodNullable<z.ZodObject<{
25
+ resultsTotal: z.ZodNullable<z.ZodNumber>;
26
+ resultsThisPage: z.ZodNullable<z.ZodNumber>;
27
+ }, z.core.$loose>>;
28
+ }, z.core.$loose>;
29
+ declare const passcreatorListPasses: import("@keystrokehq/action").WorkflowActionDefinition<{
30
+ pageSize?: number | undefined;
31
+ projectId?: string | undefined;
32
+ templateId?: string | undefined;
33
+ searchPhrase?: string | undefined;
34
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
35
  //#endregion
8
36
  export { passcreatorListPasses };
9
37
  //# sourceMappingURL=list-passes.d.cts.map
@@ -1 +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"}
1
+ {"version":3,"file":"list-passes.d.cts","names":[],"sources":["../../src/actions/list-passes.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;cAkB1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;cAU3B,qBAAA,gCAAqB,wBAAA"}
@@ -1,9 +1,37 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PasscreatorListPassesInput: z.ZodObject<{
5
+ pageSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
6
+ projectId: z.ZodOptional<z.ZodString>;
7
+ templateId: z.ZodOptional<z.ZodString>;
8
+ searchPhrase: z.ZodOptional<z.ZodString>;
9
+ }, z.core.$strip>;
10
+ declare const PasscreatorListPassesOutput: z.ZodObject<{
11
+ data: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
12
+ voided: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
13
+ redeemed: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
14
+ identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ templateId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ serialNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ passTypeIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
+ }, z.core.$loose>>>>;
19
+ count: z.ZodNullable<z.ZodNumber>;
20
+ errors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
21
+ success: z.ZodNullable<z.ZodBoolean>;
22
+ statusCode: z.ZodNullable<z.ZodNumber>;
23
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ responseMetaData: z.ZodNullable<z.ZodObject<{
25
+ resultsTotal: z.ZodNullable<z.ZodNumber>;
26
+ resultsThisPage: z.ZodNullable<z.ZodNumber>;
27
+ }, z.core.$loose>>;
28
+ }, z.core.$loose>;
29
+ declare const passcreatorListPasses: import("@keystrokehq/action").WorkflowActionDefinition<{
30
+ pageSize?: number | undefined;
31
+ projectId?: string | undefined;
32
+ templateId?: string | undefined;
33
+ searchPhrase?: string | undefined;
34
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
35
  //#endregion
8
36
  export { passcreatorListPasses };
9
37
  //# sourceMappingURL=list-passes.d.mts.map
@@ -1 +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"}
1
+ {"version":3,"file":"list-passes.d.mts","names":[],"sources":["../../src/actions/list-passes.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;cAkB1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;cAU3B,qBAAA,gCAAqB,wBAAA"}
@@ -16,8 +16,8 @@ const PasscreatorListPasses_PassObjectSchema = z.object({
16
16
  passTypeIdentifier: z.string().describe("Pass type identifier from the pass template.").nullable().optional()
17
17
  }).passthrough().describe("A single pass object returned by the Passcreator v3 API.\nAdditional fields may be present depending on pass template configuration.");
18
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.")
19
+ resultsTotal: z.number().int().describe("Total number of passes matching the query across all pages.").nullable(),
20
+ resultsThisPage: z.number().int().describe("Number of passes returned in this page.").nullable()
21
21
  }).passthrough().describe("Pagination metadata from the Passcreator API.");
22
22
  const passcreatorListPasses = action("PASSCREATOR_LIST_PASSES", {
23
23
  slug: "passcreator-list-passes",
@@ -26,10 +26,10 @@ const passcreatorListPasses = action("PASSCREATOR_LIST_PASSES", {
26
26
  input: PasscreatorListPassesInput,
27
27
  output: z.object({
28
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."),
29
+ count: z.number().int().describe("Number of passes in the data array for this response.").nullable(),
30
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)."),
31
+ success: z.boolean().describe("Whether the API request was successful.").nullable(),
32
+ statusCode: z.number().int().describe("HTTP status code returned by the API (200 for success).").nullable(),
33
33
  description: z.string().describe("Human-readable description of the response status.").nullable().optional(),
34
34
  responseMetaData: PasscreatorListPasses_ResponseMetaDataSchema.nullable()
35
35
  }).passthrough().describe("Response from the Passcreator v3 API for listing/searching passes.\nContains pagination metadata and list of pass objects.")
@@ -1 +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"}
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.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.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.object({\n resultsTotal: z.number().int().describe(\"Total number of passes matching the query across all pages.\").nullable(),\n resultsThisPage: z.number().int().describe(\"Number of passes returned in this page.\").nullable(),\n}).passthrough().describe(\"Pagination metadata from the Passcreator API.\");\nexport const PasscreatorListPassesOutput = 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.\").nullable(),\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.\").nullable(),\n statusCode: z.number().int().describe(\"HTTP status code returned by the API (200 for success).\").nullable(),\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,6BAA6B,EAAE,OAAO;CACjD,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,yCAAyC,EAAE,OAAO;CACtD,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,+CAA+C,EAAE,OAAO;CAC5D,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CAChH,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAA+C;AAWzE,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAfyC,EAAE,OAAO;EAClD,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,CAAC,CAAC,SAAS;EACnG,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EAClF,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;EAC1G,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"}
@@ -6,9 +6,9 @@ const PasscreatorSendBulkPushNotificationsInput = zod.z.object({
6
6
  pushNotificationText: zod.z.string().describe("The text for the push notification. May include placeholders like {Firstname} for personalization.")
7
7
  }).describe("Request parameters for sending push notifications to multiple passes.");
8
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).")
9
+ message: zod.z.string().describe("Response message from the API indicating the status of the operation.").nullable(),
10
+ success: zod.z.boolean().describe("Whether the push notification request was accepted successfully.").nullable(),
11
+ status_code: zod.z.number().int().describe("HTTP status code returned by the API (typically 202 for accepted).").nullable()
12
12
  }).describe("Response from the Passcreator API after sending push notifications.");
13
13
  const passcreatorSendBulkPushNotifications = require_action.action("PASSCREATOR_SEND_BULK_PUSH_NOTIFICATIONS", {
14
14
  slug: "passcreator-send-bulk-push-notifications",
@@ -1 +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"}
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.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.object({\n message: z.string().describe(\"Response message from the API indicating the status of the operation.\").nullable(),\n success: z.boolean().describe(\"Whether the push notification request was accepted successfully.\").nullable(),\n status_code: z.number().int().describe(\"HTTP status code returned by the API (typically 202 for accepted).\").nullable(),\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,4CAA4CA,IAAAA,EAAE,OAAO;CAChE,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,6CAA6CA,IAAAA,EAAE,OAAO;CACjE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC/G,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CAC3G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,qEAAqE;AAEjF,MAAa,uCAAuCC,eAAAA,OAAO,4CAA4C;CACrG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,19 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PasscreatorSendBulkPushNotificationsInput: z.ZodObject<{
5
+ listOfPasses: z.ZodArray<z.ZodString>;
6
+ pushNotificationText: z.ZodString;
7
+ }, z.core.$strip>;
8
+ declare const PasscreatorSendBulkPushNotificationsOutput: z.ZodObject<{
9
+ message: z.ZodNullable<z.ZodString>;
10
+ success: z.ZodNullable<z.ZodBoolean>;
11
+ status_code: z.ZodNullable<z.ZodNumber>;
12
+ }, z.core.$strip>;
13
+ declare const passcreatorSendBulkPushNotifications: import("@keystrokehq/action").WorkflowActionDefinition<{
14
+ listOfPasses: string[];
15
+ pushNotificationText: string;
16
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
17
  //#endregion
8
18
  export { passcreatorSendBulkPushNotifications };
9
19
  //# sourceMappingURL=send-bulk-push-notifications.d.cts.map
@@ -1 +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"}
1
+ {"version":3,"file":"send-bulk-push-notifications.d.cts","names":[],"sources":["../../src/actions/send-bulk-push-notifications.ts"],"mappings":";;;cAIa,yCAAA,EAAyC,CAAA,CAAA,SAAA;;;;cAIzC,0CAAA,EAA0C,CAAA,CAAA,SAAA;;;;;cAM1C,oCAAA,gCAAoC,wBAAA"}
@@ -1,9 +1,19 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PasscreatorSendBulkPushNotificationsInput: z.ZodObject<{
5
+ listOfPasses: z.ZodArray<z.ZodString>;
6
+ pushNotificationText: z.ZodString;
7
+ }, z.core.$strip>;
8
+ declare const PasscreatorSendBulkPushNotificationsOutput: z.ZodObject<{
9
+ message: z.ZodNullable<z.ZodString>;
10
+ success: z.ZodNullable<z.ZodBoolean>;
11
+ status_code: z.ZodNullable<z.ZodNumber>;
12
+ }, z.core.$strip>;
13
+ declare const passcreatorSendBulkPushNotifications: import("@keystrokehq/action").WorkflowActionDefinition<{
14
+ listOfPasses: string[];
15
+ pushNotificationText: string;
16
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
17
  //#endregion
8
18
  export { passcreatorSendBulkPushNotifications };
9
19
  //# sourceMappingURL=send-bulk-push-notifications.d.mts.map
@@ -1 +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"}
1
+ {"version":3,"file":"send-bulk-push-notifications.d.mts","names":[],"sources":["../../src/actions/send-bulk-push-notifications.ts"],"mappings":";;;cAIa,yCAAA,EAAyC,CAAA,CAAA,SAAA;;;;cAIzC,0CAAA,EAA0C,CAAA,CAAA,SAAA;;;;;cAM1C,oCAAA,gCAAoC,wBAAA"}
@@ -9,9 +9,9 @@ const passcreatorSendBulkPushNotifications = action("PASSCREATOR_SEND_BULK_PUSH_
9
9
  pushNotificationText: z.string().describe("The text for the push notification. May include placeholders like {Firstname} for personalization.")
10
10
  }).describe("Request parameters for sending push notifications to multiple passes."),
11
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).")
12
+ message: z.string().describe("Response message from the API indicating the status of the operation.").nullable(),
13
+ success: z.boolean().describe("Whether the push notification request was accepted successfully.").nullable(),
14
+ status_code: z.number().int().describe("HTTP status code returned by the API (typically 202 for accepted).").nullable()
15
15
  }).describe("Response from the Passcreator API after sending push notifications.")
16
16
  });
17
17
  //#endregion
@@ -1 +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"}
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.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.object({\n message: z.string().describe(\"Response message from the API indicating the status of the operation.\").nullable(),\n success: z.boolean().describe(\"Whether the push notification request was accepted successfully.\").nullable(),\n status_code: z.number().int().describe(\"HTTP status code returned by the API (typically 202 for accepted).\").nullable(),\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,OAduD,EAAE,OAAO;EAChE,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,QAXwD,EAAE,OAAO;EACjE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;EAC/G,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;EAC3G,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CACxH,CAAC,CAAC,CAAC,SAAS,qEAOF;AACV,CAAC"}
@@ -12,10 +12,10 @@ const PasscreatorUpdatePassesBulkInput = zod.z.object({
12
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
13
  const PasscreatorUpdatePassesBulkOutput = zod.z.object({
14
14
  data: PasscreatorUpdatePassesBulk_ProcessTrackingDataSchema.nullable().optional(),
15
- count: zod.z.number().int().describe("Number of passes that will be updated by this bulk operation."),
15
+ count: zod.z.number().int().describe("Number of passes that will be updated by this bulk operation.").nullable(),
16
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)."),
17
+ success: zod.z.boolean().describe("Whether the bulk update request was successfully accepted.").nullable(),
18
+ statusCode: zod.z.number().int().describe("HTTP status code returned by the API (202 for accepted).").nullable(),
19
19
  description: zod.z.string().describe("Human-readable description of the response status.").nullable().optional()
20
20
  }).describe("Response from the bulk update passes API.\nReturns HTTP 202 with a process tracking URL for monitoring operation status.");
21
21
  const passcreatorUpdatePassesBulk = require_action.action("PASSCREATOR_UPDATE_PASSES_BULK", {
@@ -1 +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"}
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.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.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.object({\n data: PasscreatorUpdatePassesBulk_ProcessTrackingDataSchema.nullable().optional(),\n count: z.number().int().describe(\"Number of passes that will be updated by this bulk operation.\").nullable(),\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.\").nullable(),\n statusCode: z.number().int().describe(\"HTTP status code returned by the API (202 for accepted).\").nullable(),\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,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,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,wDAAwDA,IAAAA,EAAE,OAAO,EACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzJ,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,oCAAoCA,IAAAA,EAAE,OAAO;CACxD,MAAM,sDAAsD,SAAS,CAAC,CAAC,SAAS;CAChF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CAC3G,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,CAAC,CAAC,SAAS;CACrG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC3G,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"}
@@ -1,9 +1,32 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PasscreatorUpdatePassesBulkInput: z.ZodObject<{
5
+ data: z.ZodRecord<z.ZodString, z.ZodUnknown>;
6
+ filter: z.ZodObject<{
7
+ query: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
8
+ segmentId: z.ZodOptional<z.ZodString>;
9
+ identifiers: z.ZodOptional<z.ZodArray<z.ZodString>>;
10
+ }, z.core.$strip>;
11
+ }, z.core.$strip>;
12
+ declare const PasscreatorUpdatePassesBulkOutput: z.ZodObject<{
13
+ data: z.ZodOptional<z.ZodNullable<z.ZodObject<{
14
+ process: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ }, z.core.$strip>>>;
16
+ count: z.ZodNullable<z.ZodNumber>;
17
+ errors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
18
+ success: z.ZodNullable<z.ZodBoolean>;
19
+ statusCode: z.ZodNullable<z.ZodNumber>;
20
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
+ }, z.core.$strip>;
22
+ declare const passcreatorUpdatePassesBulk: import("@keystrokehq/action").WorkflowActionDefinition<{
23
+ data: Record<string, unknown>;
24
+ filter: {
25
+ query?: Record<string, unknown> | undefined;
26
+ segmentId?: string | undefined;
27
+ identifiers?: string[] | undefined;
28
+ };
29
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
30
  //#endregion
8
31
  export { passcreatorUpdatePassesBulk };
9
32
  //# sourceMappingURL=update-passes-bulk.d.cts.map
@@ -1 +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"}
1
+ {"version":3,"file":"update-passes-bulk.d.cts","names":[],"sources":["../../src/actions/update-passes-bulk.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;cAWhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;cASjC,2BAAA,gCAA2B,wBAAA;QAMtC,MAAA;;YAAA,MAAA"}
@@ -1,9 +1,32 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PasscreatorUpdatePassesBulkInput: z.ZodObject<{
5
+ data: z.ZodRecord<z.ZodString, z.ZodUnknown>;
6
+ filter: z.ZodObject<{
7
+ query: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
8
+ segmentId: z.ZodOptional<z.ZodString>;
9
+ identifiers: z.ZodOptional<z.ZodArray<z.ZodString>>;
10
+ }, z.core.$strip>;
11
+ }, z.core.$strip>;
12
+ declare const PasscreatorUpdatePassesBulkOutput: z.ZodObject<{
13
+ data: z.ZodOptional<z.ZodNullable<z.ZodObject<{
14
+ process: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ }, z.core.$strip>>>;
16
+ count: z.ZodNullable<z.ZodNumber>;
17
+ errors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
18
+ success: z.ZodNullable<z.ZodBoolean>;
19
+ statusCode: z.ZodNullable<z.ZodNumber>;
20
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
+ }, z.core.$strip>;
22
+ declare const passcreatorUpdatePassesBulk: import("@keystrokehq/action").WorkflowActionDefinition<{
23
+ data: Record<string, unknown>;
24
+ filter: {
25
+ query?: Record<string, unknown> | undefined;
26
+ segmentId?: string | undefined;
27
+ identifiers?: string[] | undefined;
28
+ };
29
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
30
  //#endregion
8
31
  export { passcreatorUpdatePassesBulk };
9
32
  //# sourceMappingURL=update-passes-bulk.d.mts.map
@@ -1 +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"}
1
+ {"version":3,"file":"update-passes-bulk.d.mts","names":[],"sources":["../../src/actions/update-passes-bulk.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;cAWhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;cASjC,2BAAA,gCAA2B,wBAAA;QAMtC,MAAA;;YAAA,MAAA"}
@@ -17,10 +17,10 @@ const passcreatorUpdatePassesBulk = action("PASSCREATOR_UPDATE_PASSES_BULK", {
17
17
  input: PasscreatorUpdatePassesBulkInput,
18
18
  output: z.object({
19
19
  data: PasscreatorUpdatePassesBulk_ProcessTrackingDataSchema.nullable().optional(),
20
- count: z.number().int().describe("Number of passes that will be updated by this bulk operation."),
20
+ count: z.number().int().describe("Number of passes that will be updated by this bulk operation.").nullable(),
21
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)."),
22
+ success: z.boolean().describe("Whether the bulk update request was successfully accepted.").nullable(),
23
+ statusCode: z.number().int().describe("HTTP status code returned by the API (202 for accepted).").nullable(),
24
24
  description: z.string().describe("Human-readable description of the response status.").nullable().optional()
25
25
  }).describe("Response from the bulk update passes API.\nReturns HTTP 202 with a process tracking URL for monitoring operation status.")
26
26
  });
@@ -1 +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"}
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.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.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.object({\n data: PasscreatorUpdatePassesBulk_ProcessTrackingDataSchema.nullable().optional(),\n count: z.number().int().describe(\"Number of passes that will be updated by this bulk operation.\").nullable(),\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.\").nullable(),\n statusCode: z.number().int().describe(\"HTTP status code returned by the API (202 for accepted).\").nullable(),\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,mCAAmC,EAAE,OAAO;CACvD,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,wDAAwD,EAAE,OAAO,EACrE,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,QAd+C,EAAE,OAAO;EACxD,MAAM,sDAAsD,SAAS,CAAC,CAAC,SAAS;EAChF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;EAC3G,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9H,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;EACrG,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;EAC3G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,CAAC,CAAC,CAAC,SAAS,0HAOF;AACV,CAAC"}
package/dist/catalog.cjs CHANGED
@@ -7,7 +7,13 @@ const passcreatorCatalog = {
7
7
  "category": "Event Management",
8
8
  "logo": "https://logos.composio.dev/api/passcreator",
9
9
  "authKind": "keystroke",
10
- "oauthScopes": []
10
+ "oauthScopes": [],
11
+ "credentialFields": { "api_key": {
12
+ "label": "Passcreator API Key",
13
+ "secret": true,
14
+ "description": "The API key obtained from Passcreator for authenticating API requests."
15
+ } },
16
+ "credentialScheme": "API_KEY"
11
17
  };
12
18
  //#endregion
13
19
  exports.passcreatorCatalog = passcreatorCatalog;
@@ -1 +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"}
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 \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Passcreator API Key\",\n \"secret\": true,\n \"description\": \"The API key obtained from Passcreator for authenticating API requests.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,qBAAqB;CAChC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
@@ -8,6 +8,14 @@ declare const passcreatorCatalog: {
8
8
  readonly logo: "https://logos.composio.dev/api/passcreator";
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
+ readonly credentialFields: {
12
+ readonly api_key: {
13
+ readonly label: "Passcreator API Key";
14
+ readonly secret: true;
15
+ readonly description: "The API key obtained from Passcreator for authenticating API requests.";
16
+ };
17
+ };
18
+ readonly credentialScheme: "API_KEY";
11
19
  };
12
20
  //#endregion
13
21
  export { passcreatorCatalog };
@@ -8,6 +8,14 @@ declare const passcreatorCatalog: {
8
8
  readonly logo: "https://logos.composio.dev/api/passcreator";
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
+ readonly credentialFields: {
12
+ readonly api_key: {
13
+ readonly label: "Passcreator API Key";
14
+ readonly secret: true;
15
+ readonly description: "The API key obtained from Passcreator for authenticating API requests.";
16
+ };
17
+ };
18
+ readonly credentialScheme: "API_KEY";
11
19
  };
12
20
  //#endregion
13
21
  export { passcreatorCatalog };
package/dist/catalog.mjs CHANGED
@@ -7,7 +7,13 @@ const passcreatorCatalog = {
7
7
  "category": "Event Management",
8
8
  "logo": "https://logos.composio.dev/api/passcreator",
9
9
  "authKind": "keystroke",
10
- "oauthScopes": []
10
+ "oauthScopes": [],
11
+ "credentialFields": { "api_key": {
12
+ "label": "Passcreator API Key",
13
+ "secret": true,
14
+ "description": "The API key obtained from Passcreator for authenticating API requests."
15
+ } },
16
+ "credentialScheme": "API_KEY"
11
17
  };
12
18
  //#endregion
13
19
  export { passcreatorCatalog };