@keystrokehq/plisio 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 (43) hide show
  1. package/dist/actions/create-invoice.d.cts +13 -1
  2. package/dist/actions/create-invoice.d.mts +13 -1
  3. package/dist/actions/estimate-fee.d.cts +13 -1
  4. package/dist/actions/estimate-fee.d.mts +13 -1
  5. package/dist/actions/get-balance-by-currency.d.cts +13 -1
  6. package/dist/actions/get-balance-by-currency.d.mts +13 -1
  7. package/dist/actions/get-commission.d.cts +13 -1
  8. package/dist/actions/get-commission.d.mts +13 -1
  9. package/dist/actions/get-currency-rate.d.cts +13 -1
  10. package/dist/actions/get-currency-rate.d.mts +13 -1
  11. package/dist/actions/get-fee-plans.d.cts +13 -1
  12. package/dist/actions/get-fee-plans.d.mts +13 -1
  13. package/dist/actions/get-fee-plans2.d.cts +13 -1
  14. package/dist/actions/get-fee-plans2.d.mts +13 -1
  15. package/dist/actions/get-invoice-email.d.cts +13 -1
  16. package/dist/actions/get-invoice-email.d.mts +13 -1
  17. package/dist/actions/get-invoice.d.cts +13 -1
  18. package/dist/actions/get-invoice.d.mts +13 -1
  19. package/dist/actions/get-shop.d.cts +13 -1
  20. package/dist/actions/get-shop.d.cts.map +1 -1
  21. package/dist/actions/get-shop.d.mts +13 -1
  22. package/dist/actions/get-shop.d.mts.map +1 -1
  23. package/dist/actions/get-transactions.d.cts +13 -1
  24. package/dist/actions/get-transactions.d.mts +13 -1
  25. package/dist/actions/list-currencies.d.cts +13 -1
  26. package/dist/actions/list-currencies.d.cts.map +1 -1
  27. package/dist/actions/list-currencies.d.mts +13 -1
  28. package/dist/actions/list-currencies.d.mts.map +1 -1
  29. package/dist/app.cjs +5 -2
  30. package/dist/app.cjs.map +1 -1
  31. package/dist/app.d.cts +9 -1
  32. package/dist/app.d.cts.map +1 -1
  33. package/dist/app.d.mts +9 -1
  34. package/dist/app.d.mts.map +1 -1
  35. package/dist/app.mjs +3 -1
  36. package/dist/app.mjs.map +1 -1
  37. package/dist/catalog.cjs +1 -1
  38. package/dist/catalog.cjs.map +1 -1
  39. package/dist/catalog.d.cts +1 -1
  40. package/dist/catalog.d.mts +1 -1
  41. package/dist/catalog.mjs +1 -1
  42. package/dist/catalog.mjs.map +1 -1
  43. package/package.json +1 -1
@@ -67,7 +67,19 @@ declare const plisioCreateInvoice: import("@keystrokehq/action").WorkflowActionD
67
67
  redirect_to_invoice?: boolean | undefined;
68
68
  success_invoice_url?: string | undefined;
69
69
  success_callback_url?: string | undefined;
70
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
70
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
71
+ connectionId: z.ZodString;
72
+ entityId: z.ZodString;
73
+ instanceId: z.ZodString;
74
+ }, z.core.$strip>, z.ZodObject<{
75
+ generic_api_key: z.ZodString;
76
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
77
+ connectionId: z.ZodString;
78
+ entityId: z.ZodString;
79
+ instanceId: z.ZodString;
80
+ }, z.core.$strip>, z.ZodObject<{
81
+ generic_api_key: z.ZodString;
82
+ }, z.core.$strip>>]>;
71
83
  //#endregion
72
84
  export { plisioCreateInvoice };
73
85
  //# sourceMappingURL=create-invoice.d.cts.map
@@ -67,7 +67,19 @@ declare const plisioCreateInvoice: import("@keystrokehq/action").WorkflowActionD
67
67
  redirect_to_invoice?: boolean | undefined;
68
68
  success_invoice_url?: string | undefined;
69
69
  success_callback_url?: string | undefined;
70
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
70
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
71
+ connectionId: z.ZodString;
72
+ entityId: z.ZodString;
73
+ instanceId: z.ZodString;
74
+ }, z.core.$strip>, z.ZodObject<{
75
+ generic_api_key: z.ZodString;
76
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
77
+ connectionId: z.ZodString;
78
+ entityId: z.ZodString;
79
+ instanceId: z.ZodString;
80
+ }, z.core.$strip>, z.ZodObject<{
81
+ generic_api_key: z.ZodString;
82
+ }, z.core.$strip>>]>;
71
83
  //#endregion
72
84
  export { plisioCreateInvoice };
73
85
  //# sourceMappingURL=create-invoice.d.mts.map
@@ -24,7 +24,19 @@ declare const plisioEstimateFee: import("@keystrokehq/action").WorkflowActionDef
24
24
  fee_plan: "normal" | "priority";
25
25
  psys_cid: string;
26
26
  addresses: 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<"plisio", 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<"plisio", 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 { plisioEstimateFee };
30
42
  //# sourceMappingURL=estimate-fee.d.cts.map
@@ -24,7 +24,19 @@ declare const plisioEstimateFee: import("@keystrokehq/action").WorkflowActionDef
24
24
  fee_plan: "normal" | "priority";
25
25
  psys_cid: string;
26
26
  addresses: 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<"plisio", 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<"plisio", 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 { plisioEstimateFee };
30
42
  //# sourceMappingURL=estimate-fee.d.mts.map
@@ -15,7 +15,19 @@ declare const PlisioGetBalanceByCurrencyOutput: z.ZodObject<{
15
15
  }, z.core.$loose>;
16
16
  declare const plisioGetBalanceByCurrency: import("@keystrokehq/action").WorkflowActionDefinition<{
17
17
  psys_cid: string;
18
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
18
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>;
19
31
  //#endregion
20
32
  export { plisioGetBalanceByCurrency };
21
33
  //# sourceMappingURL=get-balance-by-currency.d.cts.map
@@ -15,7 +15,19 @@ declare const PlisioGetBalanceByCurrencyOutput: z.ZodObject<{
15
15
  }, z.core.$loose>;
16
16
  declare const plisioGetBalanceByCurrency: import("@keystrokehq/action").WorkflowActionDefinition<{
17
17
  psys_cid: string;
18
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
18
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>;
19
31
  //#endregion
20
32
  export { plisioGetBalanceByCurrency };
21
33
  //# sourceMappingURL=get-balance-by-currency.d.mts.map
@@ -42,7 +42,19 @@ declare const plisioGetCommission: import("@keystrokehq/action").WorkflowActionD
42
42
  psys_cid: string;
43
43
  addresses: string;
44
44
  feePlan?: "normal" | "priority" | 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<"plisio", 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<"plisio", 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 { plisioGetCommission };
48
60
  //# sourceMappingURL=get-commission.d.cts.map
@@ -42,7 +42,19 @@ declare const plisioGetCommission: import("@keystrokehq/action").WorkflowActionD
42
42
  psys_cid: string;
43
43
  addresses: string;
44
44
  feePlan?: "normal" | "priority" | 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<"plisio", 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<"plisio", 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 { plisioGetCommission };
48
60
  //# sourceMappingURL=get-commission.d.mts.map
@@ -24,7 +24,19 @@ declare const PlisioGetCurrencyRateOutput: z.ZodObject<{
24
24
  }, z.core.$loose>;
25
25
  declare const plisioGetCurrencyRate: import("@keystrokehq/action").WorkflowActionDefinition<{
26
26
  fiat: 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<"plisio", 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<"plisio", 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 { plisioGetCurrencyRate };
30
42
  //# sourceMappingURL=get-currency-rate.d.cts.map
@@ -24,7 +24,19 @@ declare const PlisioGetCurrencyRateOutput: z.ZodObject<{
24
24
  }, z.core.$loose>;
25
25
  declare const plisioGetCurrencyRate: import("@keystrokehq/action").WorkflowActionDefinition<{
26
26
  fiat: 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<"plisio", 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<"plisio", 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 { plisioGetCurrencyRate };
30
42
  //# sourceMappingURL=get-currency-rate.d.mts.map
@@ -23,7 +23,19 @@ declare const PlisioGetFeePlansOutput: z.ZodObject<{
23
23
  }, z.core.$loose>;
24
24
  declare const plisioGetFeePlans: import("@keystrokehq/action").WorkflowActionDefinition<{
25
25
  currency: string;
26
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ generic_api_key: z.ZodString;
32
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plisio", 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>>]>;
27
39
  //#endregion
28
40
  export { plisioGetFeePlans };
29
41
  //# sourceMappingURL=get-fee-plans.d.cts.map
@@ -23,7 +23,19 @@ declare const PlisioGetFeePlansOutput: z.ZodObject<{
23
23
  }, z.core.$loose>;
24
24
  declare const plisioGetFeePlans: import("@keystrokehq/action").WorkflowActionDefinition<{
25
25
  currency: string;
26
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ generic_api_key: z.ZodString;
32
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plisio", 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>>]>;
27
39
  //#endregion
28
40
  export { plisioGetFeePlans };
29
41
  //# sourceMappingURL=get-fee-plans.d.mts.map
@@ -50,7 +50,19 @@ declare const PlisioGetFeePlans2Output: z.ZodObject<{
50
50
  }, z.core.$loose>;
51
51
  declare const plisioGetFeePlans2: import("@keystrokehq/action").WorkflowActionDefinition<{
52
52
  psys_cid: string;
53
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
53
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
54
+ connectionId: z.ZodString;
55
+ entityId: z.ZodString;
56
+ instanceId: z.ZodString;
57
+ }, z.core.$strip>, z.ZodObject<{
58
+ generic_api_key: z.ZodString;
59
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
60
+ connectionId: z.ZodString;
61
+ entityId: z.ZodString;
62
+ instanceId: z.ZodString;
63
+ }, z.core.$strip>, z.ZodObject<{
64
+ generic_api_key: z.ZodString;
65
+ }, z.core.$strip>>]>;
54
66
  //#endregion
55
67
  export { plisioGetFeePlans2 };
56
68
  //# sourceMappingURL=get-fee-plans2.d.cts.map
@@ -50,7 +50,19 @@ declare const PlisioGetFeePlans2Output: z.ZodObject<{
50
50
  }, z.core.$loose>;
51
51
  declare const plisioGetFeePlans2: import("@keystrokehq/action").WorkflowActionDefinition<{
52
52
  psys_cid: string;
53
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
53
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
54
+ connectionId: z.ZodString;
55
+ entityId: z.ZodString;
56
+ instanceId: z.ZodString;
57
+ }, z.core.$strip>, z.ZodObject<{
58
+ generic_api_key: z.ZodString;
59
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
60
+ connectionId: z.ZodString;
61
+ entityId: z.ZodString;
62
+ instanceId: z.ZodString;
63
+ }, z.core.$strip>, z.ZodObject<{
64
+ generic_api_key: z.ZodString;
65
+ }, z.core.$strip>>]>;
54
66
  //#endregion
55
67
  export { plisioGetFeePlans2 };
56
68
  //# sourceMappingURL=get-fee-plans2.d.mts.map
@@ -58,7 +58,19 @@ declare const PlisioGetInvoiceEmailOutput: z.ZodObject<{
58
58
  declare const plisioGetInvoiceEmail: import("@keystrokehq/action").WorkflowActionDefinition<{
59
59
  id: string;
60
60
  email: string;
61
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
61
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
62
+ connectionId: z.ZodString;
63
+ entityId: z.ZodString;
64
+ instanceId: z.ZodString;
65
+ }, z.core.$strip>, z.ZodObject<{
66
+ generic_api_key: z.ZodString;
67
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
68
+ connectionId: z.ZodString;
69
+ entityId: z.ZodString;
70
+ instanceId: z.ZodString;
71
+ }, z.core.$strip>, z.ZodObject<{
72
+ generic_api_key: z.ZodString;
73
+ }, z.core.$strip>>]>;
62
74
  //#endregion
63
75
  export { plisioGetInvoiceEmail };
64
76
  //# sourceMappingURL=get-invoice-email.d.cts.map
@@ -58,7 +58,19 @@ declare const PlisioGetInvoiceEmailOutput: z.ZodObject<{
58
58
  declare const plisioGetInvoiceEmail: import("@keystrokehq/action").WorkflowActionDefinition<{
59
59
  id: string;
60
60
  email: string;
61
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
61
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
62
+ connectionId: z.ZodString;
63
+ entityId: z.ZodString;
64
+ instanceId: z.ZodString;
65
+ }, z.core.$strip>, z.ZodObject<{
66
+ generic_api_key: z.ZodString;
67
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
68
+ connectionId: z.ZodString;
69
+ entityId: z.ZodString;
70
+ instanceId: z.ZodString;
71
+ }, z.core.$strip>, z.ZodObject<{
72
+ generic_api_key: z.ZodString;
73
+ }, z.core.$strip>>]>;
62
74
  //#endregion
63
75
  export { plisioGetInvoiceEmail };
64
76
  //# sourceMappingURL=get-invoice-email.d.mts.map
@@ -104,7 +104,19 @@ declare const PlisioGetInvoiceOutput: z.ZodObject<{
104
104
  }, z.core.$loose>;
105
105
  declare const plisioGetInvoice: import("@keystrokehq/action").WorkflowActionDefinition<{
106
106
  id: string;
107
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
107
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
108
+ connectionId: z.ZodString;
109
+ entityId: z.ZodString;
110
+ instanceId: z.ZodString;
111
+ }, z.core.$strip>, z.ZodObject<{
112
+ generic_api_key: z.ZodString;
113
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
114
+ connectionId: z.ZodString;
115
+ entityId: z.ZodString;
116
+ instanceId: z.ZodString;
117
+ }, z.core.$strip>, z.ZodObject<{
118
+ generic_api_key: z.ZodString;
119
+ }, z.core.$strip>>]>;
108
120
  //#endregion
109
121
  export { plisioGetInvoice };
110
122
  //# sourceMappingURL=get-invoice.d.cts.map
@@ -104,7 +104,19 @@ declare const PlisioGetInvoiceOutput: z.ZodObject<{
104
104
  }, z.core.$loose>;
105
105
  declare const plisioGetInvoice: import("@keystrokehq/action").WorkflowActionDefinition<{
106
106
  id: string;
107
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
107
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
108
+ connectionId: z.ZodString;
109
+ entityId: z.ZodString;
110
+ instanceId: z.ZodString;
111
+ }, z.core.$strip>, z.ZodObject<{
112
+ generic_api_key: z.ZodString;
113
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
114
+ connectionId: z.ZodString;
115
+ entityId: z.ZodString;
116
+ instanceId: z.ZodString;
117
+ }, z.core.$strip>, z.ZodObject<{
118
+ generic_api_key: z.ZodString;
119
+ }, z.core.$strip>>]>;
108
120
  //#endregion
109
121
  export { plisioGetInvoice };
110
122
  //# sourceMappingURL=get-invoice.d.mts.map
@@ -6,7 +6,19 @@ declare const PlisioGetShopOutput: z.ZodObject<{
6
6
  data: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
7
7
  status: z.ZodNullable<z.ZodString>;
8
8
  }, z.core.$loose>;
9
- declare const plisioGetShop: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
9
+ declare const plisioGetShop: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
10
+ connectionId: z.ZodString;
11
+ entityId: z.ZodString;
12
+ instanceId: z.ZodString;
13
+ }, z.core.$strip>, z.ZodObject<{
14
+ generic_api_key: z.ZodString;
15
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
16
+ connectionId: z.ZodString;
17
+ entityId: z.ZodString;
18
+ instanceId: z.ZodString;
19
+ }, z.core.$strip>, z.ZodObject<{
20
+ generic_api_key: z.ZodString;
21
+ }, z.core.$strip>>]>;
10
22
  //#endregion
11
23
  export { plisioGetShop };
12
24
  //# sourceMappingURL=get-shop.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-shop.d.cts","names":[],"sources":["../../src/actions/get-shop.ts"],"mappings":";;;cAIa,kBAAA,EAAkB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAElB,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;cAKnB,aAAA,gCAAa,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-shop.d.cts","names":[],"sources":["../../src/actions/get-shop.ts"],"mappings":";;;cAIa,kBAAA,EAAkB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAElB,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;cAKnB,aAAA,gCAAa,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,WAAA,CAAA,CAAA,SAAA"}
@@ -6,7 +6,19 @@ declare const PlisioGetShopOutput: z.ZodObject<{
6
6
  data: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
7
7
  status: z.ZodNullable<z.ZodString>;
8
8
  }, z.core.$loose>;
9
- declare const plisioGetShop: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
9
+ declare const plisioGetShop: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
10
+ connectionId: z.ZodString;
11
+ entityId: z.ZodString;
12
+ instanceId: z.ZodString;
13
+ }, z.core.$strip>, z.ZodObject<{
14
+ generic_api_key: z.ZodString;
15
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
16
+ connectionId: z.ZodString;
17
+ entityId: z.ZodString;
18
+ instanceId: z.ZodString;
19
+ }, z.core.$strip>, z.ZodObject<{
20
+ generic_api_key: z.ZodString;
21
+ }, z.core.$strip>>]>;
10
22
  //#endregion
11
23
  export { plisioGetShop };
12
24
  //# sourceMappingURL=get-shop.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-shop.d.mts","names":[],"sources":["../../src/actions/get-shop.ts"],"mappings":";;;cAIa,kBAAA,EAAkB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAElB,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;cAKnB,aAAA,gCAAa,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-shop.d.mts","names":[],"sources":["../../src/actions/get-shop.ts"],"mappings":";;;cAIa,kBAAA,EAAkB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAElB,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;cAKnB,aAAA,gCAAa,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,WAAA,CAAA,CAAA,SAAA"}
@@ -69,7 +69,19 @@ declare const plisioGetTransactions: import("@keystrokehq/action").WorkflowActio
69
69
  currency?: string | undefined;
70
70
  order_id?: string | undefined;
71
71
  order_name?: string | undefined;
72
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
72
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
73
+ connectionId: z.ZodString;
74
+ entityId: z.ZodString;
75
+ instanceId: z.ZodString;
76
+ }, z.core.$strip>, z.ZodObject<{
77
+ generic_api_key: z.ZodString;
78
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
79
+ connectionId: z.ZodString;
80
+ entityId: z.ZodString;
81
+ instanceId: z.ZodString;
82
+ }, z.core.$strip>, z.ZodObject<{
83
+ generic_api_key: z.ZodString;
84
+ }, z.core.$strip>>]>;
73
85
  //#endregion
74
86
  export { plisioGetTransactions };
75
87
  //# sourceMappingURL=get-transactions.d.cts.map
@@ -69,7 +69,19 @@ declare const plisioGetTransactions: import("@keystrokehq/action").WorkflowActio
69
69
  currency?: string | undefined;
70
70
  order_id?: string | undefined;
71
71
  order_name?: string | undefined;
72
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
72
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
73
+ connectionId: z.ZodString;
74
+ entityId: z.ZodString;
75
+ instanceId: z.ZodString;
76
+ }, z.core.$strip>, z.ZodObject<{
77
+ generic_api_key: z.ZodString;
78
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
79
+ connectionId: z.ZodString;
80
+ entityId: z.ZodString;
81
+ instanceId: z.ZodString;
82
+ }, z.core.$strip>, z.ZodObject<{
83
+ generic_api_key: z.ZodString;
84
+ }, z.core.$strip>>]>;
73
85
  //#endregion
74
86
  export { plisioGetTransactions };
75
87
  //# sourceMappingURL=get-transactions.d.mts.map
@@ -20,7 +20,19 @@ declare const PlisioListCurrenciesOutput: z.ZodObject<{
20
20
  }, z.core.$loose>>;
21
21
  status: z.ZodNullable<z.ZodString>;
22
22
  }, z.core.$loose>;
23
- declare const plisioListCurrencies: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
23
+ declare const plisioListCurrencies: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plisio", 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>>]>;
24
36
  //#endregion
25
37
  export { plisioListCurrencies };
26
38
  //# sourceMappingURL=list-currencies.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-currencies.d.cts","names":[],"sources":["../../src/actions/list-currencies.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAgBzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAK1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-currencies.d.cts","names":[],"sources":["../../src/actions/list-currencies.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAgBzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAK1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,WAAA,CAAA,CAAA,SAAA"}
@@ -20,7 +20,19 @@ declare const PlisioListCurrenciesOutput: z.ZodObject<{
20
20
  }, z.core.$loose>>;
21
21
  status: z.ZodNullable<z.ZodString>;
22
22
  }, z.core.$loose>;
23
- declare const plisioListCurrencies: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
23
+ declare const plisioListCurrencies: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plisio", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plisio", 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>>]>;
24
36
  //#endregion
25
37
  export { plisioListCurrencies };
26
38
  //# sourceMappingURL=list-currencies.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-currencies.d.mts","names":[],"sources":["../../src/actions/list-currencies.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAgBzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAK1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-currencies.d.mts","names":[],"sources":["../../src/actions/list-currencies.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAgBzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAK1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,WAAA,CAAA,CAAA,SAAA"}
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 plisio = (0, require("@keystrokehq/keystroke/app").defineApp)({
4
+ const plisio = (0, _keystrokehq_keystroke_app.defineApp)({
3
5
  slug: "plisio",
4
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: zod.z.string() }
5
8
  });
6
9
  //#endregion
7
10
  exports.plisio = plisio;
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 plisio = defineApp({\n slug: \"plisio\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,UAAA,uCAAA,CAAA,CAAA,UAAA,CAAmB;CAC9B,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 plisio = defineApp({\n slug: \"plisio\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,UAAA,GAAA,2BAAA,UAAA,CAAmB;CAC9B,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 plisio: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const plisio: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"plisio", 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 { plisio };
5
13
  //# sourceMappingURL=app.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,MAAA,6BAAM,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,MAAA,6BAAM,GAAA,+BAAA,UAAA,WAAA,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 plisio: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const plisio: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"plisio", 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 { plisio };
5
13
  //# sourceMappingURL=app.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,MAAA,6BAAM,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,MAAA,6BAAM,GAAA,+BAAA,UAAA,WAAA,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 plisio = defineApp({
4
5
  slug: "plisio",
5
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: z.string() }
6
8
  });
7
9
  //#endregion
8
10
  export { plisio };
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 plisio = defineApp({\n slug: \"plisio\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,SAAS,UAAU;CAC9B,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 plisio = defineApp({\n slug: \"plisio\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,SAAS,UAAU;CAC9B,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
package/dist/catalog.cjs CHANGED
@@ -8,7 +8,7 @@ const plisioCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/plisio",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "Plisio API Key",
13
13
  "secret": true,
14
14
  "description": "Your personal secret key used for API authentication."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const plisioCatalog = {\n \"slug\": \"plisio\",\n \"name\": \"Plisio\",\n \"description\": \"Plisio is a cryptocurrency payment gateway that enables businesses to accept payments in over 15 cryptocurrencies, including Bitcoin, Ethereum, and Litecoin.\",\n \"category\": \"Payment Processing\",\n \"logo\": \"https://logos.composio.dev/api/plisio\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Plisio API Key\",\n \"secret\": true,\n \"description\": \"Your personal secret key used for API authentication.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,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 plisioCatalog = {\n \"slug\": \"plisio\",\n \"name\": \"Plisio\",\n \"description\": \"Plisio is a cryptocurrency payment gateway that enables businesses to accept payments in over 15 cryptocurrencies, including Bitcoin, Ethereum, and Litecoin.\",\n \"category\": \"Payment Processing\",\n \"logo\": \"https://logos.composio.dev/api/plisio\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Plisio API Key\",\n \"secret\": true,\n \"description\": \"Your personal secret key used for API authentication.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,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 plisioCatalog: {
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: "Plisio API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Your personal secret key used for API authentication.";
@@ -9,7 +9,7 @@ declare const plisioCatalog: {
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: "Plisio API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Your personal secret key used for API authentication.";
package/dist/catalog.mjs CHANGED
@@ -8,7 +8,7 @@ const plisioCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/plisio",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "Plisio API Key",
13
13
  "secret": true,
14
14
  "description": "Your personal secret key used for API authentication."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const plisioCatalog = {\n \"slug\": \"plisio\",\n \"name\": \"Plisio\",\n \"description\": \"Plisio is a cryptocurrency payment gateway that enables businesses to accept payments in over 15 cryptocurrencies, including Bitcoin, Ethereum, and Litecoin.\",\n \"category\": \"Payment Processing\",\n \"logo\": \"https://logos.composio.dev/api/plisio\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Plisio API Key\",\n \"secret\": true,\n \"description\": \"Your personal secret key used for API authentication.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,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 plisioCatalog = {\n \"slug\": \"plisio\",\n \"name\": \"Plisio\",\n \"description\": \"Plisio is a cryptocurrency payment gateway that enables businesses to accept payments in over 15 cryptocurrencies, including Bitcoin, Ethereum, and Litecoin.\",\n \"category\": \"Payment Processing\",\n \"logo\": \"https://logos.composio.dev/api/plisio\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Plisio API Key\",\n \"secret\": true,\n \"description\": \"Your personal secret key used for API authentication.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,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/plisio",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"