@keystrokehq/passcreator 0.1.3 → 0.1.5

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 (47) hide show
  1. package/dist/actions/check-pass-existence.d.cts +13 -1
  2. package/dist/actions/check-pass-existence.d.mts +13 -1
  3. package/dist/actions/create-app-scan.d.cts +13 -1
  4. package/dist/actions/create-app-scan.d.cts.map +1 -1
  5. package/dist/actions/create-app-scan.d.mts +13 -1
  6. package/dist/actions/create-app-scan.d.mts.map +1 -1
  7. package/dist/actions/get-app-configuration.d.cts +13 -1
  8. package/dist/actions/get-app-configuration.d.mts +13 -1
  9. package/dist/actions/get-process-status.d.cts +13 -1
  10. package/dist/actions/get-process-status.d.mts +13 -1
  11. package/dist/actions/get-signing-public-key.d.cts +13 -1
  12. package/dist/actions/get-signing-public-key.d.cts.map +1 -1
  13. package/dist/actions/get-signing-public-key.d.mts +13 -1
  14. package/dist/actions/get-signing-public-key.d.mts.map +1 -1
  15. package/dist/actions/list-app-configurations.d.cts +13 -1
  16. package/dist/actions/list-app-configurations.d.cts.map +1 -1
  17. package/dist/actions/list-app-configurations.d.mts +13 -1
  18. package/dist/actions/list-app-configurations.d.mts.map +1 -1
  19. package/dist/actions/list-app-scans.d.cts +13 -1
  20. package/dist/actions/list-app-scans.d.mts +13 -1
  21. package/dist/actions/list-pass-templates.d.cts +13 -1
  22. package/dist/actions/list-pass-templates.d.cts.map +1 -1
  23. package/dist/actions/list-pass-templates.d.mts +13 -1
  24. package/dist/actions/list-pass-templates.d.mts.map +1 -1
  25. package/dist/actions/list-passes.d.cts +13 -1
  26. package/dist/actions/list-passes.d.mts +13 -1
  27. package/dist/actions/send-bulk-push-notifications.d.cts +13 -1
  28. package/dist/actions/send-bulk-push-notifications.d.mts +13 -1
  29. package/dist/actions/update-passes-bulk.d.cts +13 -1
  30. package/dist/actions/update-passes-bulk.d.cts.map +1 -1
  31. package/dist/actions/update-passes-bulk.d.mts +13 -1
  32. package/dist/actions/update-passes-bulk.d.mts.map +1 -1
  33. package/dist/app.cjs +5 -2
  34. package/dist/app.cjs.map +1 -1
  35. package/dist/app.d.cts +9 -1
  36. package/dist/app.d.cts.map +1 -1
  37. package/dist/app.d.mts +9 -1
  38. package/dist/app.d.mts.map +1 -1
  39. package/dist/app.mjs +3 -1
  40. package/dist/app.mjs.map +1 -1
  41. package/dist/catalog.cjs +1 -1
  42. package/dist/catalog.cjs.map +1 -1
  43. package/dist/catalog.d.cts +1 -1
  44. package/dist/catalog.d.mts +1 -1
  45. package/dist/catalog.mjs +1 -1
  46. package/dist/catalog.mjs.map +1 -1
  47. package/package.json +1 -1
@@ -16,7 +16,19 @@ declare const PasscreatorCheckPassExistenceOutput: z.ZodObject<{
16
16
  }, z.core.$loose>;
17
17
  declare const passcreatorCheckPassExistence: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  passId: string;
19
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_api_key: z.ZodString;
31
+ }, z.core.$strip>>]>;
20
32
  //#endregion
21
33
  export { passcreatorCheckPassExistence };
22
34
  //# sourceMappingURL=check-pass-existence.d.cts.map
@@ -16,7 +16,19 @@ declare const PasscreatorCheckPassExistenceOutput: z.ZodObject<{
16
16
  }, z.core.$loose>;
17
17
  declare const passcreatorCheckPassExistence: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  passId: string;
19
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_api_key: z.ZodString;
31
+ }, z.core.$strip>>]>;
20
32
  //#endregion
21
33
  export { passcreatorCheckPassExistence };
22
34
  //# sourceMappingURL=check-pass-existence.d.mts.map
@@ -31,7 +31,19 @@ declare const passcreatorCreateAppScan: import("@keystrokehq/action").WorkflowAc
31
31
  passId?: string | undefined;
32
32
  setVoided?: boolean | undefined;
33
33
  additionalProperties?: Record<string, unknown> | undefined;
34
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
34
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
35
+ connectionId: z.ZodString;
36
+ entityId: z.ZodString;
37
+ instanceId: z.ZodString;
38
+ }, z.core.$strip>, z.ZodObject<{
39
+ generic_api_key: z.ZodString;
40
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
41
+ connectionId: z.ZodString;
42
+ entityId: z.ZodString;
43
+ instanceId: z.ZodString;
44
+ }, z.core.$strip>, z.ZodObject<{
45
+ generic_api_key: z.ZodString;
46
+ }, z.core.$strip>>]>;
35
47
  //#endregion
36
48
  export { passcreatorCreateAppScan };
37
49
  //# sourceMappingURL=create-app-scan.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-app-scan.d.cts","names":[],"sources":["../../src/actions/create-app-scan.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAU7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;cAO9B,wBAAA,gCAAwB,wBAAA;;;;;;;;yBAMnC,MAAA;AAAA"}
1
+ {"version":3,"file":"create-app-scan.d.cts","names":[],"sources":["../../src/actions/create-app-scan.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAU7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;cAO9B,wBAAA,gCAAwB,wBAAA"}
@@ -31,7 +31,19 @@ declare const passcreatorCreateAppScan: import("@keystrokehq/action").WorkflowAc
31
31
  passId?: string | undefined;
32
32
  setVoided?: boolean | undefined;
33
33
  additionalProperties?: Record<string, unknown> | undefined;
34
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
34
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
35
+ connectionId: z.ZodString;
36
+ entityId: z.ZodString;
37
+ instanceId: z.ZodString;
38
+ }, z.core.$strip>, z.ZodObject<{
39
+ generic_api_key: z.ZodString;
40
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
41
+ connectionId: z.ZodString;
42
+ entityId: z.ZodString;
43
+ instanceId: z.ZodString;
44
+ }, z.core.$strip>, z.ZodObject<{
45
+ generic_api_key: z.ZodString;
46
+ }, z.core.$strip>>]>;
35
47
  //#endregion
36
48
  export { passcreatorCreateAppScan };
37
49
  //# sourceMappingURL=create-app-scan.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-app-scan.d.mts","names":[],"sources":["../../src/actions/create-app-scan.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAU7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;cAO9B,wBAAA,gCAAwB,wBAAA;;;;;;;;yBAMnC,MAAA;AAAA"}
1
+ {"version":3,"file":"create-app-scan.d.mts","names":[],"sources":["../../src/actions/create-app-scan.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAU7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;cAO9B,wBAAA,gCAAwB,wBAAA"}
@@ -29,7 +29,19 @@ declare const PasscreatorGetAppConfigurationOutput: z.ZodObject<{
29
29
  }, z.core.$loose>;
30
30
  declare const passcreatorGetAppConfiguration: import("@keystrokehq/action").WorkflowActionDefinition<{
31
31
  identifier: string;
32
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
32
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
33
+ connectionId: z.ZodString;
34
+ entityId: z.ZodString;
35
+ instanceId: z.ZodString;
36
+ }, z.core.$strip>, z.ZodObject<{
37
+ generic_api_key: z.ZodString;
38
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
39
+ connectionId: z.ZodString;
40
+ entityId: z.ZodString;
41
+ instanceId: z.ZodString;
42
+ }, z.core.$strip>, z.ZodObject<{
43
+ generic_api_key: z.ZodString;
44
+ }, z.core.$strip>>]>;
33
45
  //#endregion
34
46
  export { passcreatorGetAppConfiguration };
35
47
  //# sourceMappingURL=get-app-configuration.d.cts.map
@@ -29,7 +29,19 @@ declare const PasscreatorGetAppConfigurationOutput: z.ZodObject<{
29
29
  }, z.core.$loose>;
30
30
  declare const passcreatorGetAppConfiguration: import("@keystrokehq/action").WorkflowActionDefinition<{
31
31
  identifier: string;
32
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
32
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
33
+ connectionId: z.ZodString;
34
+ entityId: z.ZodString;
35
+ instanceId: z.ZodString;
36
+ }, z.core.$strip>, z.ZodObject<{
37
+ generic_api_key: z.ZodString;
38
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
39
+ connectionId: z.ZodString;
40
+ entityId: z.ZodString;
41
+ instanceId: z.ZodString;
42
+ }, z.core.$strip>, z.ZodObject<{
43
+ generic_api_key: z.ZodString;
44
+ }, z.core.$strip>>]>;
33
45
  //#endregion
34
46
  export { passcreatorGetAppConfiguration };
35
47
  //# sourceMappingURL=get-app-configuration.d.mts.map
@@ -24,7 +24,19 @@ declare const PasscreatorGetProcessStatusOutput: z.ZodObject<{
24
24
  }, z.core.$loose>;
25
25
  declare const passcreatorGetProcessStatus: import("@keystrokehq/action").WorkflowActionDefinition<{
26
26
  identifier: string;
27
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
27
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ generic_api_key: z.ZodString;
39
+ }, z.core.$strip>>]>;
28
40
  //#endregion
29
41
  export { passcreatorGetProcessStatus };
30
42
  //# sourceMappingURL=get-process-status.d.cts.map
@@ -24,7 +24,19 @@ declare const PasscreatorGetProcessStatusOutput: z.ZodObject<{
24
24
  }, z.core.$loose>;
25
25
  declare const passcreatorGetProcessStatus: import("@keystrokehq/action").WorkflowActionDefinition<{
26
26
  identifier: string;
27
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
27
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ generic_api_key: z.ZodString;
39
+ }, z.core.$strip>>]>;
28
40
  //#endregion
29
41
  export { passcreatorGetProcessStatus };
30
42
  //# sourceMappingURL=get-process-status.d.mts.map
@@ -13,7 +13,19 @@ declare const PasscreatorGetSigningPublicKeyOutput: z.ZodObject<{
13
13
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
14
  responseMetaData: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
15
15
  }, z.core.$loose>;
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]>;
16
+ declare const passcreatorGetSigningPublicKey: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>;
17
29
  //#endregion
18
30
  export { passcreatorGetSigningPublicKey };
19
31
  //# 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,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
+ {"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,gBAAA,CAAA,CAAA,SAAA"}
@@ -13,7 +13,19 @@ declare const PasscreatorGetSigningPublicKeyOutput: z.ZodObject<{
13
13
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
14
  responseMetaData: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
15
15
  }, z.core.$loose>;
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]>;
16
+ declare const passcreatorGetSigningPublicKey: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>;
17
29
  //#endregion
18
30
  export { passcreatorGetSigningPublicKey };
19
31
  //# 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,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
+ {"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,gBAAA,CAAA,CAAA,SAAA"}
@@ -22,7 +22,19 @@ declare const PasscreatorListAppConfigurationsOutput: z.ZodObject<{
22
22
  }, z.core.$loose>>>>;
23
23
  }, z.core.$loose>>>>;
24
24
  }, z.core.$loose>;
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]>;
25
+ declare const passcreatorListAppConfigurations: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_api_key: z.ZodString;
31
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
32
+ connectionId: z.ZodString;
33
+ entityId: z.ZodString;
34
+ instanceId: z.ZodString;
35
+ }, z.core.$strip>, z.ZodObject<{
36
+ generic_api_key: z.ZodString;
37
+ }, z.core.$strip>>]>;
26
38
  //#endregion
27
39
  export { passcreatorListAppConfigurations };
28
40
  //# 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,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
+ {"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,gBAAA,CAAA,CAAA,SAAA"}
@@ -22,7 +22,19 @@ declare const PasscreatorListAppConfigurationsOutput: z.ZodObject<{
22
22
  }, z.core.$loose>>>>;
23
23
  }, z.core.$loose>>>>;
24
24
  }, z.core.$loose>;
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]>;
25
+ declare const passcreatorListAppConfigurations: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_api_key: z.ZodString;
31
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
32
+ connectionId: z.ZodString;
33
+ entityId: z.ZodString;
34
+ instanceId: z.ZodString;
35
+ }, z.core.$strip>, z.ZodObject<{
36
+ generic_api_key: z.ZodString;
37
+ }, z.core.$strip>>]>;
26
38
  //#endregion
27
39
  export { passcreatorListAppConfigurations };
28
40
  //# 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,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
+ {"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,gBAAA,CAAA,CAAA,SAAA"}
@@ -42,7 +42,19 @@ declare const passcreatorListAppScans: import("@keystrokehq/action").WorkflowAct
42
42
  start?: number | undefined;
43
43
  pageSize?: number | undefined;
44
44
  createdSince?: string | undefined;
45
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
45
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
46
+ connectionId: z.ZodString;
47
+ entityId: z.ZodString;
48
+ instanceId: z.ZodString;
49
+ }, z.core.$strip>, z.ZodObject<{
50
+ generic_api_key: z.ZodString;
51
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
52
+ connectionId: z.ZodString;
53
+ entityId: z.ZodString;
54
+ instanceId: z.ZodString;
55
+ }, z.core.$strip>, z.ZodObject<{
56
+ generic_api_key: z.ZodString;
57
+ }, z.core.$strip>>]>;
46
58
  //#endregion
47
59
  export { passcreatorListAppScans };
48
60
  //# sourceMappingURL=list-app-scans.d.cts.map
@@ -42,7 +42,19 @@ declare const passcreatorListAppScans: import("@keystrokehq/action").WorkflowAct
42
42
  start?: number | undefined;
43
43
  pageSize?: number | undefined;
44
44
  createdSince?: string | undefined;
45
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
45
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
46
+ connectionId: z.ZodString;
47
+ entityId: z.ZodString;
48
+ instanceId: z.ZodString;
49
+ }, z.core.$strip>, z.ZodObject<{
50
+ generic_api_key: z.ZodString;
51
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
52
+ connectionId: z.ZodString;
53
+ entityId: z.ZodString;
54
+ instanceId: z.ZodString;
55
+ }, z.core.$strip>, z.ZodObject<{
56
+ generic_api_key: z.ZodString;
57
+ }, z.core.$strip>>]>;
46
58
  //#endregion
47
59
  export { passcreatorListAppScans };
48
60
  //# sourceMappingURL=list-app-scans.d.mts.map
@@ -3,7 +3,19 @@ import { z } from "zod";
3
3
  //#region src/actions/list-pass-templates.d.ts
4
4
  declare const PasscreatorListPassTemplatesInput: z.ZodObject<{}, z.core.$strip>;
5
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]>;
6
+ declare const passcreatorListPassTemplates: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
7
+ connectionId: z.ZodString;
8
+ entityId: z.ZodString;
9
+ instanceId: z.ZodString;
10
+ }, z.core.$strip>, z.ZodObject<{
11
+ generic_api_key: z.ZodString;
12
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>;
7
19
  //#endregion
8
20
  export { passcreatorListPassTemplates };
9
21
  //# 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,EAAiC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACjC,kCAAA,EAAkC,CAAA,CAAA,UAAc;AAAA,cAEhD,4BAAA,gCAA4B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"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,gBAAA,CAAA,CAAA,SAAA"}
@@ -3,7 +3,19 @@ import { z } from "zod";
3
3
  //#region src/actions/list-pass-templates.d.ts
4
4
  declare const PasscreatorListPassTemplatesInput: z.ZodObject<{}, z.core.$strip>;
5
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]>;
6
+ declare const passcreatorListPassTemplates: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
7
+ connectionId: z.ZodString;
8
+ entityId: z.ZodString;
9
+ instanceId: z.ZodString;
10
+ }, z.core.$strip>, z.ZodObject<{
11
+ generic_api_key: z.ZodString;
12
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>;
7
19
  //#endregion
8
20
  export { passcreatorListPassTemplates };
9
21
  //# sourceMappingURL=list-pass-templates.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-pass-templates.d.mts","names":[],"sources":["../../src/actions/list-pass-templates.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACjC,kCAAA,EAAkC,CAAA,CAAA,UAAc;AAAA,cAEhD,4BAAA,gCAA4B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-pass-templates.d.mts","names":[],"sources":["../../src/actions/list-pass-templates.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACjC,kCAAA,EAAkC,CAAA,CAAA,UAAc;AAAA,cAEhD,4BAAA,gCAA4B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,gBAAA,CAAA,CAAA,SAAA"}
@@ -31,7 +31,19 @@ declare const passcreatorListPasses: import("@keystrokehq/action").WorkflowActio
31
31
  projectId?: string | undefined;
32
32
  templateId?: string | undefined;
33
33
  searchPhrase?: string | undefined;
34
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
34
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
35
+ connectionId: z.ZodString;
36
+ entityId: z.ZodString;
37
+ instanceId: z.ZodString;
38
+ }, z.core.$strip>, z.ZodObject<{
39
+ generic_api_key: z.ZodString;
40
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
41
+ connectionId: z.ZodString;
42
+ entityId: z.ZodString;
43
+ instanceId: z.ZodString;
44
+ }, z.core.$strip>, z.ZodObject<{
45
+ generic_api_key: z.ZodString;
46
+ }, z.core.$strip>>]>;
35
47
  //#endregion
36
48
  export { passcreatorListPasses };
37
49
  //# sourceMappingURL=list-passes.d.cts.map
@@ -31,7 +31,19 @@ declare const passcreatorListPasses: import("@keystrokehq/action").WorkflowActio
31
31
  projectId?: string | undefined;
32
32
  templateId?: string | undefined;
33
33
  searchPhrase?: string | undefined;
34
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
34
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
35
+ connectionId: z.ZodString;
36
+ entityId: z.ZodString;
37
+ instanceId: z.ZodString;
38
+ }, z.core.$strip>, z.ZodObject<{
39
+ generic_api_key: z.ZodString;
40
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
41
+ connectionId: z.ZodString;
42
+ entityId: z.ZodString;
43
+ instanceId: z.ZodString;
44
+ }, z.core.$strip>, z.ZodObject<{
45
+ generic_api_key: z.ZodString;
46
+ }, z.core.$strip>>]>;
35
47
  //#endregion
36
48
  export { passcreatorListPasses };
37
49
  //# sourceMappingURL=list-passes.d.mts.map
@@ -13,7 +13,19 @@ declare const PasscreatorSendBulkPushNotificationsOutput: z.ZodObject<{
13
13
  declare const passcreatorSendBulkPushNotifications: import("@keystrokehq/action").WorkflowActionDefinition<{
14
14
  listOfPasses: string[];
15
15
  pushNotificationText: string;
16
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>;
17
29
  //#endregion
18
30
  export { passcreatorSendBulkPushNotifications };
19
31
  //# sourceMappingURL=send-bulk-push-notifications.d.cts.map
@@ -13,7 +13,19 @@ declare const PasscreatorSendBulkPushNotificationsOutput: z.ZodObject<{
13
13
  declare const passcreatorSendBulkPushNotifications: import("@keystrokehq/action").WorkflowActionDefinition<{
14
14
  listOfPasses: string[];
15
15
  pushNotificationText: string;
16
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>;
17
29
  //#endregion
18
30
  export { passcreatorSendBulkPushNotifications };
19
31
  //# sourceMappingURL=send-bulk-push-notifications.d.mts.map
@@ -26,7 +26,19 @@ declare const passcreatorUpdatePassesBulk: import("@keystrokehq/action").Workflo
26
26
  segmentId?: string | undefined;
27
27
  identifiers?: string[] | undefined;
28
28
  };
29
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
29
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ generic_api_key: z.ZodString;
35
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
36
+ connectionId: z.ZodString;
37
+ entityId: z.ZodString;
38
+ instanceId: z.ZodString;
39
+ }, z.core.$strip>, z.ZodObject<{
40
+ generic_api_key: z.ZodString;
41
+ }, z.core.$strip>>]>;
30
42
  //#endregion
31
43
  export { passcreatorUpdatePassesBulk };
32
44
  //# sourceMappingURL=update-passes-bulk.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"update-passes-bulk.d.cts","names":[],"sources":["../../src/actions/update-passes-bulk.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;cAWhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;cASjC,2BAAA,gCAA2B,wBAAA;QAMtC,MAAA;;YAAA,MAAA"}
1
+ {"version":3,"file":"update-passes-bulk.d.cts","names":[],"sources":["../../src/actions/update-passes-bulk.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;cAWhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;cASjC,2BAAA,gCAA2B,wBAAA"}
@@ -26,7 +26,19 @@ declare const passcreatorUpdatePassesBulk: import("@keystrokehq/action").Workflo
26
26
  segmentId?: string | undefined;
27
27
  identifiers?: string[] | undefined;
28
28
  };
29
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
29
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ generic_api_key: z.ZodString;
35
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
36
+ connectionId: z.ZodString;
37
+ entityId: z.ZodString;
38
+ instanceId: z.ZodString;
39
+ }, z.core.$strip>, z.ZodObject<{
40
+ generic_api_key: z.ZodString;
41
+ }, z.core.$strip>>]>;
30
42
  //#endregion
31
43
  export { passcreatorUpdatePassesBulk };
32
44
  //# sourceMappingURL=update-passes-bulk.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"update-passes-bulk.d.mts","names":[],"sources":["../../src/actions/update-passes-bulk.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;cAWhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;cASjC,2BAAA,gCAA2B,wBAAA;QAMtC,MAAA;;YAAA,MAAA"}
1
+ {"version":3,"file":"update-passes-bulk.d.mts","names":[],"sources":["../../src/actions/update-passes-bulk.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;cAWhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;cASjC,2BAAA,gCAA2B,wBAAA"}
package/dist/app.cjs CHANGED
@@ -1,7 +1,10 @@
1
+ let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
2
+ let zod = require("zod");
1
3
  //#region src/app.ts
2
- const passcreator = (0, require("@keystrokehq/keystroke/app").defineApp)({
4
+ const passcreator = (0, _keystrokehq_keystroke_app.defineApp)({
3
5
  slug: "passcreator",
4
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: zod.z.string() }
5
8
  });
6
9
  //#endregion
7
10
  exports.passcreator = passcreator;
package/dist/app.cjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const passcreator = defineApp({\n slug: \"passcreator\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,eAAA,uCAAA,CAAA,CAAA,UAAA,CAAwB;CACnC,MAAM;CACN,MAAM;AACR,CAAC"}
1
+ {"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const passcreator = defineApp({\n slug: \"passcreator\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,eAAA,GAAA,2BAAA,UAAA,CAAwB;CACnC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiBA,IAAAA,EAAE,OAAO,EAC5B;AACF,CAAC"}
package/dist/app.d.cts CHANGED
@@ -1,5 +1,13 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const passcreator: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const passcreator: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ }, z.core.$strip>>>;
3
11
  //#endregion
4
12
  export { passcreator };
5
13
  //# sourceMappingURL=app.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,WAAA,6BAAW,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,WAAA,6BAAW,GAAA,+BAAA,UAAA,gBAAA,CAAA,CAAA,SAAA"}
package/dist/app.d.mts CHANGED
@@ -1,5 +1,13 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const passcreator: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const passcreator: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"passcreator", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ }, z.core.$strip>>>;
3
11
  //#endregion
4
12
  export { passcreator };
5
13
  //# sourceMappingURL=app.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,WAAA,6BAAW,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,WAAA,6BAAW,GAAA,+BAAA,UAAA,gBAAA,CAAA,CAAA,SAAA"}
package/dist/app.mjs CHANGED
@@ -1,8 +1,10 @@
1
1
  import { defineApp } from "@keystrokehq/keystroke/app";
2
+ import { z } from "zod";
2
3
  //#region src/app.ts
3
4
  const passcreator = defineApp({
4
5
  slug: "passcreator",
5
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: z.string() }
6
8
  });
7
9
  //#endregion
8
10
  export { passcreator };
package/dist/app.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const passcreator = defineApp({\n slug: \"passcreator\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,cAAc,UAAU;CACnC,MAAM;CACN,MAAM;AACR,CAAC"}
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const passcreator = defineApp({\n slug: \"passcreator\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,cAAc,UAAU;CACnC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
package/dist/catalog.cjs CHANGED
@@ -8,7 +8,7 @@ const passcreatorCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/passcreator",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "Passcreator API Key",
13
13
  "secret": true,
14
14
  "description": "The API key obtained from Passcreator for authenticating API requests."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const passcreatorCatalog = {\n \"slug\": \"passcreator\",\n \"name\": \"Passcreator\",\n \"description\": \"Passcreator is a SaaS platform that enables businesses to create, distribute, and manage digital Wallet passes for Apple Wallet and Google Wallet, including store cards, event tickets, coupons, and membership cards.\",\n \"category\": \"Event Management\",\n \"logo\": \"https://logos.composio.dev/api/passcreator\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Passcreator API Key\",\n \"secret\": true,\n \"description\": \"The API key obtained from Passcreator for authenticating API requests.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,qBAAqB;CAChC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const passcreatorCatalog = {\n \"slug\": \"passcreator\",\n \"name\": \"Passcreator\",\n \"description\": \"Passcreator is a SaaS platform that enables businesses to create, distribute, and manage digital Wallet passes for Apple Wallet and Google Wallet, including store cards, event tickets, coupons, and membership cards.\",\n \"category\": \"Event Management\",\n \"logo\": \"https://logos.composio.dev/api/passcreator\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Passcreator API Key\",\n \"secret\": true,\n \"description\": \"The API key obtained from Passcreator for authenticating API requests.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,qBAAqB;CAChC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
@@ -9,7 +9,7 @@ declare const passcreatorCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "Passcreator API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "The API key obtained from Passcreator for authenticating API requests.";
@@ -9,7 +9,7 @@ declare const passcreatorCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "Passcreator API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "The API key obtained from Passcreator for authenticating API requests.";
package/dist/catalog.mjs CHANGED
@@ -8,7 +8,7 @@ const passcreatorCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/passcreator",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "Passcreator API Key",
13
13
  "secret": true,
14
14
  "description": "The API key obtained from Passcreator for authenticating API requests."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const passcreatorCatalog = {\n \"slug\": \"passcreator\",\n \"name\": \"Passcreator\",\n \"description\": \"Passcreator is a SaaS platform that enables businesses to create, distribute, and manage digital Wallet passes for Apple Wallet and Google Wallet, including store cards, event tickets, coupons, and membership cards.\",\n \"category\": \"Event Management\",\n \"logo\": \"https://logos.composio.dev/api/passcreator\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Passcreator API Key\",\n \"secret\": true,\n \"description\": \"The API key obtained from Passcreator for authenticating API requests.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,qBAAqB;CAChC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const passcreatorCatalog = {\n \"slug\": \"passcreator\",\n \"name\": \"Passcreator\",\n \"description\": \"Passcreator is a SaaS platform that enables businesses to create, distribute, and manage digital Wallet passes for Apple Wallet and Google Wallet, including store cards, event tickets, coupons, and membership cards.\",\n \"category\": \"Event Management\",\n \"logo\": \"https://logos.composio.dev/api/passcreator\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Passcreator API Key\",\n \"secret\": true,\n \"description\": \"The API key obtained from Passcreator for authenticating API requests.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,qBAAqB;CAChC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/passcreator",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"