@keystrokehq/neverbounce 0.1.4 → 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 (37) hide show
  1. package/dist/actions/account-info.d.cts +13 -1
  2. package/dist/actions/account-info.d.cts.map +1 -1
  3. package/dist/actions/account-info.d.mts +13 -1
  4. package/dist/actions/account-info.d.mts.map +1 -1
  5. package/dist/actions/confirm-poe.d.cts +13 -1
  6. package/dist/actions/confirm-poe.d.mts +13 -1
  7. package/dist/actions/jobs-create.d.cts +13 -1
  8. package/dist/actions/jobs-create.d.cts.map +1 -1
  9. package/dist/actions/jobs-create.d.mts +13 -1
  10. package/dist/actions/jobs-create.d.mts.map +1 -1
  11. package/dist/actions/jobs-delete.d.cts +13 -1
  12. package/dist/actions/jobs-delete.d.mts +13 -1
  13. package/dist/actions/jobs-download-get.d.cts +13 -1
  14. package/dist/actions/jobs-download-get.d.mts +13 -1
  15. package/dist/actions/jobs-results.d.cts +13 -1
  16. package/dist/actions/jobs-results.d.mts +13 -1
  17. package/dist/actions/jobs-start.d.cts +13 -1
  18. package/dist/actions/jobs-start.d.mts +13 -1
  19. package/dist/actions/jobs-status.d.cts +13 -1
  20. package/dist/actions/jobs-status.d.mts +13 -1
  21. package/dist/actions/parse-job.d.cts +13 -1
  22. package/dist/actions/parse-job.d.mts +13 -1
  23. package/dist/actions/search-jobs.d.cts +13 -1
  24. package/dist/actions/search-jobs.d.mts +13 -1
  25. package/dist/actions/single-check.d.cts +13 -1
  26. package/dist/actions/single-check.d.mts +13 -1
  27. package/dist/actions/widget-send-event.d.cts +13 -1
  28. package/dist/actions/widget-send-event.d.mts +13 -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/package.json +1 -1
@@ -19,7 +19,19 @@ declare const NeverbounceAccountInfoOutput: z.ZodObject<{
19
19
  execution_time: z.ZodNullable<z.ZodNumber>;
20
20
  subscription_type: z.ZodNullable<z.ZodString>;
21
21
  }, z.core.$loose>;
22
- declare const neverbounceAccountInfo: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
22
+ declare const neverbounceAccountInfo: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_api_key: z.ZodString;
34
+ }, z.core.$strip>>]>;
23
35
  //#endregion
24
36
  export { neverbounceAccountInfo };
25
37
  //# sourceMappingURL=account-info.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"account-info.d.cts","names":[],"sources":["../../src/actions/account-info.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAa3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAQ5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"account-info.d.cts","names":[],"sources":["../../src/actions/account-info.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAa3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAQ5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,gBAAA,CAAA,CAAA,SAAA"}
@@ -19,7 +19,19 @@ declare const NeverbounceAccountInfoOutput: z.ZodObject<{
19
19
  execution_time: z.ZodNullable<z.ZodNumber>;
20
20
  subscription_type: z.ZodNullable<z.ZodString>;
21
21
  }, z.core.$loose>;
22
- declare const neverbounceAccountInfo: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
22
+ declare const neverbounceAccountInfo: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_api_key: z.ZodString;
34
+ }, z.core.$strip>>]>;
23
35
  //#endregion
24
36
  export { neverbounceAccountInfo };
25
37
  //# sourceMappingURL=account-info.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"account-info.d.mts","names":[],"sources":["../../src/actions/account-info.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAa3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAQ5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"account-info.d.mts","names":[],"sources":["../../src/actions/account-info.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAa3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAQ5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,gBAAA,CAAA,CAAA,SAAA"}
@@ -17,7 +17,19 @@ declare const neverbounceConfirmPoe: import("@keystrokehq/action").WorkflowActio
17
17
  result: string;
18
18
  transaction_id: string;
19
19
  confirmation_token: string;
20
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
20
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
21
+ connectionId: z.ZodString;
22
+ entityId: z.ZodString;
23
+ instanceId: z.ZodString;
24
+ }, z.core.$strip>, z.ZodObject<{
25
+ generic_api_key: z.ZodString;
26
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", 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>>]>;
21
33
  //#endregion
22
34
  export { neverbounceConfirmPoe };
23
35
  //# sourceMappingURL=confirm-poe.d.cts.map
@@ -17,7 +17,19 @@ declare const neverbounceConfirmPoe: import("@keystrokehq/action").WorkflowActio
17
17
  result: string;
18
18
  transaction_id: string;
19
19
  confirmation_token: string;
20
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
20
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
21
+ connectionId: z.ZodString;
22
+ entityId: z.ZodString;
23
+ instanceId: z.ZodString;
24
+ }, z.core.$strip>, z.ZodObject<{
25
+ generic_api_key: z.ZodString;
26
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", 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>>]>;
21
33
  //#endregion
22
34
  export { neverbounceConfirmPoe };
23
35
  //# sourceMappingURL=confirm-poe.d.mts.map
@@ -35,7 +35,19 @@ declare const neverbounceJobsCreate: import("@keystrokehq/action").WorkflowActio
35
35
  request_meta_data?: {
36
36
  allow_manual_review?: boolean | undefined;
37
37
  } | undefined;
38
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
38
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
45
+ connectionId: z.ZodString;
46
+ entityId: z.ZodString;
47
+ instanceId: z.ZodString;
48
+ }, z.core.$strip>, z.ZodObject<{
49
+ generic_api_key: z.ZodString;
50
+ }, z.core.$strip>>]>;
39
51
  //#endregion
40
52
  export { neverbounceJobsCreate };
41
53
  //# sourceMappingURL=jobs-create.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"jobs-create.d.cts","names":[],"sources":["../../src/actions/jobs-create.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAa1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;cAO3B,qBAAA,gCAAqB,wBAAA;mBAMhC,MAAA;;;;;;;qBAAA,MAAA"}
1
+ {"version":3,"file":"jobs-create.d.cts","names":[],"sources":["../../src/actions/jobs-create.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAa1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;cAO3B,qBAAA,gCAAqB,wBAAA"}
@@ -35,7 +35,19 @@ declare const neverbounceJobsCreate: import("@keystrokehq/action").WorkflowActio
35
35
  request_meta_data?: {
36
36
  allow_manual_review?: boolean | undefined;
37
37
  } | undefined;
38
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
38
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
45
+ connectionId: z.ZodString;
46
+ entityId: z.ZodString;
47
+ instanceId: z.ZodString;
48
+ }, z.core.$strip>, z.ZodObject<{
49
+ generic_api_key: z.ZodString;
50
+ }, z.core.$strip>>]>;
39
51
  //#endregion
40
52
  export { neverbounceJobsCreate };
41
53
  //# sourceMappingURL=jobs-create.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"jobs-create.d.mts","names":[],"sources":["../../src/actions/jobs-create.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAa1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;cAO3B,qBAAA,gCAAqB,wBAAA;mBAMhC,MAAA;;;;;;;qBAAA,MAAA"}
1
+ {"version":3,"file":"jobs-create.d.mts","names":[],"sources":["../../src/actions/jobs-create.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAa1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;cAO3B,qBAAA,gCAAqB,wBAAA"}
@@ -18,7 +18,19 @@ declare const NeverbounceJobsDeleteOutput: z.ZodObject<{
18
18
  }, z.core.$loose>;
19
19
  declare const neverbounceJobsDelete: import("@keystrokehq/action").WorkflowActionDefinition<{
20
20
  job_id: number;
21
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
21
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", 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>>]>;
22
34
  //#endregion
23
35
  export { neverbounceJobsDelete };
24
36
  //# sourceMappingURL=jobs-delete.d.cts.map
@@ -18,7 +18,19 @@ declare const NeverbounceJobsDeleteOutput: z.ZodObject<{
18
18
  }, z.core.$loose>;
19
19
  declare const neverbounceJobsDelete: import("@keystrokehq/action").WorkflowActionDefinition<{
20
20
  job_id: number;
21
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
21
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", 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>>]>;
22
34
  //#endregion
23
35
  export { neverbounceJobsDelete };
24
36
  //# sourceMappingURL=jobs-delete.d.mts.map
@@ -77,7 +77,19 @@ declare const neverbounceJobsDownloadGet: import("@keystrokehq/action").Workflow
77
77
  include_duplicates?: 0 | 1 | undefined;
78
78
  binary_operators_type?: "BIN_1_0" | "BIN_Y_N" | "BIN_y_n" | "BIN_yes_no" | "BIN_Yes_No" | "BIN_true_false" | undefined;
79
79
  mail_server_reachable?: 0 | 1 | undefined;
80
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
80
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
81
+ connectionId: z.ZodString;
82
+ entityId: z.ZodString;
83
+ instanceId: z.ZodString;
84
+ }, z.core.$strip>, z.ZodObject<{
85
+ generic_api_key: z.ZodString;
86
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
87
+ connectionId: z.ZodString;
88
+ entityId: z.ZodString;
89
+ instanceId: z.ZodString;
90
+ }, z.core.$strip>, z.ZodObject<{
91
+ generic_api_key: z.ZodString;
92
+ }, z.core.$strip>>]>;
81
93
  //#endregion
82
94
  export { neverbounceJobsDownloadGet };
83
95
  //# sourceMappingURL=jobs-download-get.d.cts.map
@@ -77,7 +77,19 @@ declare const neverbounceJobsDownloadGet: import("@keystrokehq/action").Workflow
77
77
  include_duplicates?: 0 | 1 | undefined;
78
78
  binary_operators_type?: "BIN_1_0" | "BIN_Y_N" | "BIN_y_n" | "BIN_yes_no" | "BIN_Yes_No" | "BIN_true_false" | undefined;
79
79
  mail_server_reachable?: 0 | 1 | undefined;
80
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
80
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
81
+ connectionId: z.ZodString;
82
+ entityId: z.ZodString;
83
+ instanceId: z.ZodString;
84
+ }, z.core.$strip>, z.ZodObject<{
85
+ generic_api_key: z.ZodString;
86
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
87
+ connectionId: z.ZodString;
88
+ entityId: z.ZodString;
89
+ instanceId: z.ZodString;
90
+ }, z.core.$strip>, z.ZodObject<{
91
+ generic_api_key: z.ZodString;
92
+ }, z.core.$strip>>]>;
81
93
  //#endregion
82
94
  export { neverbounceJobsDownloadGet };
83
95
  //# sourceMappingURL=jobs-download-get.d.mts.map
@@ -22,7 +22,19 @@ declare const neverbounceJobsResults: import("@keystrokehq/action").WorkflowActi
22
22
  job_id: number;
23
23
  page?: number | undefined;
24
24
  items_per_page?: number | undefined;
25
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
25
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", 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<"neverbounce", 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 { neverbounceJobsResults };
28
40
  //# sourceMappingURL=jobs-results.d.cts.map
@@ -22,7 +22,19 @@ declare const neverbounceJobsResults: import("@keystrokehq/action").WorkflowActi
22
22
  job_id: number;
23
23
  page?: number | undefined;
24
24
  items_per_page?: number | undefined;
25
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
25
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", 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<"neverbounce", 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 { neverbounceJobsResults };
28
40
  //# sourceMappingURL=jobs-results.d.mts.map
@@ -14,7 +14,19 @@ declare const NeverbounceJobsStartOutput: z.ZodObject<{
14
14
  declare const neverbounceJobsStart: import("@keystrokehq/action").WorkflowActionDefinition<{
15
15
  job_id: number;
16
16
  run_sample?: boolean | undefined;
17
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
18
+ connectionId: z.ZodString;
19
+ entityId: z.ZodString;
20
+ instanceId: z.ZodString;
21
+ }, z.core.$strip>, z.ZodObject<{
22
+ generic_api_key: z.ZodString;
23
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", 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>>]>;
18
30
  //#endregion
19
31
  export { neverbounceJobsStart };
20
32
  //# sourceMappingURL=jobs-start.d.cts.map
@@ -14,7 +14,19 @@ declare const NeverbounceJobsStartOutput: z.ZodObject<{
14
14
  declare const neverbounceJobsStart: import("@keystrokehq/action").WorkflowActionDefinition<{
15
15
  job_id: number;
16
16
  run_sample?: boolean | undefined;
17
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
18
+ connectionId: z.ZodString;
19
+ entityId: z.ZodString;
20
+ instanceId: z.ZodString;
21
+ }, z.core.$strip>, z.ZodObject<{
22
+ generic_api_key: z.ZodString;
23
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", 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>>]>;
18
30
  //#endregion
19
31
  export { neverbounceJobsStart };
20
32
  //# sourceMappingURL=jobs-start.d.mts.map
@@ -35,7 +35,19 @@ declare const NeverbounceJobsStatusOutput: z.ZodObject<{
35
35
  }, z.core.$loose>;
36
36
  declare const neverbounceJobsStatus: import("@keystrokehq/action").WorkflowActionDefinition<{
37
37
  job_id: string;
38
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
38
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
45
+ connectionId: z.ZodString;
46
+ entityId: z.ZodString;
47
+ instanceId: z.ZodString;
48
+ }, z.core.$strip>, z.ZodObject<{
49
+ generic_api_key: z.ZodString;
50
+ }, z.core.$strip>>]>;
39
51
  //#endregion
40
52
  export { neverbounceJobsStatus };
41
53
  //# sourceMappingURL=jobs-status.d.cts.map
@@ -35,7 +35,19 @@ declare const NeverbounceJobsStatusOutput: z.ZodObject<{
35
35
  }, z.core.$loose>;
36
36
  declare const neverbounceJobsStatus: import("@keystrokehq/action").WorkflowActionDefinition<{
37
37
  job_id: string;
38
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
38
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
45
+ connectionId: z.ZodString;
46
+ entityId: z.ZodString;
47
+ instanceId: z.ZodString;
48
+ }, z.core.$strip>, z.ZodObject<{
49
+ generic_api_key: z.ZodString;
50
+ }, z.core.$strip>>]>;
39
51
  //#endregion
40
52
  export { neverbounceJobsStatus };
41
53
  //# sourceMappingURL=jobs-status.d.mts.map
@@ -13,7 +13,19 @@ declare const NeverbounceParseJobOutput: z.ZodObject<{
13
13
  declare const neverbounceParseJob: import("@keystrokehq/action").WorkflowActionDefinition<{
14
14
  job_id: number;
15
15
  auto_start?: boolean | undefined;
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<"neverbounce", 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<"neverbounce", 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 { neverbounceParseJob };
19
31
  //# sourceMappingURL=parse-job.d.cts.map
@@ -13,7 +13,19 @@ declare const NeverbounceParseJobOutput: z.ZodObject<{
13
13
  declare const neverbounceParseJob: import("@keystrokehq/action").WorkflowActionDefinition<{
14
14
  job_id: number;
15
15
  auto_start?: boolean | undefined;
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<"neverbounce", 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<"neverbounce", 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 { neverbounceParseJob };
19
31
  //# sourceMappingURL=parse-job.d.mts.map
@@ -41,7 +41,19 @@ declare const neverbounceSearchJobs: import("@keystrokehq/action").WorkflowActio
41
41
  filename?: string | undefined;
42
42
  job_status?: string | undefined;
43
43
  items_per_page?: number | undefined;
44
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
44
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
45
+ connectionId: z.ZodString;
46
+ entityId: z.ZodString;
47
+ instanceId: z.ZodString;
48
+ }, z.core.$strip>, z.ZodObject<{
49
+ generic_api_key: z.ZodString;
50
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
51
+ connectionId: z.ZodString;
52
+ entityId: z.ZodString;
53
+ instanceId: z.ZodString;
54
+ }, z.core.$strip>, z.ZodObject<{
55
+ generic_api_key: z.ZodString;
56
+ }, z.core.$strip>>]>;
45
57
  //#endregion
46
58
  export { neverbounceSearchJobs };
47
59
  //# sourceMappingURL=search-jobs.d.cts.map
@@ -41,7 +41,19 @@ declare const neverbounceSearchJobs: import("@keystrokehq/action").WorkflowActio
41
41
  filename?: string | undefined;
42
42
  job_status?: string | undefined;
43
43
  items_per_page?: number | undefined;
44
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
44
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
45
+ connectionId: z.ZodString;
46
+ entityId: z.ZodString;
47
+ instanceId: z.ZodString;
48
+ }, z.core.$strip>, z.ZodObject<{
49
+ generic_api_key: z.ZodString;
50
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
51
+ connectionId: z.ZodString;
52
+ entityId: z.ZodString;
53
+ instanceId: z.ZodString;
54
+ }, z.core.$strip>, z.ZodObject<{
55
+ generic_api_key: z.ZodString;
56
+ }, z.core.$strip>>]>;
45
57
  //#endregion
46
58
  export { neverbounceSearchJobs };
47
59
  //# sourceMappingURL=search-jobs.d.mts.map
@@ -27,7 +27,19 @@ declare const neverbounceSingleCheck: import("@keystrokehq/action").WorkflowActi
27
27
  request_meta_data?: {
28
28
  leverage_historical_data?: boolean | undefined;
29
29
  } | undefined;
30
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
30
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ generic_api_key: z.ZodString;
36
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
37
+ connectionId: z.ZodString;
38
+ entityId: z.ZodString;
39
+ instanceId: z.ZodString;
40
+ }, z.core.$strip>, z.ZodObject<{
41
+ generic_api_key: z.ZodString;
42
+ }, z.core.$strip>>]>;
31
43
  //#endregion
32
44
  export { neverbounceSingleCheck };
33
45
  //# sourceMappingURL=single-check.d.cts.map
@@ -27,7 +27,19 @@ declare const neverbounceSingleCheck: import("@keystrokehq/action").WorkflowActi
27
27
  request_meta_data?: {
28
28
  leverage_historical_data?: boolean | undefined;
29
29
  } | undefined;
30
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
30
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ generic_api_key: z.ZodString;
36
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
37
+ connectionId: z.ZodString;
38
+ entityId: z.ZodString;
39
+ instanceId: z.ZodString;
40
+ }, z.core.$strip>, z.ZodObject<{
41
+ generic_api_key: z.ZodString;
42
+ }, z.core.$strip>>]>;
31
43
  //#endregion
32
44
  export { neverbounceSingleCheck };
33
45
  //# sourceMappingURL=single-check.d.mts.map
@@ -12,7 +12,19 @@ declare const NeverbounceWidgetSendEventOutput: z.ZodObject<{
12
12
  }, z.core.$loose>;
13
13
  declare const neverbounceWidgetSendEvent: import("@keystrokehq/action").WorkflowActionDefinition<{
14
14
  event: "form.load" | "form.completion";
15
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
15
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>;
16
28
  //#endregion
17
29
  export { neverbounceWidgetSendEvent };
18
30
  //# sourceMappingURL=widget-send-event.d.cts.map
@@ -12,7 +12,19 @@ declare const NeverbounceWidgetSendEventOutput: z.ZodObject<{
12
12
  }, z.core.$loose>;
13
13
  declare const neverbounceWidgetSendEvent: import("@keystrokehq/action").WorkflowActionDefinition<{
14
14
  event: "form.load" | "form.completion";
15
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
15
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neverbounce", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"neverbounce", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>;
16
28
  //#endregion
17
29
  export { neverbounceWidgetSendEvent };
18
30
  //# sourceMappingURL=widget-send-event.d.mts.map
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 neverbounce = (0, require("@keystrokehq/keystroke/app").defineApp)({
4
+ const neverbounce = (0, _keystrokehq_keystroke_app.defineApp)({
3
5
  slug: "neverbounce",
4
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: zod.z.string() }
5
8
  });
6
9
  //#endregion
7
10
  exports.neverbounce = neverbounce;
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 neverbounce = defineApp({\n slug: \"neverbounce\",\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 neverbounce = defineApp({\n slug: \"neverbounce\",\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 neverbounce: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const neverbounce: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"neverbounce", 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 { neverbounce };
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 neverbounce: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const neverbounce: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"neverbounce", 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 { neverbounce };
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 neverbounce = defineApp({
4
5
  slug: "neverbounce",
5
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: z.string() }
6
8
  });
7
9
  //#endregion
8
10
  export { neverbounce };
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 neverbounce = defineApp({\n slug: \"neverbounce\",\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 neverbounce = defineApp({\n slug: \"neverbounce\",\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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/neverbounce",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"