@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
|
@@ -71,7 +71,21 @@ declare const referralrockPostReferralRemove: import("@keystrokehq/action").Work
|
|
|
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 { referralrockPostReferralRemove };
|
|
77
91
|
//# sourceMappingURL=post-referral-remove.d.cts.map
|
|
@@ -71,7 +71,21 @@ declare const referralrockPostReferralRemove: import("@keystrokehq/action").Work
|
|
|
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 { referralrockPostReferralRemove };
|
|
77
91
|
//# sourceMappingURL=post-referral-remove.d.mts.map
|
|
@@ -157,7 +157,21 @@ declare const referralrockPostReferralUpdate: import("@keystrokehq/action").Work
|
|
|
157
157
|
recruiterAssignedId?: string | undefined;
|
|
158
158
|
};
|
|
159
159
|
}[];
|
|
160
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
160
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
161
|
+
connectionId: z.ZodString;
|
|
162
|
+
entityId: z.ZodString;
|
|
163
|
+
instanceId: z.ZodString;
|
|
164
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
165
|
+
username: z.ZodString;
|
|
166
|
+
password: z.ZodString;
|
|
167
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
168
|
+
connectionId: z.ZodString;
|
|
169
|
+
entityId: z.ZodString;
|
|
170
|
+
instanceId: z.ZodString;
|
|
171
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
172
|
+
username: z.ZodString;
|
|
173
|
+
password: z.ZodString;
|
|
174
|
+
}, z.core.$strip>>]>;
|
|
161
175
|
//#endregion
|
|
162
176
|
export { referralrockPostReferralUpdate };
|
|
163
177
|
//# sourceMappingURL=post-referral-update.d.cts.map
|
|
@@ -157,7 +157,21 @@ declare const referralrockPostReferralUpdate: import("@keystrokehq/action").Work
|
|
|
157
157
|
recruiterAssignedId?: string | undefined;
|
|
158
158
|
};
|
|
159
159
|
}[];
|
|
160
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
160
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
161
|
+
connectionId: z.ZodString;
|
|
162
|
+
entityId: z.ZodString;
|
|
163
|
+
instanceId: z.ZodString;
|
|
164
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
165
|
+
username: z.ZodString;
|
|
166
|
+
password: z.ZodString;
|
|
167
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
168
|
+
connectionId: z.ZodString;
|
|
169
|
+
entityId: z.ZodString;
|
|
170
|
+
instanceId: z.ZodString;
|
|
171
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
172
|
+
username: z.ZodString;
|
|
173
|
+
password: z.ZodString;
|
|
174
|
+
}, z.core.$strip>>]>;
|
|
161
175
|
//#endregion
|
|
162
176
|
export { referralrockPostReferralUpdate };
|
|
163
177
|
//# sourceMappingURL=post-referral-update.d.mts.map
|
|
@@ -20,7 +20,21 @@ declare const referralrockPostReferralaction: import("@keystrokehq/action").Work
|
|
|
20
20
|
name?: string | undefined;
|
|
21
21
|
programQuery?: string | undefined;
|
|
22
22
|
externalIdentifier?: string | undefined;
|
|
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 { referralrockPostReferralaction };
|
|
26
40
|
//# sourceMappingURL=post-referralaction.d.cts.map
|
|
@@ -20,7 +20,21 @@ declare const referralrockPostReferralaction: import("@keystrokehq/action").Work
|
|
|
20
20
|
name?: string | undefined;
|
|
21
21
|
programQuery?: string | undefined;
|
|
22
22
|
externalIdentifier?: string | undefined;
|
|
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 { referralrockPostReferralaction };
|
|
26
40
|
//# sourceMappingURL=post-referralaction.d.mts.map
|
|
@@ -115,7 +115,21 @@ declare const referralrockPostReferrals: import("@keystrokehq/action").WorkflowA
|
|
|
115
115
|
customOption2Value?: string | undefined;
|
|
116
116
|
externalIdentifier?: string | undefined;
|
|
117
117
|
recruiterAssignedId?: string | undefined;
|
|
118
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
118
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
119
|
+
connectionId: z.ZodString;
|
|
120
|
+
entityId: z.ZodString;
|
|
121
|
+
instanceId: z.ZodString;
|
|
122
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
123
|
+
username: z.ZodString;
|
|
124
|
+
password: z.ZodString;
|
|
125
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
126
|
+
connectionId: z.ZodString;
|
|
127
|
+
entityId: z.ZodString;
|
|
128
|
+
instanceId: z.ZodString;
|
|
129
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
130
|
+
username: z.ZodString;
|
|
131
|
+
password: z.ZodString;
|
|
132
|
+
}, z.core.$strip>>]>;
|
|
119
133
|
//#endregion
|
|
120
134
|
export { referralrockPostReferrals };
|
|
121
135
|
//# sourceMappingURL=post-referrals.d.cts.map
|
|
@@ -115,7 +115,21 @@ declare const referralrockPostReferrals: import("@keystrokehq/action").WorkflowA
|
|
|
115
115
|
customOption2Value?: string | undefined;
|
|
116
116
|
externalIdentifier?: string | undefined;
|
|
117
117
|
recruiterAssignedId?: string | undefined;
|
|
118
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
118
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
119
|
+
connectionId: z.ZodString;
|
|
120
|
+
entityId: z.ZodString;
|
|
121
|
+
instanceId: z.ZodString;
|
|
122
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
123
|
+
username: z.ZodString;
|
|
124
|
+
password: z.ZodString;
|
|
125
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
126
|
+
connectionId: z.ZodString;
|
|
127
|
+
entityId: z.ZodString;
|
|
128
|
+
instanceId: z.ZodString;
|
|
129
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
130
|
+
username: z.ZodString;
|
|
131
|
+
password: z.ZodString;
|
|
132
|
+
}, z.core.$strip>>]>;
|
|
119
133
|
//#endregion
|
|
120
134
|
export { referralrockPostReferrals };
|
|
121
135
|
//# sourceMappingURL=post-referrals.d.mts.map
|
|
@@ -42,7 +42,21 @@ declare const referralrockPostRewardsIssue: import("@keystrokehq/action").Workfl
|
|
|
42
42
|
note?: string | undefined;
|
|
43
43
|
recipientInfo?: string | undefined;
|
|
44
44
|
overrideIneligible?: boolean | undefined;
|
|
45
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
45
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
username: z.ZodString;
|
|
51
|
+
password: z.ZodString;
|
|
52
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
53
|
+
connectionId: z.ZodString;
|
|
54
|
+
entityId: z.ZodString;
|
|
55
|
+
instanceId: z.ZodString;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
username: z.ZodString;
|
|
58
|
+
password: z.ZodString;
|
|
59
|
+
}, z.core.$strip>>]>;
|
|
46
60
|
//#endregion
|
|
47
61
|
export { referralrockPostRewardsIssue };
|
|
48
62
|
//# sourceMappingURL=post-rewards-issue.d.cts.map
|
|
@@ -42,7 +42,21 @@ declare const referralrockPostRewardsIssue: import("@keystrokehq/action").Workfl
|
|
|
42
42
|
note?: string | undefined;
|
|
43
43
|
recipientInfo?: string | undefined;
|
|
44
44
|
overrideIneligible?: boolean | undefined;
|
|
45
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
45
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
username: z.ZodString;
|
|
51
|
+
password: z.ZodString;
|
|
52
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
53
|
+
connectionId: z.ZodString;
|
|
54
|
+
entityId: z.ZodString;
|
|
55
|
+
instanceId: z.ZodString;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
username: z.ZodString;
|
|
58
|
+
password: z.ZodString;
|
|
59
|
+
}, z.core.$strip>>]>;
|
|
46
60
|
//#endregion
|
|
47
61
|
export { referralrockPostRewardsIssue };
|
|
48
62
|
//# sourceMappingURL=post-rewards-issue.d.mts.map
|
|
@@ -15,7 +15,21 @@ declare const ReferralrockPostRewardsRemoveOutput: z.ZodObject<{
|
|
|
15
15
|
}, z.core.$loose>;
|
|
16
16
|
declare const referralrockPostRewardsRemove: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
rewardIds: 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 { referralrockPostRewardsRemove };
|
|
21
35
|
//# sourceMappingURL=post-rewards-remove.d.cts.map
|
|
@@ -15,7 +15,21 @@ declare const ReferralrockPostRewardsRemoveOutput: z.ZodObject<{
|
|
|
15
15
|
}, z.core.$loose>;
|
|
16
16
|
declare const referralrockPostRewardsRemove: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
rewardIds: 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 { referralrockPostRewardsRemove };
|
|
21
35
|
//# sourceMappingURL=post-rewards-remove.d.mts.map
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const referralrock = (0,
|
|
4
|
+
const referralrock = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "referralrock",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: {
|
|
8
|
+
username: zod.z.string(),
|
|
9
|
+
password: zod.z.string()
|
|
10
|
+
}
|
|
5
11
|
});
|
|
6
12
|
//#endregion
|
|
7
13
|
exports.referralrock = referralrock;
|
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 referralrock = defineApp({\n slug: \"referralrock\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
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 referralrock = defineApp({\n slug: \"referralrock\",\n auth: \"keystroke\",\n credential: {\n username: z.string(),\n password: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,gBAAA,GAAA,2BAAA,UAAA,CAAyB;CACpC,MAAM;CACN,MAAM;CACN,YAAY;EACV,UAAUA,IAAAA,EAAE,OAAO;EACnB,UAAUA,IAAAA,EAAE,OAAO;CACrB;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const referralrock: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const referralrock: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
username: z.ZodString;
|
|
10
|
+
password: z.ZodString;
|
|
11
|
+
}, z.core.$strip>>>;
|
|
3
12
|
//#endregion
|
|
4
13
|
export { referralrock };
|
|
5
14
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,YAAA,6BAAY,GAAA,+BAAA,UAAA,iBAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const referralrock: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const referralrock: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"referralrock", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
username: z.ZodString;
|
|
10
|
+
password: z.ZodString;
|
|
11
|
+
}, z.core.$strip>>>;
|
|
3
12
|
//#endregion
|
|
4
13
|
export { referralrock };
|
|
5
14
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,YAAA,6BAAY,GAAA,+BAAA,UAAA,iBAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.mjs
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
2
3
|
//#region src/app.ts
|
|
3
4
|
const referralrock = defineApp({
|
|
4
5
|
slug: "referralrock",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: {
|
|
8
|
+
username: z.string(),
|
|
9
|
+
password: z.string()
|
|
10
|
+
}
|
|
6
11
|
});
|
|
7
12
|
//#endregion
|
|
8
13
|
export { referralrock };
|
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 referralrock = defineApp({\n slug: \"referralrock\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
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 referralrock = defineApp({\n slug: \"referralrock\",\n auth: \"keystroke\",\n credential: {\n username: z.string(),\n password: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,eAAe,UAAU;CACpC,MAAM;CACN,MAAM;CACN,YAAY;EACV,UAAU,EAAE,OAAO;EACnB,UAAU,EAAE,OAAO;CACrB;AACF,CAAC"}
|