@keystrokehq/referralrock 0.1.3 → 0.1.4
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.
- package/dist/actions/delete-email-removeunsubscribe.d.cts +15 -1
- package/dist/actions/delete-email-removeunsubscribe.d.mts +15 -1
- package/dist/actions/delete-hooks.d.cts +15 -1
- package/dist/actions/delete-hooks.d.mts +15 -1
- package/dist/actions/delete-members-remove.d.cts +15 -1
- package/dist/actions/delete-members-remove.d.mts +15 -1
- package/dist/actions/delete-referral-remove.d.cts +15 -1
- package/dist/actions/delete-referral-remove.d.mts +15 -1
- package/dist/actions/delete-rewards-remove.d.cts +15 -1
- package/dist/actions/delete-rewards-remove.d.mts +15 -1
- package/dist/actions/get-email-getunsubscribed.d.cts +15 -1
- package/dist/actions/get-email-getunsubscribed.d.mts +15 -1
- package/dist/actions/get-hooks-history-eventname.d.cts +15 -1
- package/dist/actions/get-hooks-history-eventname.d.mts +15 -1
- package/dist/actions/get-member-stats-get-single.d.cts +15 -1
- package/dist/actions/get-member-stats-get-single.d.mts +15 -1
- package/dist/actions/get-members.d.cts +15 -1
- package/dist/actions/get-members.d.mts +15 -1
- package/dist/actions/get-payouts-id.d.cts +15 -1
- package/dist/actions/get-payouts-id.d.mts +15 -1
- package/dist/actions/get-payouts-pending.d.cts +15 -1
- package/dist/actions/get-payouts-pending.d.mts +15 -1
- package/dist/actions/get-payouts-transactions.d.cts +15 -1
- package/dist/actions/get-payouts-transactions.d.mts +15 -1
- package/dist/actions/get-program-getsingle.d.cts +15 -1
- package/dist/actions/get-program-getsingle.d.mts +15 -1
- package/dist/actions/get-programs.d.cts +15 -1
- package/dist/actions/get-programs.d.mts +15 -1
- package/dist/actions/get-referral-single.d.cts +15 -1
- package/dist/actions/get-referral-single.d.mts +15 -1
- package/dist/actions/get-referrals.d.cts +15 -1
- package/dist/actions/get-referrals.d.mts +15 -1
- package/dist/actions/get-rewardrules.d.cts +15 -1
- package/dist/actions/get-rewardrules.d.mts +15 -1
- package/dist/actions/get-rewards.d.cts +15 -1
- package/dist/actions/get-rewards.d.mts +15 -1
- package/dist/actions/post-email-removeunsubscribe.d.cts +15 -1
- package/dist/actions/post-email-removeunsubscribe.d.mts +15 -1
- package/dist/actions/post-email-unsubscribe.d.cts +15 -1
- package/dist/actions/post-email-unsubscribe.d.mts +15 -1
- package/dist/actions/post-hooks.d.cts +15 -1
- package/dist/actions/post-hooks.d.mts +15 -1
- package/dist/actions/post-invitefeed.d.cts +15 -1
- package/dist/actions/post-invitefeed.d.mts +15 -1
- package/dist/actions/post-invitefeeds.d.cts +15 -1
- package/dist/actions/post-invitefeeds.d.mts +15 -1
- package/dist/actions/post-member-access-urls.d.cts +15 -1
- package/dist/actions/post-member-access-urls.d.mts +15 -1
- package/dist/actions/post-members-remove.d.cts +15 -1
- package/dist/actions/post-members-remove.d.mts +15 -1
- package/dist/actions/post-members.d.cts +15 -1
- package/dist/actions/post-members.d.cts.map +1 -1
- package/dist/actions/post-members.d.mts +15 -1
- package/dist/actions/post-members.d.mts.map +1 -1
- package/dist/actions/post-referral-remove.d.cts +15 -1
- package/dist/actions/post-referral-remove.d.mts +15 -1
- package/dist/actions/post-referral-update.d.cts +15 -1
- package/dist/actions/post-referral-update.d.mts +15 -1
- package/dist/actions/post-referralaction.d.cts +15 -1
- package/dist/actions/post-referralaction.d.mts +15 -1
- package/dist/actions/post-referrals.d.cts +15 -1
- package/dist/actions/post-referrals.d.mts +15 -1
- package/dist/actions/post-rewards-issue.d.cts +15 -1
- package/dist/actions/post-rewards-issue.d.mts +15 -1
- package/dist/actions/post-rewards-remove.d.cts +15 -1
- package/dist/actions/post-rewards-remove.d.mts +15 -1
- package/dist/app.cjs +8 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +10 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +10 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +6 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -10,7 +10,21 @@ declare const ReferralrockDeleteEmailRemoveunsubscribeOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const referralrockDeleteEmailRemoveunsubscribe: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
email: string;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
username: z.ZodString;
|
|
19
|
+
password: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
username: z.ZodString;
|
|
26
|
+
password: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
14
28
|
//#endregion
|
|
15
29
|
export { referralrockDeleteEmailRemoveunsubscribe };
|
|
16
30
|
//# sourceMappingURL=delete-email-removeunsubscribe.d.cts.map
|
|
@@ -10,7 +10,21 @@ declare const ReferralrockDeleteEmailRemoveunsubscribeOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const referralrockDeleteEmailRemoveunsubscribe: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
email: string;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
username: z.ZodString;
|
|
19
|
+
password: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
username: z.ZodString;
|
|
26
|
+
password: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
14
28
|
//#endregion
|
|
15
29
|
export { referralrockDeleteEmailRemoveunsubscribe };
|
|
16
30
|
//# sourceMappingURL=delete-email-removeunsubscribe.d.mts.map
|
|
@@ -9,7 +9,21 @@ declare const ReferralrockDeleteHooksOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const referralrockDeleteHooks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
web_hook_id: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
username: z.ZodString;
|
|
18
|
+
password: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
username: z.ZodString;
|
|
25
|
+
password: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
13
27
|
//#endregion
|
|
14
28
|
export { referralrockDeleteHooks };
|
|
15
29
|
//# sourceMappingURL=delete-hooks.d.cts.map
|
|
@@ -9,7 +9,21 @@ declare const ReferralrockDeleteHooksOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const referralrockDeleteHooks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
web_hook_id: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
username: z.ZodString;
|
|
18
|
+
password: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
username: z.ZodString;
|
|
25
|
+
password: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
13
27
|
//#endregion
|
|
14
28
|
export { referralrockDeleteHooks };
|
|
15
29
|
//# sourceMappingURL=delete-hooks.d.mts.map
|
|
@@ -62,7 +62,21 @@ declare const referralrockDeleteMembersRemove: import("@keystrokehq/action").Wor
|
|
|
62
62
|
} | undefined;
|
|
63
63
|
};
|
|
64
64
|
}[];
|
|
65
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
65
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
66
|
+
connectionId: z.ZodString;
|
|
67
|
+
entityId: z.ZodString;
|
|
68
|
+
instanceId: z.ZodString;
|
|
69
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
70
|
+
username: z.ZodString;
|
|
71
|
+
password: z.ZodString;
|
|
72
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
73
|
+
connectionId: z.ZodString;
|
|
74
|
+
entityId: z.ZodString;
|
|
75
|
+
instanceId: z.ZodString;
|
|
76
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
77
|
+
username: z.ZodString;
|
|
78
|
+
password: z.ZodString;
|
|
79
|
+
}, z.core.$strip>>]>;
|
|
66
80
|
//#endregion
|
|
67
81
|
export { referralrockDeleteMembersRemove };
|
|
68
82
|
//# sourceMappingURL=delete-members-remove.d.cts.map
|
|
@@ -62,7 +62,21 @@ declare const referralrockDeleteMembersRemove: import("@keystrokehq/action").Wor
|
|
|
62
62
|
} | undefined;
|
|
63
63
|
};
|
|
64
64
|
}[];
|
|
65
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
65
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
66
|
+
connectionId: z.ZodString;
|
|
67
|
+
entityId: z.ZodString;
|
|
68
|
+
instanceId: z.ZodString;
|
|
69
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
70
|
+
username: z.ZodString;
|
|
71
|
+
password: z.ZodString;
|
|
72
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
73
|
+
connectionId: z.ZodString;
|
|
74
|
+
entityId: z.ZodString;
|
|
75
|
+
instanceId: z.ZodString;
|
|
76
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
77
|
+
username: z.ZodString;
|
|
78
|
+
password: z.ZodString;
|
|
79
|
+
}, z.core.$strip>>]>;
|
|
66
80
|
//#endregion
|
|
67
81
|
export { referralrockDeleteMembersRemove };
|
|
68
82
|
//# sourceMappingURL=delete-members-remove.d.mts.map
|
|
@@ -71,7 +71,21 @@ declare const referralrockDeleteReferralRemove: import("@keystrokehq/action").Wo
|
|
|
71
71
|
} | undefined;
|
|
72
72
|
};
|
|
73
73
|
}[];
|
|
74
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
74
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
75
|
+
connectionId: z.ZodString;
|
|
76
|
+
entityId: z.ZodString;
|
|
77
|
+
instanceId: z.ZodString;
|
|
78
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
79
|
+
username: z.ZodString;
|
|
80
|
+
password: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
82
|
+
connectionId: z.ZodString;
|
|
83
|
+
entityId: z.ZodString;
|
|
84
|
+
instanceId: z.ZodString;
|
|
85
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
86
|
+
username: z.ZodString;
|
|
87
|
+
password: z.ZodString;
|
|
88
|
+
}, z.core.$strip>>]>;
|
|
75
89
|
//#endregion
|
|
76
90
|
export { referralrockDeleteReferralRemove };
|
|
77
91
|
//# sourceMappingURL=delete-referral-remove.d.cts.map
|
|
@@ -71,7 +71,21 @@ declare const referralrockDeleteReferralRemove: import("@keystrokehq/action").Wo
|
|
|
71
71
|
} | undefined;
|
|
72
72
|
};
|
|
73
73
|
}[];
|
|
74
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
74
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
75
|
+
connectionId: z.ZodString;
|
|
76
|
+
entityId: z.ZodString;
|
|
77
|
+
instanceId: z.ZodString;
|
|
78
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
79
|
+
username: z.ZodString;
|
|
80
|
+
password: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
82
|
+
connectionId: z.ZodString;
|
|
83
|
+
entityId: z.ZodString;
|
|
84
|
+
instanceId: z.ZodString;
|
|
85
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
86
|
+
username: z.ZodString;
|
|
87
|
+
password: z.ZodString;
|
|
88
|
+
}, z.core.$strip>>]>;
|
|
75
89
|
//#endregion
|
|
76
90
|
export { referralrockDeleteReferralRemove };
|
|
77
91
|
//# sourceMappingURL=delete-referral-remove.d.mts.map
|
|
@@ -15,7 +15,21 @@ declare const ReferralrockDeleteRewardsRemoveOutput: z.ZodObject<{
|
|
|
15
15
|
}, z.core.$loose>;
|
|
16
16
|
declare const referralrockDeleteRewardsRemove: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
reward_ids: string[];
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
username: z.ZodString;
|
|
24
|
+
password: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
username: z.ZodString;
|
|
31
|
+
password: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
19
33
|
//#endregion
|
|
20
34
|
export { referralrockDeleteRewardsRemove };
|
|
21
35
|
//# sourceMappingURL=delete-rewards-remove.d.cts.map
|
|
@@ -15,7 +15,21 @@ declare const ReferralrockDeleteRewardsRemoveOutput: z.ZodObject<{
|
|
|
15
15
|
}, z.core.$loose>;
|
|
16
16
|
declare const referralrockDeleteRewardsRemove: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
reward_ids: string[];
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
username: z.ZodString;
|
|
24
|
+
password: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
username: z.ZodString;
|
|
31
|
+
password: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
19
33
|
//#endregion
|
|
20
34
|
export { referralrockDeleteRewardsRemove };
|
|
21
35
|
//# sourceMappingURL=delete-rewards-remove.d.mts.map
|
|
@@ -11,7 +11,21 @@ declare const ReferralrockGetEmailGetunsubscribedOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const referralrockGetEmailGetunsubscribed: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
email?: string | undefined;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
username: z.ZodString;
|
|
20
|
+
password: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
username: z.ZodString;
|
|
27
|
+
password: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
15
29
|
//#endregion
|
|
16
30
|
export { referralrockGetEmailGetunsubscribed };
|
|
17
31
|
//# sourceMappingURL=get-email-getunsubscribed.d.cts.map
|
|
@@ -11,7 +11,21 @@ declare const ReferralrockGetEmailGetunsubscribedOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const referralrockGetEmailGetunsubscribed: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
email?: string | undefined;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
username: z.ZodString;
|
|
20
|
+
password: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
username: z.ZodString;
|
|
27
|
+
password: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
15
29
|
//#endregion
|
|
16
30
|
export { referralrockGetEmailGetunsubscribed };
|
|
17
31
|
//# sourceMappingURL=get-email-getunsubscribed.d.mts.map
|
|
@@ -17,7 +17,21 @@ declare const ReferralrockGetHooksHistoryEventnameOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>;
|
|
18
18
|
declare const referralrockGetHooksHistoryEventname: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
event_name: string;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
username: z.ZodString;
|
|
26
|
+
password: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
username: z.ZodString;
|
|
33
|
+
password: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
21
35
|
//#endregion
|
|
22
36
|
export { referralrockGetHooksHistoryEventname };
|
|
23
37
|
//# sourceMappingURL=get-hooks-history-eventname.d.cts.map
|
|
@@ -17,7 +17,21 @@ declare const ReferralrockGetHooksHistoryEventnameOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>;
|
|
18
18
|
declare const referralrockGetHooksHistoryEventname: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
event_name: string;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
username: z.ZodString;
|
|
26
|
+
password: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
username: z.ZodString;
|
|
33
|
+
password: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
21
35
|
//#endregion
|
|
22
36
|
export { referralrockGetHooksHistoryEventname };
|
|
23
37
|
//# sourceMappingURL=get-hooks-history-eventname.d.mts.map
|
|
@@ -31,7 +31,21 @@ declare const ReferralrockGetMemberStatsGetSingleOutput: z.ZodObject<{
|
|
|
31
31
|
declare const referralrockGetMemberStatsGetSingle: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
32
32
|
query: string;
|
|
33
33
|
timePeriod: "All" | "MonthToDate" | "LastMonth" | "Last7Days" | "Last30Days";
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
34
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
username: z.ZodString;
|
|
40
|
+
password: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
username: z.ZodString;
|
|
47
|
+
password: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>;
|
|
35
49
|
//#endregion
|
|
36
50
|
export { referralrockGetMemberStatsGetSingle };
|
|
37
51
|
//# sourceMappingURL=get-member-stats-get-single.d.cts.map
|
|
@@ -31,7 +31,21 @@ declare const ReferralrockGetMemberStatsGetSingleOutput: z.ZodObject<{
|
|
|
31
31
|
declare const referralrockGetMemberStatsGetSingle: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
32
32
|
query: string;
|
|
33
33
|
timePeriod: "All" | "MonthToDate" | "LastMonth" | "Last7Days" | "Last30Days";
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
34
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
username: z.ZodString;
|
|
40
|
+
password: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
username: z.ZodString;
|
|
47
|
+
password: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>;
|
|
35
49
|
//#endregion
|
|
36
50
|
export { referralrockGetMemberStatsGetSingle };
|
|
37
51
|
//# sourceMappingURL=get-member-stats-get-single.d.mts.map
|
|
@@ -109,7 +109,21 @@ declare const referralrockGetMembers: import("@keystrokehq/action").WorkflowActi
|
|
|
109
109
|
dateFrom?: string | undefined;
|
|
110
110
|
programId?: string | undefined;
|
|
111
111
|
showDisabled?: boolean | undefined;
|
|
112
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
112
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
113
|
+
connectionId: z.ZodString;
|
|
114
|
+
entityId: z.ZodString;
|
|
115
|
+
instanceId: z.ZodString;
|
|
116
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
117
|
+
username: z.ZodString;
|
|
118
|
+
password: z.ZodString;
|
|
119
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
120
|
+
connectionId: z.ZodString;
|
|
121
|
+
entityId: z.ZodString;
|
|
122
|
+
instanceId: z.ZodString;
|
|
123
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
124
|
+
username: z.ZodString;
|
|
125
|
+
password: z.ZodString;
|
|
126
|
+
}, z.core.$strip>>]>;
|
|
113
127
|
//#endregion
|
|
114
128
|
export { referralrockGetMembers };
|
|
115
129
|
//# sourceMappingURL=get-members.d.cts.map
|
|
@@ -109,7 +109,21 @@ declare const referralrockGetMembers: import("@keystrokehq/action").WorkflowActi
|
|
|
109
109
|
dateFrom?: string | undefined;
|
|
110
110
|
programId?: string | undefined;
|
|
111
111
|
showDisabled?: boolean | undefined;
|
|
112
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
112
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
113
|
+
connectionId: z.ZodString;
|
|
114
|
+
entityId: z.ZodString;
|
|
115
|
+
instanceId: z.ZodString;
|
|
116
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
117
|
+
username: z.ZodString;
|
|
118
|
+
password: z.ZodString;
|
|
119
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
120
|
+
connectionId: z.ZodString;
|
|
121
|
+
entityId: z.ZodString;
|
|
122
|
+
instanceId: z.ZodString;
|
|
123
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
124
|
+
username: z.ZodString;
|
|
125
|
+
password: z.ZodString;
|
|
126
|
+
}, z.core.$strip>>]>;
|
|
113
127
|
//#endregion
|
|
114
128
|
export { referralrockGetMembers };
|
|
115
129
|
//# sourceMappingURL=get-members.d.mts.map
|
|
@@ -20,7 +20,21 @@ declare const ReferralrockGetPayoutsIdOutput: z.ZodObject<{
|
|
|
20
20
|
}, z.core.$loose>;
|
|
21
21
|
declare const referralrockGetPayoutsId: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
id: string;
|
|
23
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
23
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
username: z.ZodString;
|
|
29
|
+
password: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
username: z.ZodString;
|
|
36
|
+
password: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>;
|
|
24
38
|
//#endregion
|
|
25
39
|
export { referralrockGetPayoutsId };
|
|
26
40
|
//# sourceMappingURL=get-payouts-id.d.cts.map
|
|
@@ -20,7 +20,21 @@ declare const ReferralrockGetPayoutsIdOutput: z.ZodObject<{
|
|
|
20
20
|
}, z.core.$loose>;
|
|
21
21
|
declare const referralrockGetPayoutsId: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
id: string;
|
|
23
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
23
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
username: z.ZodString;
|
|
29
|
+
password: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
username: z.ZodString;
|
|
36
|
+
password: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>;
|
|
24
38
|
//#endregion
|
|
25
39
|
export { referralrockGetPayoutsId };
|
|
26
40
|
//# sourceMappingURL=get-payouts-id.d.mts.map
|
|
@@ -29,7 +29,21 @@ declare const referralrockGetPayoutsPending: import("@keystrokehq/action").Workf
|
|
|
29
29
|
memberId?: string | undefined;
|
|
30
30
|
recipientId?: string | undefined;
|
|
31
31
|
includeIneligible?: boolean | undefined;
|
|
32
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
32
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
username: z.ZodString;
|
|
38
|
+
password: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
username: z.ZodString;
|
|
45
|
+
password: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>;
|
|
33
47
|
//#endregion
|
|
34
48
|
export { referralrockGetPayoutsPending };
|
|
35
49
|
//# sourceMappingURL=get-payouts-pending.d.cts.map
|
|
@@ -29,7 +29,21 @@ declare const referralrockGetPayoutsPending: import("@keystrokehq/action").Workf
|
|
|
29
29
|
memberId?: string | undefined;
|
|
30
30
|
recipientId?: string | undefined;
|
|
31
31
|
includeIneligible?: boolean | undefined;
|
|
32
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
32
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
username: z.ZodString;
|
|
38
|
+
password: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
username: z.ZodString;
|
|
45
|
+
password: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>;
|
|
33
47
|
//#endregion
|
|
34
48
|
export { referralrockGetPayoutsPending };
|
|
35
49
|
//# sourceMappingURL=get-payouts-pending.d.mts.map
|
|
@@ -27,7 +27,21 @@ declare const ReferralrockGetPayoutsTransactionsOutput: z.ZodObject<{
|
|
|
27
27
|
declare const referralrockGetPayoutsTransactions: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
28
28
|
recipientId?: string | undefined;
|
|
29
29
|
transactionId?: string | undefined;
|
|
30
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
30
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
username: z.ZodString;
|
|
36
|
+
password: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
username: z.ZodString;
|
|
43
|
+
password: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>;
|
|
31
45
|
//#endregion
|
|
32
46
|
export { referralrockGetPayoutsTransactions };
|
|
33
47
|
//# sourceMappingURL=get-payouts-transactions.d.cts.map
|
|
@@ -27,7 +27,21 @@ declare const ReferralrockGetPayoutsTransactionsOutput: z.ZodObject<{
|
|
|
27
27
|
declare const referralrockGetPayoutsTransactions: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
28
28
|
recipientId?: string | undefined;
|
|
29
29
|
transactionId?: string | undefined;
|
|
30
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
30
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
username: z.ZodString;
|
|
36
|
+
password: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
username: z.ZodString;
|
|
43
|
+
password: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>;
|
|
31
45
|
//#endregion
|
|
32
46
|
export { referralrockGetPayoutsTransactions };
|
|
33
47
|
//# sourceMappingURL=get-payouts-transactions.d.mts.map
|
|
@@ -17,7 +17,21 @@ declare const ReferralrockGetProgramGetsingleOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>;
|
|
18
18
|
declare const referralrockGetProgramGetsingle: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
programName: string;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
username: z.ZodString;
|
|
26
|
+
password: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
username: z.ZodString;
|
|
33
|
+
password: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
21
35
|
//#endregion
|
|
22
36
|
export { referralrockGetProgramGetsingle };
|
|
23
37
|
//# sourceMappingURL=get-program-getsingle.d.cts.map
|
|
@@ -17,7 +17,21 @@ declare const ReferralrockGetProgramGetsingleOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>;
|
|
18
18
|
declare const referralrockGetProgramGetsingle: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
programName: string;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
username: z.ZodString;
|
|
26
|
+
password: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
username: z.ZodString;
|
|
33
|
+
password: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
21
35
|
//#endregion
|
|
22
36
|
export { referralrockGetProgramGetsingle };
|
|
23
37
|
//# sourceMappingURL=get-program-getsingle.d.mts.map
|