@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 +1 @@
1
- {"version":3,"file":"get-process-status.mjs","names":[],"sources":["../../src/actions/get-process-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorGetProcessStatusInput: z.ZodTypeAny = z.object({\n identifier: z.string().describe(\"The unique identifier (UUID) of the bulk operation process to check status for\"),\n}).describe(\"Request parameters for getting bulk operation process status.\");\nconst PasscreatorGetProcessStatus_ProcessStatusSchema: z.ZodTypeAny = z.enum([\"in progress\", \"finished\", \"finished with errors\"]).describe(\"Status of a bulk operation process.\");\nconst PasscreatorGetProcessStatus_ProcessDataSchema: z.ZodTypeAny = z.object({\n total: z.number().int().describe(\"Total number of items to process in the bulk operation\").nullable().optional(),\n errors: z.record(z.string(), z.unknown()).describe(\"Error messages keyed by failed item identifier. Empty if no errors occurred.\").nullable().optional(),\n status: PasscreatorGetProcessStatus_ProcessStatusSchema.nullable().optional(),\n current: z.number().int().describe(\"Number of items processed so far in the bulk operation\").nullable().optional(),\n createdOn: z.string().describe(\"Timestamp when the bulk operation was created\").nullable().optional(),\n}).passthrough().describe(\"Data about the bulk operation process including progress and errors.\");\nexport const PasscreatorGetProcessStatusOutput: z.ZodTypeAny = z.object({\n data: PasscreatorGetProcessStatus_ProcessDataSchema.nullable().optional(),\n count: z.number().int().describe(\"Number of data items in the response (1 if process found, 0 if not found)\"),\n errors: z.array(z.string()).describe(\"List of error messages if any occurred (e.g., 'Object not found')\").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, 404 if process not found)\"),\n description: z.string().describe(\"Human-readable description of the response status\").nullable().optional(),\n}).passthrough().describe(\"Response containing the current status and progress of a bulk operation.\");\n\nexport const passcreatorGetProcessStatus = action(\"PASSCREATOR_GET_PROCESS_STATUS\", {\n slug: \"passcreator-get-process-status\",\n name: \"Get Process Status\",\n description: \"Get the current status and progress of a bulk operation including any errors. Use this to monitor long-running bulk operations like batch pass updates or creations. The identifier is returned when initiating a bulk operation.\",\n input: PasscreatorGetProcessStatusInput,\n output: PasscreatorGetProcessStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO,EACrE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,EAClH,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,kDAAgE,EAAE,KAAK;CAAC;CAAe;CAAY;AAAsB,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAChL,MAAM,gDAA8D,EAAE,OAAO;CAC3E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvJ,QAAQ,gDAAgD,SAAS,CAAC,CAAC,SAAS;CAC5E,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sEAAsE;AAUhG,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAd6D,EAAE,OAAO;EACtE,MAAM,8CAA8C,SAAS,CAAC,CAAC,SAAS;EACxE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2EAA2E;EAC5G,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9H,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC;EACtE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kFAAkF;EACxH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0EAOhB;AACV,CAAC"}
1
+ {"version":3,"file":"get-process-status.mjs","names":[],"sources":["../../src/actions/get-process-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorGetProcessStatusInput = z.object({\n identifier: z.string().describe(\"The unique identifier (UUID) of the bulk operation process to check status for\"),\n}).describe(\"Request parameters for getting bulk operation process status.\");\nconst PasscreatorGetProcessStatus_ProcessStatusSchema = z.enum([\"in progress\", \"finished\", \"finished with errors\"]).describe(\"Status of a bulk operation process.\");\nconst PasscreatorGetProcessStatus_ProcessDataSchema = z.object({\n total: z.number().int().describe(\"Total number of items to process in the bulk operation\").nullable().optional(),\n errors: z.record(z.string(), z.unknown()).describe(\"Error messages keyed by failed item identifier. Empty if no errors occurred.\").nullable().optional(),\n status: PasscreatorGetProcessStatus_ProcessStatusSchema.nullable().optional(),\n current: z.number().int().describe(\"Number of items processed so far in the bulk operation\").nullable().optional(),\n createdOn: z.string().describe(\"Timestamp when the bulk operation was created\").nullable().optional(),\n}).passthrough().describe(\"Data about the bulk operation process including progress and errors.\");\nexport const PasscreatorGetProcessStatusOutput = z.object({\n data: PasscreatorGetProcessStatus_ProcessDataSchema.nullable().optional(),\n count: z.number().int().describe(\"Number of data items in the response (1 if process found, 0 if not found)\").nullable(),\n errors: z.array(z.string()).describe(\"List of error messages if any occurred (e.g., 'Object not found')\").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, 404 if process not found)\").nullable(),\n description: z.string().describe(\"Human-readable description of the response status\").nullable().optional(),\n}).passthrough().describe(\"Response containing the current status and progress of a bulk operation.\");\n\nexport const passcreatorGetProcessStatus = action(\"PASSCREATOR_GET_PROCESS_STATUS\", {\n slug: \"passcreator-get-process-status\",\n name: \"Get Process Status\",\n description: \"Get the current status and progress of a bulk operation including any errors. Use this to monitor long-running bulk operations like batch pass updates or creations. The identifier is returned when initiating a bulk operation.\",\n input: PasscreatorGetProcessStatusInput,\n output: PasscreatorGetProcessStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmC,EAAE,OAAO,EACvD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,EAClH,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,kDAAkD,EAAE,KAAK;CAAC;CAAe;CAAY;AAAsB,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAClK,MAAM,gDAAgD,EAAE,OAAO;CAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvJ,QAAQ,gDAAgD,SAAS,CAAC,CAAC,SAAS;CAC5E,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sEAAsE;AAUhG,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAd+C,EAAE,OAAO;EACxD,MAAM,8CAA8C,SAAS,CAAC,CAAC,SAAS;EACxE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;EACvH,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9H,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EACjF,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;EACnI,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0EAOhB;AACV,CAAC"}
@@ -2,13 +2,13 @@ const require_action = require("../action.cjs");
2
2
  let zod = require("zod");
3
3
  //#region src/actions/get-signing-public-key.ts
4
4
  const PasscreatorGetSigningPublicKeyInput = zod.z.object({}).describe("Request model for obtaining the public key for signature verification.\nThis endpoint requires no parameters - authentication is handled via headers.");
5
- const PasscreatorGetSigningPublicKey_PublicKeyDataSchema = zod.z.object({ publicKey: zod.z.string().describe("The public key in PEM format needed to verify signatures from the placeholder sign() function.") }).describe("Data container for the public key response.");
5
+ const PasscreatorGetSigningPublicKey_PublicKeyDataSchema = zod.z.object({ publicKey: zod.z.string().describe("The public key in PEM format needed to verify signatures from the placeholder sign() function.").nullable() }).describe("Data container for the public key response.");
6
6
  const PasscreatorGetSigningPublicKeyOutput = zod.z.object({
7
7
  data: PasscreatorGetSigningPublicKey_PublicKeyDataSchema.nullable(),
8
- count: zod.z.number().int().describe("Number of items returned in the data field."),
8
+ count: zod.z.number().int().describe("Number of items returned in the data field.").nullable(),
9
9
  errors: zod.z.array(zod.z.string()).describe("List of error messages if any occurred.").nullable().optional(),
10
- success: zod.z.boolean().describe("Whether the API request was successful."),
11
- statusCode: zod.z.number().int().describe("HTTP status code returned by the API (200 for success)."),
10
+ success: zod.z.boolean().describe("Whether the API request was successful.").nullable(),
11
+ statusCode: zod.z.number().int().describe("HTTP status code returned by the API (200 for success).").nullable(),
12
12
  description: zod.z.string().describe("Human-readable description of the response status.").nullable().optional(),
13
13
  responseMetaData: zod.z.unknown().describe("Additional metadata from the API response (always null for this endpoint).").nullable().optional()
14
14
  }).describe("Response model containing the public key for signature verification.");
@@ -1 +1 @@
1
- {"version":3,"file":"get-signing-public-key.cjs","names":["z","action"],"sources":["../../src/actions/get-signing-public-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorGetSigningPublicKeyInput: z.ZodTypeAny = z.object({}).describe(\"Request model for obtaining the public key for signature verification.\\nThis endpoint requires no parameters - authentication is handled via headers.\");\nconst PasscreatorGetSigningPublicKey_PublicKeyDataSchema: z.ZodTypeAny = z.object({\n publicKey: z.string().describe(\"The public key in PEM format needed to verify signatures from the placeholder sign() function.\"),\n}).describe(\"Data container for the public key response.\");\nexport const PasscreatorGetSigningPublicKeyOutput: z.ZodTypeAny = z.object({\n data: PasscreatorGetSigningPublicKey_PublicKeyDataSchema.nullable(),\n count: z.number().int().describe(\"Number of items returned in the data field.\"),\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: z.unknown().describe(\"Additional metadata from the API response (always null for this endpoint).\").nullable().optional(),\n}).describe(\"Response model containing the public key for signature verification.\");\n\nexport const passcreatorGetSigningPublicKey = action(\"PASSCREATOR_GET_SIGNING_PUBLIC_KEY\", {\n slug: \"passcreator-get-signing-public-key\",\n name: \"Get Signing Public Key\",\n description: \"Tool to obtain the public key needed to verify signatures from the placeholder sign() function. Use when you need to verify cryptographic signatures generated by Passcreator's sign placeholder.\",\n input: PasscreatorGetSigningPublicKeyInput,\n output: PasscreatorGetSigningPublicKeyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uJAAuJ;AAC9O,MAAM,qDAAmEA,IAAAA,EAAE,OAAO,EAChF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,EACjI,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,MAAM,mDAAmD,SAAS;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C;CAC9E,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,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3I,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAElF,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-signing-public-key.cjs","names":["z","action"],"sources":["../../src/actions/get-signing-public-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorGetSigningPublicKeyInput = z.object({}).describe(\"Request model for obtaining the public key for signature verification.\\nThis endpoint requires no parameters - authentication is handled via headers.\");\nconst PasscreatorGetSigningPublicKey_PublicKeyDataSchema = z.object({\n publicKey: z.string().describe(\"The public key in PEM format needed to verify signatures from the placeholder sign() function.\").nullable(),\n}).describe(\"Data container for the public key response.\");\nexport const PasscreatorGetSigningPublicKeyOutput = z.object({\n data: PasscreatorGetSigningPublicKey_PublicKeyDataSchema.nullable(),\n count: z.number().int().describe(\"Number of items returned in the data field.\").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: z.unknown().describe(\"Additional metadata from the API response (always null for this endpoint).\").nullable().optional(),\n}).describe(\"Response model containing the public key for signature verification.\");\n\nexport const passcreatorGetSigningPublicKey = action(\"PASSCREATOR_GET_SIGNING_PUBLIC_KEY\", {\n slug: \"passcreator-get-signing-public-key\",\n name: \"Get Signing Public Key\",\n description: \"Tool to obtain the public key needed to verify signatures from the placeholder sign() function. Use when you need to verify cryptographic signatures generated by Passcreator's sign placeholder.\",\n input: PasscreatorGetSigningPublicKeyInput,\n output: PasscreatorGetSigningPublicKeyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAsCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uJAAuJ;AAChO,MAAM,qDAAqDA,IAAAA,EAAE,OAAO,EAClE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,EAC5I,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,uCAAuCA,IAAAA,EAAE,OAAO;CAC3D,MAAM,mDAAmD,SAAS;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACzF,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,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3I,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAElF,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,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/get-signing-public-key.d.ts
4
- declare const PasscreatorGetSigningPublicKeyInput: z.ZodTypeAny;
5
- declare const PasscreatorGetSigningPublicKeyOutput: z.ZodTypeAny;
6
- declare const passcreatorGetSigningPublicKey: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PasscreatorGetSigningPublicKeyInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const PasscreatorGetSigningPublicKeyOutput: z.ZodObject<{
6
+ data: z.ZodNullable<z.ZodObject<{
7
+ publicKey: z.ZodNullable<z.ZodString>;
8
+ }, z.core.$strip>>;
9
+ count: z.ZodNullable<z.ZodNumber>;
10
+ errors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
11
+ success: z.ZodNullable<z.ZodBoolean>;
12
+ statusCode: z.ZodNullable<z.ZodNumber>;
13
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ responseMetaData: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
15
+ }, z.core.$strip>;
16
+ declare const passcreatorGetSigningPublicKey: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
17
  //#endregion
8
18
  export { passcreatorGetSigningPublicKey };
9
19
  //# sourceMappingURL=get-signing-public-key.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-signing-public-key.d.cts","names":[],"sources":["../../src/actions/get-signing-public-key.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAA2L;AAAA,cAIlO,oCAAA,EAAsC,CAAA,CAAE,UAQ8B;AAAA,cAEtE,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-signing-public-key.d.cts","names":[],"sources":["../../src/actions/get-signing-public-key.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAInC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;;;;cAUpC,8BAAA,gCAA8B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1,9 +1,19 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-signing-public-key.d.ts
4
- declare const PasscreatorGetSigningPublicKeyInput: z.ZodTypeAny;
5
- declare const PasscreatorGetSigningPublicKeyOutput: z.ZodTypeAny;
6
- declare const passcreatorGetSigningPublicKey: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PasscreatorGetSigningPublicKeyInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const PasscreatorGetSigningPublicKeyOutput: z.ZodObject<{
6
+ data: z.ZodNullable<z.ZodObject<{
7
+ publicKey: z.ZodNullable<z.ZodString>;
8
+ }, z.core.$strip>>;
9
+ count: z.ZodNullable<z.ZodNumber>;
10
+ errors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
11
+ success: z.ZodNullable<z.ZodBoolean>;
12
+ statusCode: z.ZodNullable<z.ZodNumber>;
13
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ responseMetaData: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
15
+ }, z.core.$strip>;
16
+ declare const passcreatorGetSigningPublicKey: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
17
  //#endregion
8
18
  export { passcreatorGetSigningPublicKey };
9
19
  //# sourceMappingURL=get-signing-public-key.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-signing-public-key.d.mts","names":[],"sources":["../../src/actions/get-signing-public-key.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAA2L;AAAA,cAIlO,oCAAA,EAAsC,CAAA,CAAE,UAQ8B;AAAA,cAEtE,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-signing-public-key.d.mts","names":[],"sources":["../../src/actions/get-signing-public-key.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAInC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;;;;cAUpC,8BAAA,gCAA8B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -2,7 +2,7 @@ import { action } from "../action.mjs";
2
2
  import { z } from "zod";
3
3
  //#region src/actions/get-signing-public-key.ts
4
4
  const PasscreatorGetSigningPublicKeyInput = z.object({}).describe("Request model for obtaining the public key for signature verification.\nThis endpoint requires no parameters - authentication is handled via headers.");
5
- const PasscreatorGetSigningPublicKey_PublicKeyDataSchema = z.object({ publicKey: z.string().describe("The public key in PEM format needed to verify signatures from the placeholder sign() function.") }).describe("Data container for the public key response.");
5
+ const PasscreatorGetSigningPublicKey_PublicKeyDataSchema = z.object({ publicKey: z.string().describe("The public key in PEM format needed to verify signatures from the placeholder sign() function.").nullable() }).describe("Data container for the public key response.");
6
6
  const passcreatorGetSigningPublicKey = action("PASSCREATOR_GET_SIGNING_PUBLIC_KEY", {
7
7
  slug: "passcreator-get-signing-public-key",
8
8
  name: "Get Signing Public Key",
@@ -10,10 +10,10 @@ const passcreatorGetSigningPublicKey = action("PASSCREATOR_GET_SIGNING_PUBLIC_KE
10
10
  input: PasscreatorGetSigningPublicKeyInput,
11
11
  output: z.object({
12
12
  data: PasscreatorGetSigningPublicKey_PublicKeyDataSchema.nullable(),
13
- count: z.number().int().describe("Number of items returned in the data field."),
13
+ count: z.number().int().describe("Number of items returned in the data field.").nullable(),
14
14
  errors: z.array(z.string()).describe("List of error messages if any occurred.").nullable().optional(),
15
- success: z.boolean().describe("Whether the API request was successful."),
16
- statusCode: z.number().int().describe("HTTP status code returned by the API (200 for success)."),
15
+ success: z.boolean().describe("Whether the API request was successful.").nullable(),
16
+ statusCode: z.number().int().describe("HTTP status code returned by the API (200 for success).").nullable(),
17
17
  description: z.string().describe("Human-readable description of the response status.").nullable().optional(),
18
18
  responseMetaData: z.unknown().describe("Additional metadata from the API response (always null for this endpoint).").nullable().optional()
19
19
  }).describe("Response model containing the public key for signature verification.")
@@ -1 +1 @@
1
- {"version":3,"file":"get-signing-public-key.mjs","names":[],"sources":["../../src/actions/get-signing-public-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorGetSigningPublicKeyInput: z.ZodTypeAny = z.object({}).describe(\"Request model for obtaining the public key for signature verification.\\nThis endpoint requires no parameters - authentication is handled via headers.\");\nconst PasscreatorGetSigningPublicKey_PublicKeyDataSchema: z.ZodTypeAny = z.object({\n publicKey: z.string().describe(\"The public key in PEM format needed to verify signatures from the placeholder sign() function.\"),\n}).describe(\"Data container for the public key response.\");\nexport const PasscreatorGetSigningPublicKeyOutput: z.ZodTypeAny = z.object({\n data: PasscreatorGetSigningPublicKey_PublicKeyDataSchema.nullable(),\n count: z.number().int().describe(\"Number of items returned in the data field.\"),\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: z.unknown().describe(\"Additional metadata from the API response (always null for this endpoint).\").nullable().optional(),\n}).describe(\"Response model containing the public key for signature verification.\");\n\nexport const passcreatorGetSigningPublicKey = action(\"PASSCREATOR_GET_SIGNING_PUBLIC_KEY\", {\n slug: \"passcreator-get-signing-public-key\",\n name: \"Get Signing Public Key\",\n description: \"Tool to obtain the public key needed to verify signatures from the placeholder sign() function. Use when you need to verify cryptographic signatures generated by Passcreator's sign placeholder.\",\n input: PasscreatorGetSigningPublicKeyInput,\n output: PasscreatorGetSigningPublicKeyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uJAAuJ;AAC9O,MAAM,qDAAmE,EAAE,OAAO,EAChF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,EACjI,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAWzD,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAfgE,EAAE,OAAO;EACzE,MAAM,mDAAmD,SAAS;EAClE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C;EAC9E,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,EAAE,QAAQ,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3I,CAAC,CAAC,CAAC,SAAS,sEAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-signing-public-key.mjs","names":[],"sources":["../../src/actions/get-signing-public-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorGetSigningPublicKeyInput = z.object({}).describe(\"Request model for obtaining the public key for signature verification.\\nThis endpoint requires no parameters - authentication is handled via headers.\");\nconst PasscreatorGetSigningPublicKey_PublicKeyDataSchema = z.object({\n publicKey: z.string().describe(\"The public key in PEM format needed to verify signatures from the placeholder sign() function.\").nullable(),\n}).describe(\"Data container for the public key response.\");\nexport const PasscreatorGetSigningPublicKeyOutput = z.object({\n data: PasscreatorGetSigningPublicKey_PublicKeyDataSchema.nullable(),\n count: z.number().int().describe(\"Number of items returned in the data field.\").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: z.unknown().describe(\"Additional metadata from the API response (always null for this endpoint).\").nullable().optional(),\n}).describe(\"Response model containing the public key for signature verification.\");\n\nexport const passcreatorGetSigningPublicKey = action(\"PASSCREATOR_GET_SIGNING_PUBLIC_KEY\", {\n slug: \"passcreator-get-signing-public-key\",\n name: \"Get Signing Public Key\",\n description: \"Tool to obtain the public key needed to verify signatures from the placeholder sign() function. Use when you need to verify cryptographic signatures generated by Passcreator's sign placeholder.\",\n input: PasscreatorGetSigningPublicKeyInput,\n output: PasscreatorGetSigningPublicKeyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAsC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uJAAuJ;AAChO,MAAM,qDAAqD,EAAE,OAAO,EAClE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,EAC5I,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAWzD,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAfkD,EAAE,OAAO;EAC3D,MAAM,mDAAmD,SAAS;EAClE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;EACzF,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,EAAE,QAAQ,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3I,CAAC,CAAC,CAAC,SAAS,sEAOF;AACV,CAAC"}
@@ -7,15 +7,15 @@ const PasscreatorListAppConfigurations_AppConfigurationLinkSchema = zod.z.object
7
7
  label: zod.z.string().describe("Label or description of the link").nullable().optional()
8
8
  }).passthrough().describe("A link associated with an App Configuration.");
9
9
  const PasscreatorListAppConfigurations_AppConfigurationSchema = zod.z.object({
10
- name: zod.z.string().describe("The configuration's label/name"),
11
- place: zod.z.string().describe("Venue location identifier"),
12
- scanMode: zod.z.number().int().describe("Scan mode: 0 (void after scan) or 1 (attendance tracking)"),
13
- createdOn: zod.z.string().describe("Timestamp when created in customer timezone (format: Y-m-d H:i:s)"),
10
+ name: zod.z.string().describe("The configuration's label/name").nullable(),
11
+ place: zod.z.string().describe("Venue location identifier").nullable(),
12
+ scanMode: zod.z.number().int().describe("Scan mode: 0 (void after scan) or 1 (attendance tracking)").nullable(),
13
+ createdOn: zod.z.string().describe("Timestamp when created in customer timezone (format: Y-m-d H:i:s)").nullable(),
14
14
  textColor: zod.z.string().describe("Hex color code for interface text").nullable().optional(),
15
- createdOnUtc: zod.z.string().describe("Timestamp when created in UTC timezone"),
15
+ createdOnUtc: zod.z.string().describe("Timestamp when created in UTC timezone").nullable(),
16
16
  passTemplateId: zod.z.string().describe("Associated Pass Template ID; null means it validates all passes").nullable().optional(),
17
17
  backgroundColor: zod.z.string().describe("Hex color code for validation interface background").nullable().optional(),
18
- configurationId: zod.z.string().describe("Unique UUID identifier for this configuration"),
18
+ configurationId: zod.z.string().describe("Unique UUID identifier for this configuration").nullable(),
19
19
  passTemplateIds: zod.z.array(zod.z.string()).describe("Multiple template IDs if assigned to multiple templates").nullable().optional(),
20
20
  passTemplateName: zod.z.string().describe("Pass Template label/name").nullable().optional(),
21
21
  additionalProperties: zod.z.array(zod.z.unknown()).describe("Custom fields collected during scans").nullable().optional(),
@@ -1 +1 @@
1
- {"version":3,"file":"list-app-configurations.cjs","names":["z","action"],"sources":["../../src/actions/list-app-configurations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorListAppConfigurationsInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters for listing App Configurations.\\nNote: The Passcreator API does not support pagination or filtering\\nfor this endpoint. All configurations are returned at once.\");\nconst PasscreatorListAppConfigurations_AppConfigurationLinkSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the configuration link\").nullable().optional(),\n label: z.string().describe(\"Label or description of the link\").nullable().optional(),\n}).passthrough().describe(\"A link associated with an App Configuration.\");\nconst PasscreatorListAppConfigurations_AppConfigurationSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The configuration's label/name\"),\n place: z.string().describe(\"Venue location identifier\"),\n scanMode: z.number().int().describe(\"Scan mode: 0 (void after scan) or 1 (attendance tracking)\"),\n createdOn: z.string().describe(\"Timestamp when created in customer timezone (format: Y-m-d H:i:s)\"),\n textColor: z.string().describe(\"Hex color code for interface text\").nullable().optional(),\n createdOnUtc: z.string().describe(\"Timestamp when created in UTC timezone\"),\n passTemplateId: z.string().describe(\"Associated Pass Template ID; null means it validates all passes\").nullable().optional(),\n backgroundColor: z.string().describe(\"Hex color code for validation interface background\").nullable().optional(),\n configurationId: z.string().describe(\"Unique UUID identifier for this configuration\"),\n passTemplateIds: z.array(z.string()).describe(\"Multiple template IDs if assigned to multiple templates\").nullable().optional(),\n passTemplateName: z.string().describe(\"Pass Template label/name\").nullable().optional(),\n additionalProperties: z.array(z.unknown()).describe(\"Custom fields collected during scans\").nullable().optional(),\n appConfigurationLinks: z.array(PasscreatorListAppConfigurations_AppConfigurationLinkSchema).describe(\"Associated configuration links with metadata\").nullable().optional(),\n}).passthrough().describe(\"An App Configuration object from the Passcreator account.\");\nexport const PasscreatorListAppConfigurationsOutput: z.ZodTypeAny = z.object({\n configurations: z.array(PasscreatorListAppConfigurations_AppConfigurationSchema).describe(\"List of App Configuration objects in the account\").nullable().optional(),\n}).describe(\"Response containing an array of App Configuration objects.\\nEach configuration includes details about scan validation settings.\");\n\nexport const passcreatorListAppConfigurations = action(\"PASSCREATOR_LIST_APP_CONFIGURATIONS\", {\n slug: \"passcreator-list-app-configurations\",\n name: \"List App Configurations\",\n description: \"Retrieves all App Configurations for your Passcreator account. Use this action to get a list of validation configurations that control how passes are scanned and validated. Each configuration can be linked to specific pass templates or validate all passes.\",\n input: PasscreatorListAppConfigurationsInput,\n output: PasscreatorListAppConfigurationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qLAAqL;AAC9Q,MAAM,8DAA4EA,IAAAA,EAAE,OAAO;CACzF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AACxE,MAAM,0DAAwEA,IAAAA,EAAE,OAAO;CACrF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC1D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACtD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D;CAC/F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CAClG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAC1E,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACpF,iBAAiBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,sBAAsBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,uBAAuBA,IAAAA,EAAE,MAAM,2DAA2D,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3K,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAA2D;AACrF,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,gBAAgBA,IAAAA,EAAE,MAAM,uDAAuD,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpK,CAAC,CAAC,CAAC,SAAS,iIAAiI;AAE7I,MAAa,mCAAmCC,eAAAA,OAAO,uCAAuC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"list-app-configurations.cjs","names":["z","action"],"sources":["../../src/actions/list-app-configurations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorListAppConfigurationsInput = z.object({}).describe(\"Request parameters for listing App Configurations.\\nNote: The Passcreator API does not support pagination or filtering\\nfor this endpoint. All configurations are returned at once.\");\nconst PasscreatorListAppConfigurations_AppConfigurationLinkSchema = z.object({\n url: z.string().describe(\"URL of the configuration link\").nullable().optional(),\n label: z.string().describe(\"Label or description of the link\").nullable().optional(),\n}).passthrough().describe(\"A link associated with an App Configuration.\");\nconst PasscreatorListAppConfigurations_AppConfigurationSchema = z.object({\n name: z.string().describe(\"The configuration's label/name\").nullable(),\n place: z.string().describe(\"Venue location identifier\").nullable(),\n scanMode: z.number().int().describe(\"Scan mode: 0 (void after scan) or 1 (attendance tracking)\").nullable(),\n createdOn: z.string().describe(\"Timestamp when created in customer timezone (format: Y-m-d H:i:s)\").nullable(),\n textColor: z.string().describe(\"Hex color code for interface text\").nullable().optional(),\n createdOnUtc: z.string().describe(\"Timestamp when created in UTC timezone\").nullable(),\n passTemplateId: z.string().describe(\"Associated Pass Template ID; null means it validates all passes\").nullable().optional(),\n backgroundColor: z.string().describe(\"Hex color code for validation interface background\").nullable().optional(),\n configurationId: z.string().describe(\"Unique UUID identifier for this configuration\").nullable(),\n passTemplateIds: z.array(z.string()).describe(\"Multiple template IDs if assigned to multiple templates\").nullable().optional(),\n passTemplateName: z.string().describe(\"Pass Template label/name\").nullable().optional(),\n additionalProperties: z.array(z.unknown()).describe(\"Custom fields collected during scans\").nullable().optional(),\n appConfigurationLinks: z.array(PasscreatorListAppConfigurations_AppConfigurationLinkSchema).describe(\"Associated configuration links with metadata\").nullable().optional(),\n}).passthrough().describe(\"An App Configuration object from the Passcreator account.\");\nexport const PasscreatorListAppConfigurationsOutput = z.object({\n configurations: z.array(PasscreatorListAppConfigurations_AppConfigurationSchema).describe(\"List of App Configuration objects in the account\").nullable().optional(),\n}).describe(\"Response containing an array of App Configuration objects.\\nEach configuration includes details about scan validation settings.\");\n\nexport const passcreatorListAppConfigurations = action(\"PASSCREATOR_LIST_APP_CONFIGURATIONS\", {\n slug: \"passcreator-list-app-configurations\",\n name: \"List App Configurations\",\n description: \"Retrieves all App Configurations for your Passcreator account. Use this action to get a list of validation configurations that control how passes are scanned and validated. Each configuration can be linked to specific pass templates or validate all passes.\",\n input: PasscreatorListAppConfigurationsInput,\n output: PasscreatorListAppConfigurationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAwCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qLAAqL;AAChQ,MAAM,8DAA8DA,IAAAA,EAAE,OAAO;CAC3E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AACxE,MAAM,0DAA0DA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CAC1G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC7G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACrF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC/F,iBAAiBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,sBAAsBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,uBAAuBA,IAAAA,EAAE,MAAM,2DAA2D,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3K,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAA2D;AACrF,MAAa,yCAAyCA,IAAAA,EAAE,OAAO,EAC7D,gBAAgBA,IAAAA,EAAE,MAAM,uDAAuD,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpK,CAAC,CAAC,CAAC,SAAS,iIAAiI;AAE7I,MAAa,mCAAmCC,eAAAA,OAAO,uCAAuC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,28 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-app-configurations.d.ts
4
- declare const PasscreatorListAppConfigurationsInput: z.ZodTypeAny;
5
- declare const PasscreatorListAppConfigurationsOutput: z.ZodTypeAny;
6
- declare const passcreatorListAppConfigurations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PasscreatorListAppConfigurationsInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const PasscreatorListAppConfigurationsOutput: z.ZodObject<{
6
+ configurations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
7
+ name: z.ZodNullable<z.ZodString>;
8
+ place: z.ZodNullable<z.ZodString>;
9
+ scanMode: z.ZodNullable<z.ZodNumber>;
10
+ createdOn: z.ZodNullable<z.ZodString>;
11
+ textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ createdOnUtc: z.ZodNullable<z.ZodString>;
13
+ passTemplateId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ configurationId: z.ZodNullable<z.ZodString>;
16
+ passTemplateIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
17
+ passTemplateName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
+ additionalProperties: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
19
+ appConfigurationLinks: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
20
+ url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
+ }, z.core.$loose>>>>;
23
+ }, z.core.$loose>>>>;
24
+ }, z.core.$strip>;
25
+ declare const passcreatorListAppConfigurations: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
26
  //#endregion
8
27
  export { passcreatorListAppConfigurations };
9
28
  //# sourceMappingURL=list-app-configurations.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-app-configurations.d.cts","names":[],"sources":["../../src/actions/list-app-configurations.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAAyN;AAAA,cAoBlQ,sCAAA,EAAwC,CAAA,CAAE,UAEuF;AAAA,cAEjI,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-app-configurations.d.cts","names":[],"sources":["../../src/actions/list-app-configurations.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAoBrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;cAItC,gCAAA,gCAAgC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1,9 +1,28 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-app-configurations.d.ts
4
- declare const PasscreatorListAppConfigurationsInput: z.ZodTypeAny;
5
- declare const PasscreatorListAppConfigurationsOutput: z.ZodTypeAny;
6
- declare const passcreatorListAppConfigurations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PasscreatorListAppConfigurationsInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const PasscreatorListAppConfigurationsOutput: z.ZodObject<{
6
+ configurations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
7
+ name: z.ZodNullable<z.ZodString>;
8
+ place: z.ZodNullable<z.ZodString>;
9
+ scanMode: z.ZodNullable<z.ZodNumber>;
10
+ createdOn: z.ZodNullable<z.ZodString>;
11
+ textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ createdOnUtc: z.ZodNullable<z.ZodString>;
13
+ passTemplateId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ configurationId: z.ZodNullable<z.ZodString>;
16
+ passTemplateIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
17
+ passTemplateName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
+ additionalProperties: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
19
+ appConfigurationLinks: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
20
+ url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
+ }, z.core.$loose>>>>;
23
+ }, z.core.$loose>>>>;
24
+ }, z.core.$strip>;
25
+ declare const passcreatorListAppConfigurations: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
26
  //#endregion
8
27
  export { passcreatorListAppConfigurations };
9
28
  //# sourceMappingURL=list-app-configurations.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-app-configurations.d.mts","names":[],"sources":["../../src/actions/list-app-configurations.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAAyN;AAAA,cAoBlQ,sCAAA,EAAwC,CAAA,CAAE,UAEuF;AAAA,cAEjI,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-app-configurations.d.mts","names":[],"sources":["../../src/actions/list-app-configurations.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAoBrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;cAItC,gCAAA,gCAAgC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -7,15 +7,15 @@ const PasscreatorListAppConfigurations_AppConfigurationLinkSchema = z.object({
7
7
  label: z.string().describe("Label or description of the link").nullable().optional()
8
8
  }).passthrough().describe("A link associated with an App Configuration.");
9
9
  const PasscreatorListAppConfigurations_AppConfigurationSchema = z.object({
10
- name: z.string().describe("The configuration's label/name"),
11
- place: z.string().describe("Venue location identifier"),
12
- scanMode: z.number().int().describe("Scan mode: 0 (void after scan) or 1 (attendance tracking)"),
13
- createdOn: z.string().describe("Timestamp when created in customer timezone (format: Y-m-d H:i:s)"),
10
+ name: z.string().describe("The configuration's label/name").nullable(),
11
+ place: z.string().describe("Venue location identifier").nullable(),
12
+ scanMode: z.number().int().describe("Scan mode: 0 (void after scan) or 1 (attendance tracking)").nullable(),
13
+ createdOn: z.string().describe("Timestamp when created in customer timezone (format: Y-m-d H:i:s)").nullable(),
14
14
  textColor: z.string().describe("Hex color code for interface text").nullable().optional(),
15
- createdOnUtc: z.string().describe("Timestamp when created in UTC timezone"),
15
+ createdOnUtc: z.string().describe("Timestamp when created in UTC timezone").nullable(),
16
16
  passTemplateId: z.string().describe("Associated Pass Template ID; null means it validates all passes").nullable().optional(),
17
17
  backgroundColor: z.string().describe("Hex color code for validation interface background").nullable().optional(),
18
- configurationId: z.string().describe("Unique UUID identifier for this configuration"),
18
+ configurationId: z.string().describe("Unique UUID identifier for this configuration").nullable(),
19
19
  passTemplateIds: z.array(z.string()).describe("Multiple template IDs if assigned to multiple templates").nullable().optional(),
20
20
  passTemplateName: z.string().describe("Pass Template label/name").nullable().optional(),
21
21
  additionalProperties: z.array(z.unknown()).describe("Custom fields collected during scans").nullable().optional(),
@@ -1 +1 @@
1
- {"version":3,"file":"list-app-configurations.mjs","names":[],"sources":["../../src/actions/list-app-configurations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorListAppConfigurationsInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters for listing App Configurations.\\nNote: The Passcreator API does not support pagination or filtering\\nfor this endpoint. All configurations are returned at once.\");\nconst PasscreatorListAppConfigurations_AppConfigurationLinkSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the configuration link\").nullable().optional(),\n label: z.string().describe(\"Label or description of the link\").nullable().optional(),\n}).passthrough().describe(\"A link associated with an App Configuration.\");\nconst PasscreatorListAppConfigurations_AppConfigurationSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The configuration's label/name\"),\n place: z.string().describe(\"Venue location identifier\"),\n scanMode: z.number().int().describe(\"Scan mode: 0 (void after scan) or 1 (attendance tracking)\"),\n createdOn: z.string().describe(\"Timestamp when created in customer timezone (format: Y-m-d H:i:s)\"),\n textColor: z.string().describe(\"Hex color code for interface text\").nullable().optional(),\n createdOnUtc: z.string().describe(\"Timestamp when created in UTC timezone\"),\n passTemplateId: z.string().describe(\"Associated Pass Template ID; null means it validates all passes\").nullable().optional(),\n backgroundColor: z.string().describe(\"Hex color code for validation interface background\").nullable().optional(),\n configurationId: z.string().describe(\"Unique UUID identifier for this configuration\"),\n passTemplateIds: z.array(z.string()).describe(\"Multiple template IDs if assigned to multiple templates\").nullable().optional(),\n passTemplateName: z.string().describe(\"Pass Template label/name\").nullable().optional(),\n additionalProperties: z.array(z.unknown()).describe(\"Custom fields collected during scans\").nullable().optional(),\n appConfigurationLinks: z.array(PasscreatorListAppConfigurations_AppConfigurationLinkSchema).describe(\"Associated configuration links with metadata\").nullable().optional(),\n}).passthrough().describe(\"An App Configuration object from the Passcreator account.\");\nexport const PasscreatorListAppConfigurationsOutput: z.ZodTypeAny = z.object({\n configurations: z.array(PasscreatorListAppConfigurations_AppConfigurationSchema).describe(\"List of App Configuration objects in the account\").nullable().optional(),\n}).describe(\"Response containing an array of App Configuration objects.\\nEach configuration includes details about scan validation settings.\");\n\nexport const passcreatorListAppConfigurations = action(\"PASSCREATOR_LIST_APP_CONFIGURATIONS\", {\n slug: \"passcreator-list-app-configurations\",\n name: \"List App Configurations\",\n description: \"Retrieves all App Configurations for your Passcreator account. Use this action to get a list of validation configurations that control how passes are scanned and validated. Each configuration can be linked to specific pass templates or validate all passes.\",\n input: PasscreatorListAppConfigurationsInput,\n output: PasscreatorListAppConfigurationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qLAAqL;AAC9Q,MAAM,8DAA4E,EAAE,OAAO;CACzF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AACxE,MAAM,0DAAwE,EAAE,OAAO;CACrF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC1D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACtD,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D;CAC/F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CAClG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAC1E,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACpF,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,sBAAsB,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,uBAAuB,EAAE,MAAM,2DAA2D,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3K,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAA2D;AAKrF,MAAa,mCAAmC,OAAO,uCAAuC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATkE,EAAE,OAAO,EAC3E,gBAAgB,EAAE,MAAM,uDAAuD,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpK,CAAC,CAAC,CAAC,SAAS,iIAOF;AACV,CAAC"}
1
+ {"version":3,"file":"list-app-configurations.mjs","names":[],"sources":["../../src/actions/list-app-configurations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorListAppConfigurationsInput = z.object({}).describe(\"Request parameters for listing App Configurations.\\nNote: The Passcreator API does not support pagination or filtering\\nfor this endpoint. All configurations are returned at once.\");\nconst PasscreatorListAppConfigurations_AppConfigurationLinkSchema = z.object({\n url: z.string().describe(\"URL of the configuration link\").nullable().optional(),\n label: z.string().describe(\"Label or description of the link\").nullable().optional(),\n}).passthrough().describe(\"A link associated with an App Configuration.\");\nconst PasscreatorListAppConfigurations_AppConfigurationSchema = z.object({\n name: z.string().describe(\"The configuration's label/name\").nullable(),\n place: z.string().describe(\"Venue location identifier\").nullable(),\n scanMode: z.number().int().describe(\"Scan mode: 0 (void after scan) or 1 (attendance tracking)\").nullable(),\n createdOn: z.string().describe(\"Timestamp when created in customer timezone (format: Y-m-d H:i:s)\").nullable(),\n textColor: z.string().describe(\"Hex color code for interface text\").nullable().optional(),\n createdOnUtc: z.string().describe(\"Timestamp when created in UTC timezone\").nullable(),\n passTemplateId: z.string().describe(\"Associated Pass Template ID; null means it validates all passes\").nullable().optional(),\n backgroundColor: z.string().describe(\"Hex color code for validation interface background\").nullable().optional(),\n configurationId: z.string().describe(\"Unique UUID identifier for this configuration\").nullable(),\n passTemplateIds: z.array(z.string()).describe(\"Multiple template IDs if assigned to multiple templates\").nullable().optional(),\n passTemplateName: z.string().describe(\"Pass Template label/name\").nullable().optional(),\n additionalProperties: z.array(z.unknown()).describe(\"Custom fields collected during scans\").nullable().optional(),\n appConfigurationLinks: z.array(PasscreatorListAppConfigurations_AppConfigurationLinkSchema).describe(\"Associated configuration links with metadata\").nullable().optional(),\n}).passthrough().describe(\"An App Configuration object from the Passcreator account.\");\nexport const PasscreatorListAppConfigurationsOutput = z.object({\n configurations: z.array(PasscreatorListAppConfigurations_AppConfigurationSchema).describe(\"List of App Configuration objects in the account\").nullable().optional(),\n}).describe(\"Response containing an array of App Configuration objects.\\nEach configuration includes details about scan validation settings.\");\n\nexport const passcreatorListAppConfigurations = action(\"PASSCREATOR_LIST_APP_CONFIGURATIONS\", {\n slug: \"passcreator-list-app-configurations\",\n name: \"List App Configurations\",\n description: \"Retrieves all App Configurations for your Passcreator account. Use this action to get a list of validation configurations that control how passes are scanned and validated. Each configuration can be linked to specific pass templates or validate all passes.\",\n input: PasscreatorListAppConfigurationsInput,\n output: PasscreatorListAppConfigurationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAwC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qLAAqL;AAChQ,MAAM,8DAA8D,EAAE,OAAO;CAC3E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AACxE,MAAM,0DAA0D,EAAE,OAAO;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACrE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACjE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CAC1G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC7G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACrF,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC/F,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,sBAAsB,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,uBAAuB,EAAE,MAAM,2DAA2D,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3K,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAA2D;AAKrF,MAAa,mCAAmC,OAAO,uCAAuC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAToD,EAAE,OAAO,EAC7D,gBAAgB,EAAE,MAAM,uDAAuD,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpK,CAAC,CAAC,CAAC,SAAS,iIAOF;AACV,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"list-app-scans.cjs","names":["z","action"],"sources":["../../src/actions/list-app-scans.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorListAppScansInput: z.ZodTypeAny = z.object({\n start: z.number().int().describe(\"Pagination offset - the starting index for results (default: 0).\").optional(),\n pageSize: z.number().int().describe(\"Number of results per page (default: 100, max: 100).\").optional(),\n createdSince: z.string().describe(\"Filter scans created after this datetime. Format: Y-m-d H:i (e.g., '2024-01-15 14:30').\").optional(),\n appConfigurationId: z.string().describe(\"App Configuration identifier (UUID format) to retrieve scans for.\"),\n}).describe(\"Parameters to list scans for a specific app configuration.\\nReturns paginated results ordered by creation date.\");\nconst PasscreatorListAppScans_QueryMetadataSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results (omitted if at end).\").nullable().optional(),\n self: z.string().describe(\"URL of the current request.\").nullable().optional(),\n start: z.number().int().describe(\"The starting offset parameter provided in the request.\").nullable().optional(),\n pageSize: z.number().int().describe(\"Number of results per request.\").nullable().optional(),\n}).passthrough().describe(\"Pagination metadata from the API response.\");\nconst PasscreatorListAppScans_ScanObjectSchema: z.ZodTypeAny = z.object({\n place: z.string().describe(\"Scan location.\").nullable().optional(),\n passId: z.string().describe(\"Unique pass identifier (UUID format).\").nullable().optional(),\n passData: z.string().describe(\"Additional pass data.\").nullable().optional(),\n appScanId: z.string().describe(\"Unique scan identifier (UUID format).\").nullable().optional(),\n createdOn: z.string().describe(\"Timestamp when scan was created in customer timezone (Y-m-d H:i:s format).\").nullable().optional(),\n deviceName: z.string().describe(\"Name of the device that performed the scan.\").nullable().optional(),\n passVoided: z.boolean().describe(\"Whether the pass is voided.\").nullable().optional(),\n scanStatus: z.number().int().describe(\"Scan status code: 0=voided, 1=already voided, 2=attendance saved, 3=not found.\").nullable().optional(),\n storedValue: z.number().describe(\"Pass stored value balance (if applicable).\").nullable().optional(),\n createdOnUtc: z.string().describe(\"Timestamp when scan was created in UTC timezone.\").nullable().optional(),\n passGeneratedId: z.string().describe(\"System-generated pass identifier.\").nullable().optional(),\n passSearchString: z.string().describe(\"Searchable concatenated pass data.\").nullable().optional(),\n passTemplateGuid: z.string().describe(\"Associated template identifier (UUID format).\").nullable().optional(),\n passTemplateName: z.string().describe(\"Name of the pass template.\").nullable().optional(),\n appConfigurationId: z.string().describe(\"Configuration identifier used for this scan.\").nullable().optional(),\n passUserProvidedId: z.string().describe(\"User-supplied pass identifier.\").nullable().optional(),\n scannedBarcodeValue: z.string().describe(\"The barcode value that was scanned.\").nullable().optional(),\n additionalProperties: z.record(z.string(), z.unknown()).describe(\"Pass properties at the time of scan (key-value pairs).\").nullable().optional(),\n additionalPropertiesScan: z.array(z.unknown()).describe(\"Custom properties collected during the scan.\").nullable().optional(),\n}).passthrough().describe(\"A single scan record returned by the API.\\nContains scan status, timing, pass information, and scan details.\");\nexport const PasscreatorListAppScansOutput: z.ZodTypeAny = z.object({\n query: PasscreatorListAppScans_QueryMetadataSchema.nullable().optional(),\n total: z.number().int().describe(\"Total number of scans matching the query across all pages.\").nullable().optional(),\n results: z.array(PasscreatorListAppScans_ScanObjectSchema).describe(\"Array of scan objects for this page.\").nullable().optional(),\n}).passthrough().describe(\"Response containing paginated scan results for an app configuration.\\nIncludes pagination metadata and array of scan objects.\");\n\nexport const passcreatorListAppScans = action(\"PASSCREATOR_LIST_APP_SCANS\", {\n slug: \"passcreator-list-app-scans\",\n name: \"List App Scans\",\n description: \"Retrieves a paginated list of scans for a given app configuration. Use this tool to view scan history, track attendance, and analyze scan data ordered by creation date.\",\n input: PasscreatorListAppScansInput,\n output: PasscreatorListAppScansOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"list-app-scans.cjs","names":["z","action"],"sources":["../../src/actions/list-app-scans.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorListAppScansInput = z.object({\n start: z.number().int().describe(\"Pagination offset - the starting index for results (default: 0).\").optional(),\n pageSize: z.number().int().describe(\"Number of results per page (default: 100, max: 100).\").optional(),\n createdSince: z.string().describe(\"Filter scans created after this datetime. Format: Y-m-d H:i (e.g., '2024-01-15 14:30').\").optional(),\n appConfigurationId: z.string().describe(\"App Configuration identifier (UUID format) to retrieve scans for.\"),\n}).describe(\"Parameters to list scans for a specific app configuration.\\nReturns paginated results ordered by creation date.\");\nconst PasscreatorListAppScans_QueryMetadataSchema = z.object({\n next: z.string().describe(\"URL for the next page of results (omitted if at end).\").nullable().optional(),\n self: z.string().describe(\"URL of the current request.\").nullable().optional(),\n start: z.number().int().describe(\"The starting offset parameter provided in the request.\").nullable().optional(),\n pageSize: z.number().int().describe(\"Number of results per request.\").nullable().optional(),\n}).passthrough().describe(\"Pagination metadata from the API response.\");\nconst PasscreatorListAppScans_ScanObjectSchema = z.object({\n place: z.string().describe(\"Scan location.\").nullable().optional(),\n passId: z.string().describe(\"Unique pass identifier (UUID format).\").nullable().optional(),\n passData: z.string().describe(\"Additional pass data.\").nullable().optional(),\n appScanId: z.string().describe(\"Unique scan identifier (UUID format).\").nullable().optional(),\n createdOn: z.string().describe(\"Timestamp when scan was created in customer timezone (Y-m-d H:i:s format).\").nullable().optional(),\n deviceName: z.string().describe(\"Name of the device that performed the scan.\").nullable().optional(),\n passVoided: z.boolean().describe(\"Whether the pass is voided.\").nullable().optional(),\n scanStatus: z.number().int().describe(\"Scan status code: 0=voided, 1=already voided, 2=attendance saved, 3=not found.\").nullable().optional(),\n storedValue: z.number().describe(\"Pass stored value balance (if applicable).\").nullable().optional(),\n createdOnUtc: z.string().describe(\"Timestamp when scan was created in UTC timezone.\").nullable().optional(),\n passGeneratedId: z.string().describe(\"System-generated pass identifier.\").nullable().optional(),\n passSearchString: z.string().describe(\"Searchable concatenated pass data.\").nullable().optional(),\n passTemplateGuid: z.string().describe(\"Associated template identifier (UUID format).\").nullable().optional(),\n passTemplateName: z.string().describe(\"Name of the pass template.\").nullable().optional(),\n appConfigurationId: z.string().describe(\"Configuration identifier used for this scan.\").nullable().optional(),\n passUserProvidedId: z.string().describe(\"User-supplied pass identifier.\").nullable().optional(),\n scannedBarcodeValue: z.string().describe(\"The barcode value that was scanned.\").nullable().optional(),\n additionalProperties: z.record(z.string(), z.unknown()).describe(\"Pass properties at the time of scan (key-value pairs).\").nullable().optional(),\n additionalPropertiesScan: z.array(z.unknown()).describe(\"Custom properties collected during the scan.\").nullable().optional(),\n}).passthrough().describe(\"A single scan record returned by the API.\\nContains scan status, timing, pass information, and scan details.\");\nexport const PasscreatorListAppScansOutput = z.object({\n query: PasscreatorListAppScans_QueryMetadataSchema.nullable().optional(),\n total: z.number().int().describe(\"Total number of scans matching the query across all pages.\").nullable().optional(),\n results: z.array(PasscreatorListAppScans_ScanObjectSchema).describe(\"Array of scan objects for this page.\").nullable().optional(),\n}).passthrough().describe(\"Response containing paginated scan results for an app configuration.\\nIncludes pagination metadata and array of scan objects.\");\n\nexport const passcreatorListAppScans = action(\"PASSCREATOR_LIST_APP_SCANS\", {\n slug: \"passcreator-list-app-scans\",\n name: \"List App Scans\",\n description: \"Retrieves a paginated list of scans for a given app configuration. Use this tool to view scan history, track attendance, and analyze scan data ordered by creation date.\",\n input: PasscreatorListAppScansInput,\n output: PasscreatorListAppScansOutput,\n});\n"],"mappings":"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"}
@@ -1,9 +1,48 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-app-scans.d.ts
4
- declare const PasscreatorListAppScansInput: z.ZodTypeAny;
5
- declare const PasscreatorListAppScansOutput: z.ZodTypeAny;
6
- declare const passcreatorListAppScans: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PasscreatorListAppScansInput: z.ZodObject<{
5
+ start: z.ZodOptional<z.ZodNumber>;
6
+ pageSize: z.ZodOptional<z.ZodNumber>;
7
+ createdSince: z.ZodOptional<z.ZodString>;
8
+ appConfigurationId: z.ZodString;
9
+ }, z.core.$strip>;
10
+ declare const PasscreatorListAppScansOutput: z.ZodObject<{
11
+ query: z.ZodOptional<z.ZodNullable<z.ZodObject<{
12
+ next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ self: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ start: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
15
+ pageSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
16
+ }, z.core.$loose>>>;
17
+ total: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
18
+ results: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
19
+ place: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
+ passId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
+ passData: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
+ appScanId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
+ createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ deviceName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
+ passVoided: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
26
+ scanStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
27
+ storedValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
28
+ createdOnUtc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
+ passGeneratedId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
+ passSearchString: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31
+ passTemplateGuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32
+ passTemplateName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33
+ appConfigurationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34
+ passUserProvidedId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35
+ scannedBarcodeValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36
+ additionalProperties: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
37
+ additionalPropertiesScan: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
38
+ }, z.core.$loose>>>>;
39
+ }, z.core.$loose>;
40
+ declare const passcreatorListAppScans: import("@keystrokehq/action").WorkflowActionDefinition<{
41
+ appConfigurationId: string;
42
+ start?: number | undefined;
43
+ pageSize?: number | undefined;
44
+ createdSince?: string | undefined;
45
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
46
  //#endregion
8
47
  export { passcreatorListAppScans };
9
48
  //# sourceMappingURL=list-app-scans.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-app-scans.d.cts","names":[],"sources":["../../src/actions/list-app-scans.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAKiF;AAAA,cA4BjH,6BAAA,EAA+B,CAAA,CAAE,UAI4G;AAAA,cAE7I,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-app-scans.d.cts","names":[],"sources":["../../src/actions/list-app-scans.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;cAiC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAM7B,uBAAA,gCAAuB,wBAAA"}
@@ -1,9 +1,48 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-app-scans.d.ts
4
- declare const PasscreatorListAppScansInput: z.ZodTypeAny;
5
- declare const PasscreatorListAppScansOutput: z.ZodTypeAny;
6
- declare const passcreatorListAppScans: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PasscreatorListAppScansInput: z.ZodObject<{
5
+ start: z.ZodOptional<z.ZodNumber>;
6
+ pageSize: z.ZodOptional<z.ZodNumber>;
7
+ createdSince: z.ZodOptional<z.ZodString>;
8
+ appConfigurationId: z.ZodString;
9
+ }, z.core.$strip>;
10
+ declare const PasscreatorListAppScansOutput: z.ZodObject<{
11
+ query: z.ZodOptional<z.ZodNullable<z.ZodObject<{
12
+ next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ self: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ start: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
15
+ pageSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
16
+ }, z.core.$loose>>>;
17
+ total: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
18
+ results: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
19
+ place: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
+ passId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
+ passData: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
+ appScanId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
+ createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ deviceName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
+ passVoided: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
26
+ scanStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
27
+ storedValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
28
+ createdOnUtc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
+ passGeneratedId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
+ passSearchString: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31
+ passTemplateGuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32
+ passTemplateName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33
+ appConfigurationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34
+ passUserProvidedId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35
+ scannedBarcodeValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36
+ additionalProperties: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
37
+ additionalPropertiesScan: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
38
+ }, z.core.$loose>>>>;
39
+ }, z.core.$loose>;
40
+ declare const passcreatorListAppScans: import("@keystrokehq/action").WorkflowActionDefinition<{
41
+ appConfigurationId: string;
42
+ start?: number | undefined;
43
+ pageSize?: number | undefined;
44
+ createdSince?: string | undefined;
45
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
46
  //#endregion
8
47
  export { passcreatorListAppScans };
9
48
  //# sourceMappingURL=list-app-scans.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-app-scans.d.mts","names":[],"sources":["../../src/actions/list-app-scans.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAKiF;AAAA,cA4BjH,6BAAA,EAA+B,CAAA,CAAE,UAI4G;AAAA,cAE7I,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-app-scans.d.mts","names":[],"sources":["../../src/actions/list-app-scans.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;cAiC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAM7B,uBAAA,gCAAuB,wBAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"list-app-scans.mjs","names":[],"sources":["../../src/actions/list-app-scans.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorListAppScansInput: z.ZodTypeAny = z.object({\n start: z.number().int().describe(\"Pagination offset - the starting index for results (default: 0).\").optional(),\n pageSize: z.number().int().describe(\"Number of results per page (default: 100, max: 100).\").optional(),\n createdSince: z.string().describe(\"Filter scans created after this datetime. Format: Y-m-d H:i (e.g., '2024-01-15 14:30').\").optional(),\n appConfigurationId: z.string().describe(\"App Configuration identifier (UUID format) to retrieve scans for.\"),\n}).describe(\"Parameters to list scans for a specific app configuration.\\nReturns paginated results ordered by creation date.\");\nconst PasscreatorListAppScans_QueryMetadataSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results (omitted if at end).\").nullable().optional(),\n self: z.string().describe(\"URL of the current request.\").nullable().optional(),\n start: z.number().int().describe(\"The starting offset parameter provided in the request.\").nullable().optional(),\n pageSize: z.number().int().describe(\"Number of results per request.\").nullable().optional(),\n}).passthrough().describe(\"Pagination metadata from the API response.\");\nconst PasscreatorListAppScans_ScanObjectSchema: z.ZodTypeAny = z.object({\n place: z.string().describe(\"Scan location.\").nullable().optional(),\n passId: z.string().describe(\"Unique pass identifier (UUID format).\").nullable().optional(),\n passData: z.string().describe(\"Additional pass data.\").nullable().optional(),\n appScanId: z.string().describe(\"Unique scan identifier (UUID format).\").nullable().optional(),\n createdOn: z.string().describe(\"Timestamp when scan was created in customer timezone (Y-m-d H:i:s format).\").nullable().optional(),\n deviceName: z.string().describe(\"Name of the device that performed the scan.\").nullable().optional(),\n passVoided: z.boolean().describe(\"Whether the pass is voided.\").nullable().optional(),\n scanStatus: z.number().int().describe(\"Scan status code: 0=voided, 1=already voided, 2=attendance saved, 3=not found.\").nullable().optional(),\n storedValue: z.number().describe(\"Pass stored value balance (if applicable).\").nullable().optional(),\n createdOnUtc: z.string().describe(\"Timestamp when scan was created in UTC timezone.\").nullable().optional(),\n passGeneratedId: z.string().describe(\"System-generated pass identifier.\").nullable().optional(),\n passSearchString: z.string().describe(\"Searchable concatenated pass data.\").nullable().optional(),\n passTemplateGuid: z.string().describe(\"Associated template identifier (UUID format).\").nullable().optional(),\n passTemplateName: z.string().describe(\"Name of the pass template.\").nullable().optional(),\n appConfigurationId: z.string().describe(\"Configuration identifier used for this scan.\").nullable().optional(),\n passUserProvidedId: z.string().describe(\"User-supplied pass identifier.\").nullable().optional(),\n scannedBarcodeValue: z.string().describe(\"The barcode value that was scanned.\").nullable().optional(),\n additionalProperties: z.record(z.string(), z.unknown()).describe(\"Pass properties at the time of scan (key-value pairs).\").nullable().optional(),\n additionalPropertiesScan: z.array(z.unknown()).describe(\"Custom properties collected during the scan.\").nullable().optional(),\n}).passthrough().describe(\"A single scan record returned by the API.\\nContains scan status, timing, pass information, and scan details.\");\nexport const PasscreatorListAppScansOutput: z.ZodTypeAny = z.object({\n query: PasscreatorListAppScans_QueryMetadataSchema.nullable().optional(),\n total: z.number().int().describe(\"Total number of scans matching the query across all pages.\").nullable().optional(),\n results: z.array(PasscreatorListAppScans_ScanObjectSchema).describe(\"Array of scan objects for this page.\").nullable().optional(),\n}).passthrough().describe(\"Response containing paginated scan results for an app configuration.\\nIncludes pagination metadata and array of scan objects.\");\n\nexport const passcreatorListAppScans = action(\"PASSCREATOR_LIST_APP_SCANS\", {\n slug: \"passcreator-list-app-scans\",\n name: \"List App Scans\",\n description: \"Retrieves a paginated list of scans for a given app configuration. Use this tool to view scan history, track attendance, and analyze scan data ordered by creation date.\",\n input: PasscreatorListAppScansInput,\n output: PasscreatorListAppScansOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"list-app-scans.mjs","names":[],"sources":["../../src/actions/list-app-scans.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PasscreatorListAppScansInput = z.object({\n start: z.number().int().describe(\"Pagination offset - the starting index for results (default: 0).\").optional(),\n pageSize: z.number().int().describe(\"Number of results per page (default: 100, max: 100).\").optional(),\n createdSince: z.string().describe(\"Filter scans created after this datetime. Format: Y-m-d H:i (e.g., '2024-01-15 14:30').\").optional(),\n appConfigurationId: z.string().describe(\"App Configuration identifier (UUID format) to retrieve scans for.\"),\n}).describe(\"Parameters to list scans for a specific app configuration.\\nReturns paginated results ordered by creation date.\");\nconst PasscreatorListAppScans_QueryMetadataSchema = z.object({\n next: z.string().describe(\"URL for the next page of results (omitted if at end).\").nullable().optional(),\n self: z.string().describe(\"URL of the current request.\").nullable().optional(),\n start: z.number().int().describe(\"The starting offset parameter provided in the request.\").nullable().optional(),\n pageSize: z.number().int().describe(\"Number of results per request.\").nullable().optional(),\n}).passthrough().describe(\"Pagination metadata from the API response.\");\nconst PasscreatorListAppScans_ScanObjectSchema = z.object({\n place: z.string().describe(\"Scan location.\").nullable().optional(),\n passId: z.string().describe(\"Unique pass identifier (UUID format).\").nullable().optional(),\n passData: z.string().describe(\"Additional pass data.\").nullable().optional(),\n appScanId: z.string().describe(\"Unique scan identifier (UUID format).\").nullable().optional(),\n createdOn: z.string().describe(\"Timestamp when scan was created in customer timezone (Y-m-d H:i:s format).\").nullable().optional(),\n deviceName: z.string().describe(\"Name of the device that performed the scan.\").nullable().optional(),\n passVoided: z.boolean().describe(\"Whether the pass is voided.\").nullable().optional(),\n scanStatus: z.number().int().describe(\"Scan status code: 0=voided, 1=already voided, 2=attendance saved, 3=not found.\").nullable().optional(),\n storedValue: z.number().describe(\"Pass stored value balance (if applicable).\").nullable().optional(),\n createdOnUtc: z.string().describe(\"Timestamp when scan was created in UTC timezone.\").nullable().optional(),\n passGeneratedId: z.string().describe(\"System-generated pass identifier.\").nullable().optional(),\n passSearchString: z.string().describe(\"Searchable concatenated pass data.\").nullable().optional(),\n passTemplateGuid: z.string().describe(\"Associated template identifier (UUID format).\").nullable().optional(),\n passTemplateName: z.string().describe(\"Name of the pass template.\").nullable().optional(),\n appConfigurationId: z.string().describe(\"Configuration identifier used for this scan.\").nullable().optional(),\n passUserProvidedId: z.string().describe(\"User-supplied pass identifier.\").nullable().optional(),\n scannedBarcodeValue: z.string().describe(\"The barcode value that was scanned.\").nullable().optional(),\n additionalProperties: z.record(z.string(), z.unknown()).describe(\"Pass properties at the time of scan (key-value pairs).\").nullable().optional(),\n additionalPropertiesScan: z.array(z.unknown()).describe(\"Custom properties collected during the scan.\").nullable().optional(),\n}).passthrough().describe(\"A single scan record returned by the API.\\nContains scan status, timing, pass information, and scan details.\");\nexport const PasscreatorListAppScansOutput = z.object({\n query: PasscreatorListAppScans_QueryMetadataSchema.nullable().optional(),\n total: z.number().int().describe(\"Total number of scans matching the query across all pages.\").nullable().optional(),\n results: z.array(PasscreatorListAppScans_ScanObjectSchema).describe(\"Array of scan objects for this page.\").nullable().optional(),\n}).passthrough().describe(\"Response containing paginated scan results for an app configuration.\\nIncludes pagination metadata and array of scan objects.\");\n\nexport const passcreatorListAppScans = action(\"PASSCREATOR_LIST_APP_SCANS\", {\n slug: \"passcreator-list-app-scans\",\n name: \"List App Scans\",\n description: \"Retrieves a paginated list of scans for a given app configuration. Use this tool to view scan history, track attendance, and analyze scan data ordered by creation date.\",\n input: PasscreatorListAppScansInput,\n output: PasscreatorListAppScansOutput,\n});\n"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"list-pass-templates.cjs","names":["z","action"],"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":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6LAA6L;AAClR,MAAa,qCAAmDA,IAAAA,EAAE,QAAQ;AAE1E,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"list-pass-templates.cjs","names":["z","action"],"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":";;;AAIA,MAAa,oCAAoCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6LAA6L;AACpQ,MAAa,qCAAqCA,IAAAA,EAAE,QAAQ;AAE5D,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -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.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-pass-templates.d.cts","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.cts","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"}