@keystrokehq/mx_technologies 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/cancel-partner-account.d.cts +15 -1
- package/dist/actions/cancel-partner-account.d.mts +15 -1
- package/dist/actions/create-account.d.cts +15 -1
- package/dist/actions/create-account.d.mts +15 -1
- package/dist/actions/create-audience-api-credentials.d.cts +15 -1
- package/dist/actions/create-audience-api-credentials.d.mts +15 -1
- package/dist/actions/create-member.d.cts +15 -1
- package/dist/actions/create-member.d.mts +15 -1
- package/dist/actions/create-partner-account.d.cts +15 -1
- package/dist/actions/create-partner-account.d.mts +15 -1
- package/dist/actions/fetch-rewards.d.cts +15 -1
- package/dist/actions/fetch-rewards.d.mts +15 -1
- package/dist/actions/get-configurable-widget-url.d.cts +15 -1
- package/dist/actions/get-configurable-widget-url.d.cts.map +1 -1
- package/dist/actions/get-configurable-widget-url.d.mts +15 -1
- package/dist/actions/get-configurable-widget-url.d.mts.map +1 -1
- package/dist/actions/list-account-numbers-by-member.d.cts +15 -1
- package/dist/actions/list-account-numbers-by-member.d.mts +15 -1
- package/dist/actions/list-account-owners.d.cts +15 -1
- package/dist/actions/list-account-owners.d.mts +15 -1
- package/dist/actions/list-accounts.d.cts +15 -1
- package/dist/actions/list-accounts.d.mts +15 -1
- package/dist/actions/list-budgets.d.cts +15 -1
- package/dist/actions/list-budgets.d.mts +15 -1
- package/dist/actions/list-categories.d.cts +15 -1
- package/dist/actions/list-categories.d.mts +15 -1
- package/dist/actions/list-challenges.d.cts +15 -1
- package/dist/actions/list-challenges.d.mts +15 -1
- package/dist/actions/list-favorite-institutions.d.cts +15 -1
- package/dist/actions/list-favorite-institutions.d.mts +15 -1
- package/dist/actions/list-goals.d.cts +15 -1
- package/dist/actions/list-goals.d.mts +15 -1
- package/dist/actions/list-institution-credentials.d.cts +15 -1
- package/dist/actions/list-institution-credentials.d.mts +15 -1
- package/dist/actions/list-institutions.d.cts +15 -1
- package/dist/actions/list-institutions.d.mts +15 -1
- package/dist/actions/list-member-accounts.d.cts +15 -1
- package/dist/actions/list-member-accounts.d.mts +15 -1
- package/dist/actions/list-members.d.cts +15 -1
- package/dist/actions/list-members.d.mts +15 -1
- package/dist/actions/list-rewards.d.cts +15 -1
- package/dist/actions/list-rewards.d.mts +15 -1
- package/dist/actions/list-statements-by-member.d.cts +15 -1
- package/dist/actions/list-statements-by-member.d.mts +15 -1
- package/dist/actions/list-taggings.d.cts +15 -1
- package/dist/actions/list-taggings.d.mts +15 -1
- package/dist/actions/list-tags.d.cts +15 -1
- package/dist/actions/list-tags.d.mts +15 -1
- package/dist/actions/list-transactions-by-member.d.cts +15 -1
- package/dist/actions/list-transactions-by-member.d.mts +15 -1
- package/dist/actions/list-transactions.d.cts +15 -1
- package/dist/actions/list-transactions.d.mts +15 -1
- package/dist/actions/list-users.d.cts +15 -1
- package/dist/actions/list-users.d.mts +15 -1
- package/dist/actions/read-account.d.cts +15 -1
- package/dist/actions/read-account.d.mts +15 -1
- package/dist/actions/read-category.d.cts +15 -1
- package/dist/actions/read-category.d.mts +15 -1
- package/dist/actions/read-fdx-account.d.cts +15 -1
- package/dist/actions/read-fdx-account.d.mts +15 -1
- package/dist/actions/read-institution.d.cts +15 -1
- package/dist/actions/read-institution.d.mts +15 -1
- package/dist/actions/read-transaction-by-account.d.cts +15 -1
- package/dist/actions/read-transaction-by-account.d.mts +15 -1
- package/dist/actions/read-transaction-rule.d.cts +15 -1
- package/dist/actions/read-transaction-rule.d.mts +15 -1
- package/dist/actions/read-transaction.d.cts +15 -1
- package/dist/actions/read-transaction.d.mts +15 -1
- package/dist/actions/update-transaction-rules.d.cts +15 -1
- package/dist/actions/update-transaction-rules.d.mts +15 -1
- package/dist/actions/update-transaction.d.cts +15 -1
- package/dist/actions/update-transaction.d.mts +15 -1
- package/dist/actions/update-users-taggings.d.cts +15 -1
- package/dist/actions/update-users-taggings.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
|
@@ -16,7 +16,21 @@ declare const mxTechnologiesCancelPartnerAccount: import("@keystrokehq/action").
|
|
|
16
16
|
encoded_account_id: string;
|
|
17
17
|
effective_date?: string | undefined;
|
|
18
18
|
cancellation_reason?: string | undefined;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
username: z.ZodString;
|
|
32
|
+
password: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
20
34
|
//#endregion
|
|
21
35
|
export { mxTechnologiesCancelPartnerAccount };
|
|
22
36
|
//# sourceMappingURL=cancel-partner-account.d.cts.map
|
|
@@ -16,7 +16,21 @@ declare const mxTechnologiesCancelPartnerAccount: import("@keystrokehq/action").
|
|
|
16
16
|
encoded_account_id: string;
|
|
17
17
|
effective_date?: string | undefined;
|
|
18
18
|
cancellation_reason?: string | undefined;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
username: z.ZodString;
|
|
32
|
+
password: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
20
34
|
//#endregion
|
|
21
35
|
export { mxTechnologiesCancelPartnerAccount };
|
|
22
36
|
//# sourceMappingURL=cancel-partner-account.d.mts.map
|
|
@@ -68,7 +68,21 @@ declare const mxTechnologiesCreateAccount: import("@keystrokehq/action").Workflo
|
|
|
68
68
|
available_balance?: number | undefined;
|
|
69
69
|
};
|
|
70
70
|
user_guid: string;
|
|
71
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
71
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
72
|
+
connectionId: z.ZodString;
|
|
73
|
+
entityId: z.ZodString;
|
|
74
|
+
instanceId: z.ZodString;
|
|
75
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
76
|
+
username: z.ZodString;
|
|
77
|
+
password: z.ZodString;
|
|
78
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
79
|
+
connectionId: z.ZodString;
|
|
80
|
+
entityId: z.ZodString;
|
|
81
|
+
instanceId: z.ZodString;
|
|
82
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
83
|
+
username: z.ZodString;
|
|
84
|
+
password: z.ZodString;
|
|
85
|
+
}, z.core.$strip>>]>;
|
|
72
86
|
//#endregion
|
|
73
87
|
export { mxTechnologiesCreateAccount };
|
|
74
88
|
//# sourceMappingURL=create-account.d.cts.map
|
|
@@ -68,7 +68,21 @@ declare const mxTechnologiesCreateAccount: import("@keystrokehq/action").Workflo
|
|
|
68
68
|
available_balance?: number | undefined;
|
|
69
69
|
};
|
|
70
70
|
user_guid: string;
|
|
71
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
71
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
72
|
+
connectionId: z.ZodString;
|
|
73
|
+
entityId: z.ZodString;
|
|
74
|
+
instanceId: z.ZodString;
|
|
75
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
76
|
+
username: z.ZodString;
|
|
77
|
+
password: z.ZodString;
|
|
78
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
79
|
+
connectionId: z.ZodString;
|
|
80
|
+
entityId: z.ZodString;
|
|
81
|
+
instanceId: z.ZodString;
|
|
82
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
83
|
+
username: z.ZodString;
|
|
84
|
+
password: z.ZodString;
|
|
85
|
+
}, z.core.$strip>>]>;
|
|
72
86
|
//#endregion
|
|
73
87
|
export { mxTechnologiesCreateAccount };
|
|
74
88
|
//# sourceMappingURL=create-account.d.mts.map
|
|
@@ -12,7 +12,21 @@ declare const MxTechnologiesCreateAudienceApiCredentialsOutput: z.ZodObject<{
|
|
|
12
12
|
declare const mxTechnologiesCreateAudienceApiCredentials: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
client_id?: string | undefined;
|
|
14
14
|
client_secret?: string | undefined;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
username: z.ZodString;
|
|
21
|
+
password: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
username: z.ZodString;
|
|
28
|
+
password: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>;
|
|
16
30
|
//#endregion
|
|
17
31
|
export { mxTechnologiesCreateAudienceApiCredentials };
|
|
18
32
|
//# sourceMappingURL=create-audience-api-credentials.d.cts.map
|
|
@@ -12,7 +12,21 @@ declare const MxTechnologiesCreateAudienceApiCredentialsOutput: z.ZodObject<{
|
|
|
12
12
|
declare const mxTechnologiesCreateAudienceApiCredentials: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
client_id?: string | undefined;
|
|
14
14
|
client_secret?: string | undefined;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
username: z.ZodString;
|
|
21
|
+
password: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
username: z.ZodString;
|
|
28
|
+
password: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>;
|
|
16
30
|
//#endregion
|
|
17
31
|
export { mxTechnologiesCreateAudienceApiCredentials };
|
|
18
32
|
//# sourceMappingURL=create-audience-api-credentials.d.mts.map
|
|
@@ -55,7 +55,21 @@ declare const mxTechnologiesCreateMember: import("@keystrokehq/action").Workflow
|
|
|
55
55
|
user_guid: string;
|
|
56
56
|
x_callback_payload?: string | undefined;
|
|
57
57
|
client_redirect_url?: string | undefined;
|
|
58
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
58
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
59
|
+
connectionId: z.ZodString;
|
|
60
|
+
entityId: z.ZodString;
|
|
61
|
+
instanceId: z.ZodString;
|
|
62
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
63
|
+
username: z.ZodString;
|
|
64
|
+
password: z.ZodString;
|
|
65
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", 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>>]>;
|
|
59
73
|
//#endregion
|
|
60
74
|
export { mxTechnologiesCreateMember };
|
|
61
75
|
//# sourceMappingURL=create-member.d.cts.map
|
|
@@ -55,7 +55,21 @@ declare const mxTechnologiesCreateMember: import("@keystrokehq/action").Workflow
|
|
|
55
55
|
user_guid: string;
|
|
56
56
|
x_callback_payload?: string | undefined;
|
|
57
57
|
client_redirect_url?: string | undefined;
|
|
58
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
58
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
59
|
+
connectionId: z.ZodString;
|
|
60
|
+
entityId: z.ZodString;
|
|
61
|
+
instanceId: z.ZodString;
|
|
62
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
63
|
+
username: z.ZodString;
|
|
64
|
+
password: z.ZodString;
|
|
65
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", 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>>]>;
|
|
59
73
|
//#endregion
|
|
60
74
|
export { mxTechnologiesCreateMember };
|
|
61
75
|
//# sourceMappingURL=create-member.d.mts.map
|
|
@@ -21,7 +21,21 @@ declare const mxTechnologiesCreatePartnerAccount: import("@keystrokehq/action").
|
|
|
21
21
|
email?: string | undefined;
|
|
22
22
|
metadata?: string | undefined;
|
|
23
23
|
is_disabled?: boolean | undefined;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
username: z.ZodString;
|
|
30
|
+
password: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
username: z.ZodString;
|
|
37
|
+
password: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>;
|
|
25
39
|
//#endregion
|
|
26
40
|
export { mxTechnologiesCreatePartnerAccount };
|
|
27
41
|
//# sourceMappingURL=create-partner-account.d.cts.map
|
|
@@ -21,7 +21,21 @@ declare const mxTechnologiesCreatePartnerAccount: import("@keystrokehq/action").
|
|
|
21
21
|
email?: string | undefined;
|
|
22
22
|
metadata?: string | undefined;
|
|
23
23
|
is_disabled?: boolean | undefined;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
username: z.ZodString;
|
|
30
|
+
password: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
username: z.ZodString;
|
|
37
|
+
password: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>;
|
|
25
39
|
//#endregion
|
|
26
40
|
export { mxTechnologiesCreatePartnerAccount };
|
|
27
41
|
//# sourceMappingURL=create-partner-account.d.mts.map
|
|
@@ -29,7 +29,21 @@ declare const MxTechnologiesFetchRewardsOutput: z.ZodObject<{
|
|
|
29
29
|
declare const mxTechnologiesFetchRewards: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
30
30
|
user_guid: string;
|
|
31
31
|
member_guid: string;
|
|
32
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
32
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", 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<"mx_technologies", 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 { mxTechnologiesFetchRewards };
|
|
35
49
|
//# sourceMappingURL=fetch-rewards.d.cts.map
|
|
@@ -29,7 +29,21 @@ declare const MxTechnologiesFetchRewardsOutput: z.ZodObject<{
|
|
|
29
29
|
declare const mxTechnologiesFetchRewards: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
30
30
|
user_guid: string;
|
|
31
31
|
member_guid: string;
|
|
32
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
32
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", 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<"mx_technologies", 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 { mxTechnologiesFetchRewards };
|
|
35
49
|
//# sourceMappingURL=fetch-rewards.d.mts.map
|
|
@@ -43,7 +43,21 @@ declare const mxTechnologiesGetConfigurableWidgetUrl: import("@keystrokehq/actio
|
|
|
43
43
|
};
|
|
44
44
|
user_guid: string;
|
|
45
45
|
data_request?: Record<string, unknown> | undefined;
|
|
46
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
46
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
username: z.ZodString;
|
|
52
|
+
password: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
username: z.ZodString;
|
|
59
|
+
password: z.ZodString;
|
|
60
|
+
}, z.core.$strip>>]>;
|
|
47
61
|
//#endregion
|
|
48
62
|
export { mxTechnologiesGetConfigurableWidgetUrl };
|
|
49
63
|
//# sourceMappingURL=get-configurable-widget-url.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-configurable-widget-url.d.cts","names":[],"sources":["../../src/actions/get-configurable-widget-url.ts"],"mappings":";;;cAIa,2CAAA,EAA2C,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAkB3C,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;cAO5C,sCAAA,gCAAsC,wBAAA
|
|
1
|
+
{"version":3,"file":"get-configurable-widget-url.d.cts","names":[],"sources":["../../src/actions/get-configurable-widget-url.ts"],"mappings":";;;cAIa,2CAAA,EAA2C,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAkB3C,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;cAO5C,sCAAA,gCAAsC,wBAAA"}
|
|
@@ -43,7 +43,21 @@ declare const mxTechnologiesGetConfigurableWidgetUrl: import("@keystrokehq/actio
|
|
|
43
43
|
};
|
|
44
44
|
user_guid: string;
|
|
45
45
|
data_request?: Record<string, unknown> | undefined;
|
|
46
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
46
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
username: z.ZodString;
|
|
52
|
+
password: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
username: z.ZodString;
|
|
59
|
+
password: z.ZodString;
|
|
60
|
+
}, z.core.$strip>>]>;
|
|
47
61
|
//#endregion
|
|
48
62
|
export { mxTechnologiesGetConfigurableWidgetUrl };
|
|
49
63
|
//# sourceMappingURL=get-configurable-widget-url.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-configurable-widget-url.d.mts","names":[],"sources":["../../src/actions/get-configurable-widget-url.ts"],"mappings":";;;cAIa,2CAAA,EAA2C,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAkB3C,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;cAO5C,sCAAA,gCAAsC,wBAAA
|
|
1
|
+
{"version":3,"file":"get-configurable-widget-url.d.mts","names":[],"sources":["../../src/actions/get-configurable-widget-url.ts"],"mappings":";;;cAIa,2CAAA,EAA2C,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAkB3C,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;cAO5C,sCAAA,gCAAsC,wBAAA"}
|
|
@@ -34,7 +34,21 @@ declare const mxTechnologiesListAccountNumbersByMember: import("@keystrokehq/act
|
|
|
34
34
|
member_guid: string;
|
|
35
35
|
page?: number | undefined;
|
|
36
36
|
records_per_page?: number | undefined;
|
|
37
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
37
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
45
|
+
connectionId: z.ZodString;
|
|
46
|
+
entityId: z.ZodString;
|
|
47
|
+
instanceId: z.ZodString;
|
|
48
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
+
username: z.ZodString;
|
|
50
|
+
password: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>;
|
|
38
52
|
//#endregion
|
|
39
53
|
export { mxTechnologiesListAccountNumbersByMember };
|
|
40
54
|
//# sourceMappingURL=list-account-numbers-by-member.d.cts.map
|
|
@@ -34,7 +34,21 @@ declare const mxTechnologiesListAccountNumbersByMember: import("@keystrokehq/act
|
|
|
34
34
|
member_guid: string;
|
|
35
35
|
page?: number | undefined;
|
|
36
36
|
records_per_page?: number | undefined;
|
|
37
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
37
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
45
|
+
connectionId: z.ZodString;
|
|
46
|
+
entityId: z.ZodString;
|
|
47
|
+
instanceId: z.ZodString;
|
|
48
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
+
username: z.ZodString;
|
|
50
|
+
password: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>;
|
|
38
52
|
//#endregion
|
|
39
53
|
export { mxTechnologiesListAccountNumbersByMember };
|
|
40
54
|
//# sourceMappingURL=list-account-numbers-by-member.d.mts.map
|
|
@@ -36,7 +36,21 @@ declare const mxTechnologiesListAccountOwners: import("@keystrokehq/action").Wor
|
|
|
36
36
|
member_guid: string;
|
|
37
37
|
page?: number | undefined;
|
|
38
38
|
records_per_page?: number | undefined;
|
|
39
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
username: z.ZodString;
|
|
52
|
+
password: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>;
|
|
40
54
|
//#endregion
|
|
41
55
|
export { mxTechnologiesListAccountOwners };
|
|
42
56
|
//# sourceMappingURL=list-account-owners.d.cts.map
|
|
@@ -36,7 +36,21 @@ declare const mxTechnologiesListAccountOwners: import("@keystrokehq/action").Wor
|
|
|
36
36
|
member_guid: string;
|
|
37
37
|
page?: number | undefined;
|
|
38
38
|
records_per_page?: number | undefined;
|
|
39
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
username: z.ZodString;
|
|
52
|
+
password: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>;
|
|
40
54
|
//#endregion
|
|
41
55
|
export { mxTechnologiesListAccountOwners };
|
|
42
56
|
//# sourceMappingURL=list-account-owners.d.mts.map
|
|
@@ -44,7 +44,21 @@ declare const mxTechnologiesListAccounts: import("@keystrokehq/action").Workflow
|
|
|
44
44
|
is_manual?: boolean | undefined;
|
|
45
45
|
records_per_page?: number | undefined;
|
|
46
46
|
member_is_managed_by_user?: boolean | undefined;
|
|
47
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
47
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
username: z.ZodString;
|
|
53
|
+
password: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
username: z.ZodString;
|
|
60
|
+
password: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>;
|
|
48
62
|
//#endregion
|
|
49
63
|
export { mxTechnologiesListAccounts };
|
|
50
64
|
//# sourceMappingURL=list-accounts.d.cts.map
|
|
@@ -44,7 +44,21 @@ declare const mxTechnologiesListAccounts: import("@keystrokehq/action").Workflow
|
|
|
44
44
|
is_manual?: boolean | undefined;
|
|
45
45
|
records_per_page?: number | undefined;
|
|
46
46
|
member_is_managed_by_user?: boolean | undefined;
|
|
47
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
47
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
username: z.ZodString;
|
|
53
|
+
password: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
username: z.ZodString;
|
|
60
|
+
password: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>;
|
|
48
62
|
//#endregion
|
|
49
63
|
export { mxTechnologiesListAccounts };
|
|
50
64
|
//# sourceMappingURL=list-accounts.d.mts.map
|
|
@@ -36,7 +36,21 @@ declare const mxTechnologiesListBudgets: import("@keystrokehq/action").WorkflowA
|
|
|
36
36
|
user_guid: string;
|
|
37
37
|
page?: number | undefined;
|
|
38
38
|
records_per_page?: number | undefined;
|
|
39
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
username: z.ZodString;
|
|
52
|
+
password: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>;
|
|
40
54
|
//#endregion
|
|
41
55
|
export { mxTechnologiesListBudgets };
|
|
42
56
|
//# sourceMappingURL=list-budgets.d.cts.map
|
|
@@ -36,7 +36,21 @@ declare const mxTechnologiesListBudgets: import("@keystrokehq/action").WorkflowA
|
|
|
36
36
|
user_guid: string;
|
|
37
37
|
page?: number | undefined;
|
|
38
38
|
records_per_page?: number | undefined;
|
|
39
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
username: z.ZodString;
|
|
52
|
+
password: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>;
|
|
40
54
|
//#endregion
|
|
41
55
|
export { mxTechnologiesListBudgets };
|
|
42
56
|
//# sourceMappingURL=list-budgets.d.mts.map
|
|
@@ -28,7 +28,21 @@ declare const mxTechnologiesListCategories: import("@keystrokehq/action").Workfl
|
|
|
28
28
|
user_guid: string;
|
|
29
29
|
page?: number | undefined;
|
|
30
30
|
records_per_page?: number | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
username: z.ZodString;
|
|
37
|
+
password: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
username: z.ZodString;
|
|
44
|
+
password: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
32
46
|
//#endregion
|
|
33
47
|
export { mxTechnologiesListCategories };
|
|
34
48
|
//# sourceMappingURL=list-categories.d.cts.map
|
|
@@ -28,7 +28,21 @@ declare const mxTechnologiesListCategories: import("@keystrokehq/action").Workfl
|
|
|
28
28
|
user_guid: string;
|
|
29
29
|
page?: number | undefined;
|
|
30
30
|
records_per_page?: number | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
username: z.ZodString;
|
|
37
|
+
password: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
username: z.ZodString;
|
|
44
|
+
password: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
32
46
|
//#endregion
|
|
33
47
|
export { mxTechnologiesListCategories };
|
|
34
48
|
//# sourceMappingURL=list-categories.d.mts.map
|
|
@@ -29,7 +29,21 @@ declare const mxTechnologiesListChallenges: import("@keystrokehq/action").Workfl
|
|
|
29
29
|
member_guid: string;
|
|
30
30
|
page?: number | undefined;
|
|
31
31
|
records_per_page?: number | undefined;
|
|
32
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
32
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", 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<"mx_technologies", 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 { mxTechnologiesListChallenges };
|
|
35
49
|
//# sourceMappingURL=list-challenges.d.cts.map
|
|
@@ -29,7 +29,21 @@ declare const mxTechnologiesListChallenges: import("@keystrokehq/action").Workfl
|
|
|
29
29
|
member_guid: string;
|
|
30
30
|
page?: number | undefined;
|
|
31
31
|
records_per_page?: number | undefined;
|
|
32
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
32
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", 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<"mx_technologies", 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 { mxTechnologiesListChallenges };
|
|
35
49
|
//# sourceMappingURL=list-challenges.d.mts.map
|