@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
|
@@ -35,7 +35,21 @@ declare const mxTechnologiesListFavoriteInstitutions: import("@keystrokehq/actio
|
|
|
35
35
|
page?: number | undefined;
|
|
36
36
|
iso_country_code?: string[] | undefined;
|
|
37
37
|
records_per_page?: number | undefined;
|
|
38
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
38
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", 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>>]>;
|
|
39
53
|
//#endregion
|
|
40
54
|
export { mxTechnologiesListFavoriteInstitutions };
|
|
41
55
|
//# sourceMappingURL=list-favorite-institutions.d.cts.map
|
|
@@ -35,7 +35,21 @@ declare const mxTechnologiesListFavoriteInstitutions: import("@keystrokehq/actio
|
|
|
35
35
|
page?: number | undefined;
|
|
36
36
|
iso_country_code?: string[] | undefined;
|
|
37
37
|
records_per_page?: number | undefined;
|
|
38
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
38
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", 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>>]>;
|
|
39
53
|
//#endregion
|
|
40
54
|
export { mxTechnologiesListFavoriteInstitutions };
|
|
41
55
|
//# sourceMappingURL=list-favorite-institutions.d.mts.map
|
|
@@ -37,7 +37,21 @@ declare const mxTechnologiesListGoals: import("@keystrokehq/action").WorkflowAct
|
|
|
37
37
|
user_guid: string;
|
|
38
38
|
page?: number | undefined;
|
|
39
39
|
records_per_page?: number | undefined;
|
|
40
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
40
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, 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>>]>;
|
|
41
55
|
//#endregion
|
|
42
56
|
export { mxTechnologiesListGoals };
|
|
43
57
|
//# sourceMappingURL=list-goals.d.cts.map
|
|
@@ -37,7 +37,21 @@ declare const mxTechnologiesListGoals: import("@keystrokehq/action").WorkflowAct
|
|
|
37
37
|
user_guid: string;
|
|
38
38
|
page?: number | undefined;
|
|
39
39
|
records_per_page?: number | undefined;
|
|
40
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
40
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, 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>>]>;
|
|
41
55
|
//#endregion
|
|
42
56
|
export { mxTechnologiesListGoals };
|
|
43
57
|
//# sourceMappingURL=list-goals.d.mts.map
|
|
@@ -25,7 +25,21 @@ declare const mxTechnologiesListInstitutionCredentials: import("@keystrokehq/act
|
|
|
25
25
|
institution_code: string;
|
|
26
26
|
page?: number | undefined;
|
|
27
27
|
records_per_page?: number | undefined;
|
|
28
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
username: z.ZodString;
|
|
34
|
+
password: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
username: z.ZodString;
|
|
41
|
+
password: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>;
|
|
29
43
|
//#endregion
|
|
30
44
|
export { mxTechnologiesListInstitutionCredentials };
|
|
31
45
|
//# sourceMappingURL=list-institution-credentials.d.cts.map
|
|
@@ -25,7 +25,21 @@ declare const mxTechnologiesListInstitutionCredentials: import("@keystrokehq/act
|
|
|
25
25
|
institution_code: string;
|
|
26
26
|
page?: number | undefined;
|
|
27
27
|
records_per_page?: number | undefined;
|
|
28
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
username: z.ZodString;
|
|
34
|
+
password: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
username: z.ZodString;
|
|
41
|
+
password: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>;
|
|
29
43
|
//#endregion
|
|
30
44
|
export { mxTechnologiesListInstitutionCredentials };
|
|
31
45
|
//# sourceMappingURL=list-institution-credentials.d.mts.map
|
|
@@ -45,7 +45,21 @@ declare const mxTechnologiesListInstitutions: import("@keystrokehq/action").Work
|
|
|
45
45
|
iso_country_code?: string[] | undefined;
|
|
46
46
|
records_per_page?: number | undefined;
|
|
47
47
|
supported_products?: string[] | undefined;
|
|
48
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
48
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
username: z.ZodString;
|
|
54
|
+
password: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
49
63
|
//#endregion
|
|
50
64
|
export { mxTechnologiesListInstitutions };
|
|
51
65
|
//# sourceMappingURL=list-institutions.d.cts.map
|
|
@@ -45,7 +45,21 @@ declare const mxTechnologiesListInstitutions: import("@keystrokehq/action").Work
|
|
|
45
45
|
iso_country_code?: string[] | undefined;
|
|
46
46
|
records_per_page?: number | undefined;
|
|
47
47
|
supported_products?: string[] | undefined;
|
|
48
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
48
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
username: z.ZodString;
|
|
54
|
+
password: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
49
63
|
//#endregion
|
|
50
64
|
export { mxTechnologiesListInstitutions };
|
|
51
65
|
//# sourceMappingURL=list-institutions.d.mts.map
|
|
@@ -57,7 +57,21 @@ declare const mxTechnologiesListMemberAccounts: import("@keystrokehq/action").Wo
|
|
|
57
57
|
page?: number | undefined;
|
|
58
58
|
records_per_page?: number | undefined;
|
|
59
59
|
member_is_managed_by_user?: boolean | undefined;
|
|
60
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
60
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
61
|
+
connectionId: z.ZodString;
|
|
62
|
+
entityId: z.ZodString;
|
|
63
|
+
instanceId: z.ZodString;
|
|
64
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
65
|
+
username: z.ZodString;
|
|
66
|
+
password: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
username: z.ZodString;
|
|
73
|
+
password: z.ZodString;
|
|
74
|
+
}, z.core.$strip>>]>;
|
|
61
75
|
//#endregion
|
|
62
76
|
export { mxTechnologiesListMemberAccounts };
|
|
63
77
|
//# sourceMappingURL=list-member-accounts.d.cts.map
|
|
@@ -57,7 +57,21 @@ declare const mxTechnologiesListMemberAccounts: import("@keystrokehq/action").Wo
|
|
|
57
57
|
page?: number | undefined;
|
|
58
58
|
records_per_page?: number | undefined;
|
|
59
59
|
member_is_managed_by_user?: boolean | undefined;
|
|
60
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
60
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
61
|
+
connectionId: z.ZodString;
|
|
62
|
+
entityId: z.ZodString;
|
|
63
|
+
instanceId: z.ZodString;
|
|
64
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
65
|
+
username: z.ZodString;
|
|
66
|
+
password: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
username: z.ZodString;
|
|
73
|
+
password: z.ZodString;
|
|
74
|
+
}, z.core.$strip>>]>;
|
|
61
75
|
//#endregion
|
|
62
76
|
export { mxTechnologiesListMemberAccounts };
|
|
63
77
|
//# sourceMappingURL=list-member-accounts.d.mts.map
|
|
@@ -47,7 +47,21 @@ declare const mxTechnologiesListMembers: import("@keystrokehq/action").WorkflowA
|
|
|
47
47
|
page?: number | undefined;
|
|
48
48
|
use_case?: "PFM" | "MONEY_MOVEMENT" | undefined;
|
|
49
49
|
records_per_page?: number | undefined;
|
|
50
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
50
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
username: z.ZodString;
|
|
56
|
+
password: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
58
|
+
connectionId: z.ZodString;
|
|
59
|
+
entityId: z.ZodString;
|
|
60
|
+
instanceId: z.ZodString;
|
|
61
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
62
|
+
username: z.ZodString;
|
|
63
|
+
password: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>;
|
|
51
65
|
//#endregion
|
|
52
66
|
export { mxTechnologiesListMembers };
|
|
53
67
|
//# sourceMappingURL=list-members.d.cts.map
|
|
@@ -47,7 +47,21 @@ declare const mxTechnologiesListMembers: import("@keystrokehq/action").WorkflowA
|
|
|
47
47
|
page?: number | undefined;
|
|
48
48
|
use_case?: "PFM" | "MONEY_MOVEMENT" | undefined;
|
|
49
49
|
records_per_page?: number | undefined;
|
|
50
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
50
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
username: z.ZodString;
|
|
56
|
+
password: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
58
|
+
connectionId: z.ZodString;
|
|
59
|
+
entityId: z.ZodString;
|
|
60
|
+
instanceId: z.ZodString;
|
|
61
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
62
|
+
username: z.ZodString;
|
|
63
|
+
password: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>;
|
|
51
65
|
//#endregion
|
|
52
66
|
export { mxTechnologiesListMembers };
|
|
53
67
|
//# sourceMappingURL=list-members.d.mts.map
|
|
@@ -32,7 +32,21 @@ declare const mxTechnologiesListRewards: import("@keystrokehq/action").WorkflowA
|
|
|
32
32
|
member_guid: string;
|
|
33
33
|
page?: number | undefined;
|
|
34
34
|
records_per_page?: number | undefined;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
username: z.ZodString;
|
|
41
|
+
password: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
username: z.ZodString;
|
|
48
|
+
password: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>;
|
|
36
50
|
//#endregion
|
|
37
51
|
export { mxTechnologiesListRewards };
|
|
38
52
|
//# sourceMappingURL=list-rewards.d.cts.map
|
|
@@ -32,7 +32,21 @@ declare const mxTechnologiesListRewards: import("@keystrokehq/action").WorkflowA
|
|
|
32
32
|
member_guid: string;
|
|
33
33
|
page?: number | undefined;
|
|
34
34
|
records_per_page?: number | undefined;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
username: z.ZodString;
|
|
41
|
+
password: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
username: z.ZodString;
|
|
48
|
+
password: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>;
|
|
36
50
|
//#endregion
|
|
37
51
|
export { mxTechnologiesListRewards };
|
|
38
52
|
//# sourceMappingURL=list-rewards.d.mts.map
|
|
@@ -30,7 +30,21 @@ declare const mxTechnologiesListStatementsByMember: import("@keystrokehq/action"
|
|
|
30
30
|
member_guid: string;
|
|
31
31
|
page?: number | undefined;
|
|
32
32
|
records_per_page?: number | undefined;
|
|
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 { mxTechnologiesListStatementsByMember };
|
|
36
50
|
//# sourceMappingURL=list-statements-by-member.d.cts.map
|
|
@@ -30,7 +30,21 @@ declare const mxTechnologiesListStatementsByMember: import("@keystrokehq/action"
|
|
|
30
30
|
member_guid: string;
|
|
31
31
|
page?: number | undefined;
|
|
32
32
|
records_per_page?: number | undefined;
|
|
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 { mxTechnologiesListStatementsByMember };
|
|
36
50
|
//# sourceMappingURL=list-statements-by-member.d.mts.map
|
|
@@ -25,7 +25,21 @@ declare const mxTechnologiesListTaggings: import("@keystrokehq/action").Workflow
|
|
|
25
25
|
user_guid: string;
|
|
26
26
|
page?: number | undefined;
|
|
27
27
|
records_per_page?: number | undefined;
|
|
28
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
username: z.ZodString;
|
|
34
|
+
password: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
username: z.ZodString;
|
|
41
|
+
password: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>;
|
|
29
43
|
//#endregion
|
|
30
44
|
export { mxTechnologiesListTaggings };
|
|
31
45
|
//# sourceMappingURL=list-taggings.d.cts.map
|
|
@@ -25,7 +25,21 @@ declare const mxTechnologiesListTaggings: import("@keystrokehq/action").Workflow
|
|
|
25
25
|
user_guid: string;
|
|
26
26
|
page?: number | undefined;
|
|
27
27
|
records_per_page?: number | undefined;
|
|
28
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
username: z.ZodString;
|
|
34
|
+
password: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
username: z.ZodString;
|
|
41
|
+
password: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>;
|
|
29
43
|
//#endregion
|
|
30
44
|
export { mxTechnologiesListTaggings };
|
|
31
45
|
//# sourceMappingURL=list-taggings.d.mts.map
|
|
@@ -23,7 +23,21 @@ declare const mxTechnologiesListTags: import("@keystrokehq/action").WorkflowActi
|
|
|
23
23
|
user_guid: string;
|
|
24
24
|
page?: number | undefined;
|
|
25
25
|
records_per_page?: number | undefined;
|
|
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 { mxTechnologiesListTags };
|
|
29
43
|
//# sourceMappingURL=list-tags.d.cts.map
|
|
@@ -23,7 +23,21 @@ declare const mxTechnologiesListTags: import("@keystrokehq/action").WorkflowActi
|
|
|
23
23
|
user_guid: string;
|
|
24
24
|
page?: number | undefined;
|
|
25
25
|
records_per_page?: number | undefined;
|
|
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 { mxTechnologiesListTags };
|
|
29
43
|
//# sourceMappingURL=list-tags.d.mts.map
|
|
@@ -108,7 +108,21 @@ declare const mxTechnologiesListTransactionsByMember: import("@keystrokehq/actio
|
|
|
108
108
|
from_created_at?: number | undefined;
|
|
109
109
|
from_updated_at?: number | undefined;
|
|
110
110
|
records_per_page?: number | undefined;
|
|
111
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
111
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
112
|
+
connectionId: z.ZodString;
|
|
113
|
+
entityId: z.ZodString;
|
|
114
|
+
instanceId: z.ZodString;
|
|
115
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
116
|
+
username: z.ZodString;
|
|
117
|
+
password: z.ZodString;
|
|
118
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", 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>>]>;
|
|
112
126
|
//#endregion
|
|
113
127
|
export { mxTechnologiesListTransactionsByMember };
|
|
114
128
|
//# sourceMappingURL=list-transactions-by-member.d.cts.map
|
|
@@ -108,7 +108,21 @@ declare const mxTechnologiesListTransactionsByMember: import("@keystrokehq/actio
|
|
|
108
108
|
from_created_at?: number | undefined;
|
|
109
109
|
from_updated_at?: number | undefined;
|
|
110
110
|
records_per_page?: number | undefined;
|
|
111
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
111
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
112
|
+
connectionId: z.ZodString;
|
|
113
|
+
entityId: z.ZodString;
|
|
114
|
+
instanceId: z.ZodString;
|
|
115
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
116
|
+
username: z.ZodString;
|
|
117
|
+
password: z.ZodString;
|
|
118
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", 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>>]>;
|
|
112
126
|
//#endregion
|
|
113
127
|
export { mxTechnologiesListTransactionsByMember };
|
|
114
128
|
//# sourceMappingURL=list-transactions-by-member.d.mts.map
|
|
@@ -107,7 +107,21 @@ declare const mxTechnologiesListTransactions: import("@keystrokehq/action").Work
|
|
|
107
107
|
from_created_at?: number | undefined;
|
|
108
108
|
from_updated_at?: number | undefined;
|
|
109
109
|
records_per_page?: number | undefined;
|
|
110
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
110
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
111
|
+
connectionId: z.ZodString;
|
|
112
|
+
entityId: z.ZodString;
|
|
113
|
+
instanceId: z.ZodString;
|
|
114
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
115
|
+
username: z.ZodString;
|
|
116
|
+
password: z.ZodString;
|
|
117
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
118
|
+
connectionId: z.ZodString;
|
|
119
|
+
entityId: z.ZodString;
|
|
120
|
+
instanceId: z.ZodString;
|
|
121
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
122
|
+
username: z.ZodString;
|
|
123
|
+
password: z.ZodString;
|
|
124
|
+
}, z.core.$strip>>]>;
|
|
111
125
|
//#endregion
|
|
112
126
|
export { mxTechnologiesListTransactions };
|
|
113
127
|
//# sourceMappingURL=list-transactions.d.cts.map
|
|
@@ -107,7 +107,21 @@ declare const mxTechnologiesListTransactions: import("@keystrokehq/action").Work
|
|
|
107
107
|
from_created_at?: number | undefined;
|
|
108
108
|
from_updated_at?: number | undefined;
|
|
109
109
|
records_per_page?: number | undefined;
|
|
110
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
110
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
111
|
+
connectionId: z.ZodString;
|
|
112
|
+
entityId: z.ZodString;
|
|
113
|
+
instanceId: z.ZodString;
|
|
114
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
115
|
+
username: z.ZodString;
|
|
116
|
+
password: z.ZodString;
|
|
117
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mx_technologies", z.ZodObject<{
|
|
118
|
+
connectionId: z.ZodString;
|
|
119
|
+
entityId: z.ZodString;
|
|
120
|
+
instanceId: z.ZodString;
|
|
121
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
122
|
+
username: z.ZodString;
|
|
123
|
+
password: z.ZodString;
|
|
124
|
+
}, z.core.$strip>>]>;
|
|
111
125
|
//#endregion
|
|
112
126
|
export { mxTechnologiesListTransactions };
|
|
113
127
|
//# sourceMappingURL=list-transactions.d.mts.map
|
|
@@ -43,7 +43,21 @@ declare const mxTechnologiesListUsers: import("@keystrokehq/action").WorkflowAct
|
|
|
43
43
|
email?: string | undefined;
|
|
44
44
|
is_disabled?: boolean | undefined;
|
|
45
45
|
records_per_page?: number | 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 { mxTechnologiesListUsers };
|
|
49
63
|
//# sourceMappingURL=list-users.d.cts.map
|
|
@@ -43,7 +43,21 @@ declare const mxTechnologiesListUsers: import("@keystrokehq/action").WorkflowAct
|
|
|
43
43
|
email?: string | undefined;
|
|
44
44
|
is_disabled?: boolean | undefined;
|
|
45
45
|
records_per_page?: number | 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 { mxTechnologiesListUsers };
|
|
49
63
|
//# sourceMappingURL=list-users.d.mts.map
|