@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
|
@@ -52,7 +52,21 @@ declare const MxTechnologiesReadAccountOutput: z.ZodObject<{
|
|
|
52
52
|
declare const mxTechnologiesReadAccount: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
53
53
|
user_guid: string;
|
|
54
54
|
account_guid: string;
|
|
55
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
55
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
username: z.ZodString;
|
|
61
|
+
password: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
63
|
+
connectionId: z.ZodString;
|
|
64
|
+
entityId: z.ZodString;
|
|
65
|
+
instanceId: z.ZodString;
|
|
66
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
67
|
+
username: z.ZodString;
|
|
68
|
+
password: z.ZodString;
|
|
69
|
+
}, z.core.$strip>>]>;
|
|
56
70
|
//#endregion
|
|
57
71
|
export { mxTechnologiesReadAccount };
|
|
58
72
|
//# sourceMappingURL=read-account.d.cts.map
|
|
@@ -52,7 +52,21 @@ declare const MxTechnologiesReadAccountOutput: z.ZodObject<{
|
|
|
52
52
|
declare const mxTechnologiesReadAccount: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
53
53
|
user_guid: string;
|
|
54
54
|
account_guid: string;
|
|
55
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
55
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
username: z.ZodString;
|
|
61
|
+
password: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
63
|
+
connectionId: z.ZodString;
|
|
64
|
+
entityId: z.ZodString;
|
|
65
|
+
instanceId: z.ZodString;
|
|
66
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
67
|
+
username: z.ZodString;
|
|
68
|
+
password: z.ZodString;
|
|
69
|
+
}, z.core.$strip>>]>;
|
|
56
70
|
//#endregion
|
|
57
71
|
export { mxTechnologiesReadAccount };
|
|
58
72
|
//# sourceMappingURL=read-account.d.mts.map
|
|
@@ -16,7 +16,21 @@ declare const MxTechnologiesReadCategoryOutput: z.ZodObject<{
|
|
|
16
16
|
}, z.core.$loose>;
|
|
17
17
|
declare const mxTechnologiesReadCategory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
18
18
|
category_guid: string;
|
|
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 { mxTechnologiesReadCategory };
|
|
22
36
|
//# sourceMappingURL=read-category.d.cts.map
|
|
@@ -16,7 +16,21 @@ declare const MxTechnologiesReadCategoryOutput: z.ZodObject<{
|
|
|
16
16
|
}, z.core.$loose>;
|
|
17
17
|
declare const mxTechnologiesReadCategory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
18
18
|
category_guid: string;
|
|
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 { mxTechnologiesReadCategory };
|
|
22
36
|
//# sourceMappingURL=read-category.d.mts.map
|
|
@@ -30,7 +30,21 @@ declare const MxTechnologiesReadFdxAccountOutput: z.ZodObject<{
|
|
|
30
30
|
}, z.core.$loose>;
|
|
31
31
|
declare const mxTechnologiesReadFdxAccount: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
32
32
|
accountId: string;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
username: z.ZodString;
|
|
39
|
+
password: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
username: z.ZodString;
|
|
46
|
+
password: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>;
|
|
34
48
|
//#endregion
|
|
35
49
|
export { mxTechnologiesReadFdxAccount };
|
|
36
50
|
//# sourceMappingURL=read-fdx-account.d.cts.map
|
|
@@ -30,7 +30,21 @@ declare const MxTechnologiesReadFdxAccountOutput: z.ZodObject<{
|
|
|
30
30
|
}, z.core.$loose>;
|
|
31
31
|
declare const mxTechnologiesReadFdxAccount: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
32
32
|
accountId: string;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
username: z.ZodString;
|
|
39
|
+
password: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
username: z.ZodString;
|
|
46
|
+
password: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>;
|
|
34
48
|
//#endregion
|
|
35
49
|
export { mxTechnologiesReadFdxAccount };
|
|
36
50
|
//# sourceMappingURL=read-fdx-account.d.mts.map
|
|
@@ -26,7 +26,21 @@ declare const MxTechnologiesReadInstitutionOutput: z.ZodObject<{
|
|
|
26
26
|
}, z.core.$loose>;
|
|
27
27
|
declare const mxTechnologiesReadInstitution: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
28
28
|
institution_code: string;
|
|
29
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
29
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
username: z.ZodString;
|
|
35
|
+
password: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
37
|
+
connectionId: z.ZodString;
|
|
38
|
+
entityId: z.ZodString;
|
|
39
|
+
instanceId: z.ZodString;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
username: z.ZodString;
|
|
42
|
+
password: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
30
44
|
//#endregion
|
|
31
45
|
export { mxTechnologiesReadInstitution };
|
|
32
46
|
//# sourceMappingURL=read-institution.d.cts.map
|
|
@@ -26,7 +26,21 @@ declare const MxTechnologiesReadInstitutionOutput: z.ZodObject<{
|
|
|
26
26
|
}, z.core.$loose>;
|
|
27
27
|
declare const mxTechnologiesReadInstitution: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
28
28
|
institution_code: string;
|
|
29
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
29
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
username: z.ZodString;
|
|
35
|
+
password: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
37
|
+
connectionId: z.ZodString;
|
|
38
|
+
entityId: z.ZodString;
|
|
39
|
+
instanceId: z.ZodString;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
username: z.ZodString;
|
|
42
|
+
password: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
30
44
|
//#endregion
|
|
31
45
|
export { mxTechnologiesReadInstitution };
|
|
32
46
|
//# sourceMappingURL=read-institution.d.mts.map
|
|
@@ -91,7 +91,21 @@ declare const mxTechnologiesReadTransactionByAccount: import("@keystrokehq/actio
|
|
|
91
91
|
transaction_identifier: string;
|
|
92
92
|
includes?: string | undefined;
|
|
93
93
|
Accept_Version?: string | undefined;
|
|
94
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
94
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
95
|
+
connectionId: z.ZodString;
|
|
96
|
+
entityId: z.ZodString;
|
|
97
|
+
instanceId: z.ZodString;
|
|
98
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
99
|
+
username: z.ZodString;
|
|
100
|
+
password: z.ZodString;
|
|
101
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
102
|
+
connectionId: z.ZodString;
|
|
103
|
+
entityId: z.ZodString;
|
|
104
|
+
instanceId: z.ZodString;
|
|
105
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
106
|
+
username: z.ZodString;
|
|
107
|
+
password: z.ZodString;
|
|
108
|
+
}, z.core.$strip>>]>;
|
|
95
109
|
//#endregion
|
|
96
110
|
export { mxTechnologiesReadTransactionByAccount };
|
|
97
111
|
//# sourceMappingURL=read-transaction-by-account.d.cts.map
|
|
@@ -91,7 +91,21 @@ declare const mxTechnologiesReadTransactionByAccount: import("@keystrokehq/actio
|
|
|
91
91
|
transaction_identifier: string;
|
|
92
92
|
includes?: string | undefined;
|
|
93
93
|
Accept_Version?: string | undefined;
|
|
94
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
94
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
95
|
+
connectionId: z.ZodString;
|
|
96
|
+
entityId: z.ZodString;
|
|
97
|
+
instanceId: z.ZodString;
|
|
98
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
99
|
+
username: z.ZodString;
|
|
100
|
+
password: z.ZodString;
|
|
101
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
102
|
+
connectionId: z.ZodString;
|
|
103
|
+
entityId: z.ZodString;
|
|
104
|
+
instanceId: z.ZodString;
|
|
105
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
106
|
+
username: z.ZodString;
|
|
107
|
+
password: z.ZodString;
|
|
108
|
+
}, z.core.$strip>>]>;
|
|
95
109
|
//#endregion
|
|
96
110
|
export { mxTechnologiesReadTransactionByAccount };
|
|
97
111
|
//# sourceMappingURL=read-transaction-by-account.d.mts.map
|
|
@@ -19,7 +19,21 @@ declare const MxTechnologiesReadTransactionRuleOutput: z.ZodObject<{
|
|
|
19
19
|
declare const mxTechnologiesReadTransactionRule: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
20
|
user_guid: string;
|
|
21
21
|
transaction_rule_guid: string;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
username: z.ZodString;
|
|
35
|
+
password: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
23
37
|
//#endregion
|
|
24
38
|
export { mxTechnologiesReadTransactionRule };
|
|
25
39
|
//# sourceMappingURL=read-transaction-rule.d.cts.map
|
|
@@ -19,7 +19,21 @@ declare const MxTechnologiesReadTransactionRuleOutput: z.ZodObject<{
|
|
|
19
19
|
declare const mxTechnologiesReadTransactionRule: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
20
|
user_guid: string;
|
|
21
21
|
transaction_rule_guid: string;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
username: z.ZodString;
|
|
35
|
+
password: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
23
37
|
//#endregion
|
|
24
38
|
export { mxTechnologiesReadTransactionRule };
|
|
25
39
|
//# sourceMappingURL=read-transaction-rule.d.mts.map
|
|
@@ -55,7 +55,21 @@ declare const MxTechnologiesReadTransactionOutput: z.ZodObject<{
|
|
|
55
55
|
declare const mxTechnologiesReadTransaction: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
56
56
|
user_guid: string;
|
|
57
57
|
transaction_guid: string;
|
|
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 { mxTechnologiesReadTransaction };
|
|
61
75
|
//# sourceMappingURL=read-transaction.d.cts.map
|
|
@@ -55,7 +55,21 @@ declare const MxTechnologiesReadTransactionOutput: z.ZodObject<{
|
|
|
55
55
|
declare const mxTechnologiesReadTransaction: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
56
56
|
user_guid: string;
|
|
57
57
|
transaction_guid: string;
|
|
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 { mxTechnologiesReadTransaction };
|
|
61
75
|
//# sourceMappingURL=read-transaction.d.mts.map
|
|
@@ -29,7 +29,21 @@ declare const mxTechnologiesUpdateTransactionRules: import("@keystrokehq/action"
|
|
|
29
29
|
match_description?: string | undefined;
|
|
30
30
|
};
|
|
31
31
|
transaction_rule_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 { mxTechnologiesUpdateTransactionRules };
|
|
35
49
|
//# sourceMappingURL=update-transaction-rules.d.cts.map
|
|
@@ -29,7 +29,21 @@ declare const mxTechnologiesUpdateTransactionRules: import("@keystrokehq/action"
|
|
|
29
29
|
match_description?: string | undefined;
|
|
30
30
|
};
|
|
31
31
|
transaction_rule_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 { mxTechnologiesUpdateTransactionRules };
|
|
35
49
|
//# sourceMappingURL=update-transaction-rules.d.mts.map
|
|
@@ -74,7 +74,21 @@ declare const mxTechnologiesUpdateTransaction: import("@keystrokehq/action").Wor
|
|
|
74
74
|
account_identifier: string;
|
|
75
75
|
transaction_identifier: string;
|
|
76
76
|
Accept_Version?: string | undefined;
|
|
77
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
77
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
78
|
+
connectionId: z.ZodString;
|
|
79
|
+
entityId: z.ZodString;
|
|
80
|
+
instanceId: z.ZodString;
|
|
81
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
82
|
+
username: z.ZodString;
|
|
83
|
+
password: z.ZodString;
|
|
84
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
85
|
+
connectionId: z.ZodString;
|
|
86
|
+
entityId: z.ZodString;
|
|
87
|
+
instanceId: z.ZodString;
|
|
88
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
89
|
+
username: z.ZodString;
|
|
90
|
+
password: z.ZodString;
|
|
91
|
+
}, z.core.$strip>>]>;
|
|
78
92
|
//#endregion
|
|
79
93
|
export { mxTechnologiesUpdateTransaction };
|
|
80
94
|
//# sourceMappingURL=update-transaction.d.cts.map
|
|
@@ -74,7 +74,21 @@ declare const mxTechnologiesUpdateTransaction: import("@keystrokehq/action").Wor
|
|
|
74
74
|
account_identifier: string;
|
|
75
75
|
transaction_identifier: string;
|
|
76
76
|
Accept_Version?: string | undefined;
|
|
77
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
77
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
78
|
+
connectionId: z.ZodString;
|
|
79
|
+
entityId: z.ZodString;
|
|
80
|
+
instanceId: z.ZodString;
|
|
81
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
82
|
+
username: z.ZodString;
|
|
83
|
+
password: z.ZodString;
|
|
84
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
85
|
+
connectionId: z.ZodString;
|
|
86
|
+
entityId: z.ZodString;
|
|
87
|
+
instanceId: z.ZodString;
|
|
88
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
89
|
+
username: z.ZodString;
|
|
90
|
+
password: z.ZodString;
|
|
91
|
+
}, z.core.$strip>>]>;
|
|
78
92
|
//#endregion
|
|
79
93
|
export { mxTechnologiesUpdateTransaction };
|
|
80
94
|
//# sourceMappingURL=update-transaction.d.mts.map
|
|
@@ -23,7 +23,21 @@ declare const mxTechnologiesUpdateUsersTaggings: import("@keystrokehq/action").W
|
|
|
23
23
|
};
|
|
24
24
|
user_guid: string;
|
|
25
25
|
tagging_guid: string;
|
|
26
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
26
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
username: z.ZodString;
|
|
39
|
+
password: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>;
|
|
27
41
|
//#endregion
|
|
28
42
|
export { mxTechnologiesUpdateUsersTaggings };
|
|
29
43
|
//# sourceMappingURL=update-users-taggings.d.cts.map
|
|
@@ -23,7 +23,21 @@ declare const mxTechnologiesUpdateUsersTaggings: import("@keystrokehq/action").W
|
|
|
23
23
|
};
|
|
24
24
|
user_guid: string;
|
|
25
25
|
tagging_guid: string;
|
|
26
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
26
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
username: z.ZodString;
|
|
39
|
+
password: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>;
|
|
27
41
|
//#endregion
|
|
28
42
|
export { mxTechnologiesUpdateUsersTaggings };
|
|
29
43
|
//# sourceMappingURL=update-users-taggings.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 mxTechnologies = (0,
|
|
4
|
+
const mxTechnologies = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "mx_technologies",
|
|
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.mxTechnologies = mxTechnologies;
|
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 mxTechnologies = defineApp({\n slug: \"mx_technologies\",\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 mxTechnologies = defineApp({\n slug: \"mx_technologies\",\n auth: \"keystroke\",\n credential: {\n username: z.string(),\n password: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,kBAAA,GAAA,2BAAA,UAAA,CAA2B;CACtC,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 mxTechnologies: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const mxTechnologies: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"mx_technologies", 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 { mxTechnologies };
|
|
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,cAAA,6BAAc,GAAA,+BAAA,UAAA,oBAAA,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 mxTechnologies: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const mxTechnologies: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"mx_technologies", 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 { mxTechnologies };
|
|
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,cAAA,6BAAc,GAAA,+BAAA,UAAA,oBAAA,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 mxTechnologies = defineApp({
|
|
4
5
|
slug: "mx_technologies",
|
|
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 { mxTechnologies };
|
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 mxTechnologies = defineApp({\n slug: \"mx_technologies\",\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 mxTechnologies = defineApp({\n slug: \"mx_technologies\",\n auth: \"keystroke\",\n credential: {\n username: z.string(),\n password: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,iBAAiB,UAAU;CACtC,MAAM;CACN,MAAM;CACN,YAAY;EACV,UAAU,EAAE,OAAO;EACnB,UAAU,EAAE,OAAO;CACrB;AACF,CAAC"}
|