@keystrokehq/splitwise 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/add-friend.d.cts +13 -1
- package/dist/actions/add-friend.d.mts +13 -1
- package/dist/actions/add-user-to-group.d.cts +13 -1
- package/dist/actions/add-user-to-group.d.mts +13 -1
- package/dist/actions/create-comment.d.cts +13 -1
- package/dist/actions/create-comment.d.mts +13 -1
- package/dist/actions/create-expense.d.cts +13 -1
- package/dist/actions/create-expense.d.mts +13 -1
- package/dist/actions/create-friends.d.cts +13 -1
- package/dist/actions/create-friends.d.mts +13 -1
- package/dist/actions/create-group.d.cts +13 -1
- package/dist/actions/create-group.d.mts +13 -1
- package/dist/actions/delete-comment.d.cts +13 -1
- package/dist/actions/delete-comment.d.mts +13 -1
- package/dist/actions/delete-expense.d.cts +13 -1
- package/dist/actions/delete-expense.d.mts +13 -1
- package/dist/actions/delete-friend.d.cts +13 -1
- package/dist/actions/delete-friend.d.mts +13 -1
- package/dist/actions/delete-group.d.cts +13 -1
- package/dist/actions/delete-group.d.mts +13 -1
- package/dist/actions/get-categories.d.cts +13 -1
- package/dist/actions/get-categories.d.cts.map +1 -1
- package/dist/actions/get-categories.d.mts +13 -1
- package/dist/actions/get-categories.d.mts.map +1 -1
- package/dist/actions/get-comments.d.cts +13 -1
- package/dist/actions/get-comments.d.mts +13 -1
- package/dist/actions/get-currencies.d.cts +13 -1
- package/dist/actions/get-currencies.d.cts.map +1 -1
- package/dist/actions/get-currencies.d.mts +13 -1
- package/dist/actions/get-currencies.d.mts.map +1 -1
- package/dist/actions/get-current-user.d.cts +13 -1
- package/dist/actions/get-current-user.d.cts.map +1 -1
- package/dist/actions/get-current-user.d.mts +13 -1
- package/dist/actions/get-current-user.d.mts.map +1 -1
- package/dist/actions/get-expense.d.cts +13 -1
- package/dist/actions/get-expense.d.mts +13 -1
- package/dist/actions/get-expenses.d.cts +13 -1
- package/dist/actions/get-expenses.d.mts +13 -1
- package/dist/actions/get-friend.d.cts +13 -1
- package/dist/actions/get-friend.d.mts +13 -1
- package/dist/actions/get-friends.d.cts +13 -1
- package/dist/actions/get-friends.d.cts.map +1 -1
- package/dist/actions/get-friends.d.mts +13 -1
- package/dist/actions/get-friends.d.mts.map +1 -1
- package/dist/actions/get-group.d.cts +13 -1
- package/dist/actions/get-group.d.mts +13 -1
- package/dist/actions/get-groups.d.cts +13 -1
- package/dist/actions/get-groups.d.cts.map +1 -1
- package/dist/actions/get-groups.d.mts +13 -1
- package/dist/actions/get-groups.d.mts.map +1 -1
- package/dist/actions/get-notifications.d.cts +13 -1
- package/dist/actions/get-notifications.d.mts +13 -1
- package/dist/actions/get-user.d.cts +13 -1
- package/dist/actions/get-user.d.mts +13 -1
- package/dist/actions/remove-user-from-group.d.cts +13 -1
- package/dist/actions/remove-user-from-group.d.mts +13 -1
- package/dist/actions/undelete-expense.d.cts +13 -1
- package/dist/actions/undelete-expense.d.mts +13 -1
- package/dist/actions/undelete-group.d.cts +13 -1
- package/dist/actions/undelete-group.d.mts +13 -1
- package/dist/actions/update-expense.d.cts +13 -1
- package/dist/actions/update-expense.d.mts +13 -1
- package/dist/actions/update-user.d.cts +13 -1
- package/dist/actions/update-user.d.mts +13 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -35,7 +35,19 @@ declare const SplitwiseGetCurrentUserOutput: z.ZodObject<{
|
|
|
35
35
|
registration_status: z.ZodNullable<z.ZodString>;
|
|
36
36
|
}, z.core.$loose>>;
|
|
37
37
|
}, z.core.$loose>;
|
|
38
|
-
declare const splitwiseGetCurrentUser: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
38
|
+
declare const splitwiseGetCurrentUser: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
accessToken: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
45
|
+
connectionId: z.ZodString;
|
|
46
|
+
entityId: z.ZodString;
|
|
47
|
+
instanceId: z.ZodString;
|
|
48
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
+
accessToken: z.ZodString;
|
|
50
|
+
}, z.core.$strip>>]>;
|
|
39
51
|
//#endregion
|
|
40
52
|
export { splitwiseGetCurrentUser };
|
|
41
53
|
//# sourceMappingURL=get-current-user.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-current-user.d.mts","names":[],"sources":["../../src/actions/get-current-user.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAkC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-current-user.d.mts","names":[],"sources":["../../src/actions/get-current-user.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAkC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
|
|
@@ -124,7 +124,19 @@ declare const SplitwiseGetExpenseOutput: z.ZodObject<{
|
|
|
124
124
|
}, z.core.$loose>;
|
|
125
125
|
declare const splitwiseGetExpense: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
126
126
|
id: number;
|
|
127
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
127
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
128
|
+
connectionId: z.ZodString;
|
|
129
|
+
entityId: z.ZodString;
|
|
130
|
+
instanceId: z.ZodString;
|
|
131
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
132
|
+
accessToken: z.ZodString;
|
|
133
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
134
|
+
connectionId: z.ZodString;
|
|
135
|
+
entityId: z.ZodString;
|
|
136
|
+
instanceId: z.ZodString;
|
|
137
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
138
|
+
accessToken: z.ZodString;
|
|
139
|
+
}, z.core.$strip>>]>;
|
|
128
140
|
//#endregion
|
|
129
141
|
export { splitwiseGetExpense };
|
|
130
142
|
//# sourceMappingURL=get-expense.d.cts.map
|
|
@@ -124,7 +124,19 @@ declare const SplitwiseGetExpenseOutput: z.ZodObject<{
|
|
|
124
124
|
}, z.core.$loose>;
|
|
125
125
|
declare const splitwiseGetExpense: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
126
126
|
id: number;
|
|
127
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
127
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
128
|
+
connectionId: z.ZodString;
|
|
129
|
+
entityId: z.ZodString;
|
|
130
|
+
instanceId: z.ZodString;
|
|
131
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
132
|
+
accessToken: z.ZodString;
|
|
133
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
134
|
+
connectionId: z.ZodString;
|
|
135
|
+
entityId: z.ZodString;
|
|
136
|
+
instanceId: z.ZodString;
|
|
137
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
138
|
+
accessToken: z.ZodString;
|
|
139
|
+
}, z.core.$strip>>]>;
|
|
128
140
|
//#endregion
|
|
129
141
|
export { splitwiseGetExpense };
|
|
130
142
|
//# sourceMappingURL=get-expense.d.mts.map
|
|
@@ -140,7 +140,19 @@ declare const splitwiseGetExpenses: import("@keystrokehq/action").WorkflowAction
|
|
|
140
140
|
dated_before?: string | undefined;
|
|
141
141
|
updated_after?: string | undefined;
|
|
142
142
|
updated_before?: string | undefined;
|
|
143
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
143
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
144
|
+
connectionId: z.ZodString;
|
|
145
|
+
entityId: z.ZodString;
|
|
146
|
+
instanceId: z.ZodString;
|
|
147
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
148
|
+
accessToken: z.ZodString;
|
|
149
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
150
|
+
connectionId: z.ZodString;
|
|
151
|
+
entityId: z.ZodString;
|
|
152
|
+
instanceId: z.ZodString;
|
|
153
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
154
|
+
accessToken: z.ZodString;
|
|
155
|
+
}, z.core.$strip>>]>;
|
|
144
156
|
//#endregion
|
|
145
157
|
export { splitwiseGetExpenses };
|
|
146
158
|
//# sourceMappingURL=get-expenses.d.cts.map
|
|
@@ -140,7 +140,19 @@ declare const splitwiseGetExpenses: import("@keystrokehq/action").WorkflowAction
|
|
|
140
140
|
dated_before?: string | undefined;
|
|
141
141
|
updated_after?: string | undefined;
|
|
142
142
|
updated_before?: string | undefined;
|
|
143
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
143
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
144
|
+
connectionId: z.ZodString;
|
|
145
|
+
entityId: z.ZodString;
|
|
146
|
+
instanceId: z.ZodString;
|
|
147
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
148
|
+
accessToken: z.ZodString;
|
|
149
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
150
|
+
connectionId: z.ZodString;
|
|
151
|
+
entityId: z.ZodString;
|
|
152
|
+
instanceId: z.ZodString;
|
|
153
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
154
|
+
accessToken: z.ZodString;
|
|
155
|
+
}, z.core.$strip>>]>;
|
|
144
156
|
//#endregion
|
|
145
157
|
export { splitwiseGetExpenses };
|
|
146
158
|
//# sourceMappingURL=get-expenses.d.mts.map
|
|
@@ -33,7 +33,19 @@ declare const SplitwiseGetFriendOutput: z.ZodObject<{
|
|
|
33
33
|
}, z.core.$loose>;
|
|
34
34
|
declare const splitwiseGetFriend: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
35
35
|
id: number;
|
|
36
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
36
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
37
|
+
connectionId: z.ZodString;
|
|
38
|
+
entityId: z.ZodString;
|
|
39
|
+
instanceId: z.ZodString;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
accessToken: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
accessToken: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>;
|
|
37
49
|
//#endregion
|
|
38
50
|
export { splitwiseGetFriend };
|
|
39
51
|
//# sourceMappingURL=get-friend.d.cts.map
|
|
@@ -33,7 +33,19 @@ declare const SplitwiseGetFriendOutput: z.ZodObject<{
|
|
|
33
33
|
}, z.core.$loose>;
|
|
34
34
|
declare const splitwiseGetFriend: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
35
35
|
id: number;
|
|
36
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
36
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
37
|
+
connectionId: z.ZodString;
|
|
38
|
+
entityId: z.ZodString;
|
|
39
|
+
instanceId: z.ZodString;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
accessToken: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
accessToken: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>;
|
|
37
49
|
//#endregion
|
|
38
50
|
export { splitwiseGetFriend };
|
|
39
51
|
//# sourceMappingURL=get-friend.d.mts.map
|
|
@@ -29,7 +29,19 @@ declare const SplitwiseGetFriendsOutput: z.ZodObject<{
|
|
|
29
29
|
registration_status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
30
|
}, z.core.$loose>>;
|
|
31
31
|
}, z.core.$loose>;
|
|
32
|
-
declare const splitwiseGetFriends: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
32
|
+
declare const splitwiseGetFriends: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
accessToken: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
accessToken: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>;
|
|
33
45
|
//#endregion
|
|
34
46
|
export { splitwiseGetFriends };
|
|
35
47
|
//# sourceMappingURL=get-friends.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-friends.d.cts","names":[],"sources":["../../src/actions/get-friends.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cA0BxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-friends.d.cts","names":[],"sources":["../../src/actions/get-friends.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cA0BxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
|
|
@@ -29,7 +29,19 @@ declare const SplitwiseGetFriendsOutput: z.ZodObject<{
|
|
|
29
29
|
registration_status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
30
|
}, z.core.$loose>>;
|
|
31
31
|
}, z.core.$loose>;
|
|
32
|
-
declare const splitwiseGetFriends: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
32
|
+
declare const splitwiseGetFriends: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
accessToken: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
accessToken: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>;
|
|
33
45
|
//#endregion
|
|
34
46
|
export { splitwiseGetFriends };
|
|
35
47
|
//# sourceMappingURL=get-friends.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-friends.d.mts","names":[],"sources":["../../src/actions/get-friends.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cA0BxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-friends.d.mts","names":[],"sources":["../../src/actions/get-friends.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cA0BxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
|
|
@@ -68,7 +68,19 @@ declare const SplitwiseGetGroupOutput: z.ZodObject<{
|
|
|
68
68
|
}, z.core.$loose>;
|
|
69
69
|
declare const splitwiseGetGroup: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
70
70
|
id: number;
|
|
71
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
71
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
72
|
+
connectionId: z.ZodString;
|
|
73
|
+
entityId: z.ZodString;
|
|
74
|
+
instanceId: z.ZodString;
|
|
75
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
76
|
+
accessToken: z.ZodString;
|
|
77
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
78
|
+
connectionId: z.ZodString;
|
|
79
|
+
entityId: z.ZodString;
|
|
80
|
+
instanceId: z.ZodString;
|
|
81
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
82
|
+
accessToken: z.ZodString;
|
|
83
|
+
}, z.core.$strip>>]>;
|
|
72
84
|
//#endregion
|
|
73
85
|
export { splitwiseGetGroup };
|
|
74
86
|
//# sourceMappingURL=get-group.d.cts.map
|
|
@@ -68,7 +68,19 @@ declare const SplitwiseGetGroupOutput: z.ZodObject<{
|
|
|
68
68
|
}, z.core.$loose>;
|
|
69
69
|
declare const splitwiseGetGroup: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
70
70
|
id: number;
|
|
71
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
71
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
72
|
+
connectionId: z.ZodString;
|
|
73
|
+
entityId: z.ZodString;
|
|
74
|
+
instanceId: z.ZodString;
|
|
75
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
76
|
+
accessToken: z.ZodString;
|
|
77
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
78
|
+
connectionId: z.ZodString;
|
|
79
|
+
entityId: z.ZodString;
|
|
80
|
+
instanceId: z.ZodString;
|
|
81
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
82
|
+
accessToken: z.ZodString;
|
|
83
|
+
}, z.core.$strip>>]>;
|
|
72
84
|
//#endregion
|
|
73
85
|
export { splitwiseGetGroup };
|
|
74
86
|
//# sourceMappingURL=get-group.d.mts.map
|
|
@@ -63,7 +63,19 @@ declare const SplitwiseGetGroupsOutput: z.ZodObject<{
|
|
|
63
63
|
whiteboard_lock_version: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
64
64
|
}, z.core.$loose>>;
|
|
65
65
|
}, z.core.$loose>;
|
|
66
|
-
declare const splitwiseGetGroups: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
66
|
+
declare const splitwiseGetGroups: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
67
|
+
connectionId: z.ZodString;
|
|
68
|
+
entityId: z.ZodString;
|
|
69
|
+
instanceId: z.ZodString;
|
|
70
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
71
|
+
accessToken: z.ZodString;
|
|
72
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
73
|
+
connectionId: z.ZodString;
|
|
74
|
+
entityId: z.ZodString;
|
|
75
|
+
instanceId: z.ZodString;
|
|
76
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
77
|
+
accessToken: z.ZodString;
|
|
78
|
+
}, z.core.$strip>>]>;
|
|
67
79
|
//#endregion
|
|
68
80
|
export { splitwiseGetGroups };
|
|
69
81
|
//# sourceMappingURL=get-groups.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-groups.d.cts","names":[],"sources":["../../src/actions/get-groups.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cA8DvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-groups.d.cts","names":[],"sources":["../../src/actions/get-groups.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cA8DvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
|
|
@@ -63,7 +63,19 @@ declare const SplitwiseGetGroupsOutput: z.ZodObject<{
|
|
|
63
63
|
whiteboard_lock_version: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
64
64
|
}, z.core.$loose>>;
|
|
65
65
|
}, z.core.$loose>;
|
|
66
|
-
declare const splitwiseGetGroups: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
66
|
+
declare const splitwiseGetGroups: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
67
|
+
connectionId: z.ZodString;
|
|
68
|
+
entityId: z.ZodString;
|
|
69
|
+
instanceId: z.ZodString;
|
|
70
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
71
|
+
accessToken: z.ZodString;
|
|
72
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
73
|
+
connectionId: z.ZodString;
|
|
74
|
+
entityId: z.ZodString;
|
|
75
|
+
instanceId: z.ZodString;
|
|
76
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
77
|
+
accessToken: z.ZodString;
|
|
78
|
+
}, z.core.$strip>>]>;
|
|
67
79
|
//#endregion
|
|
68
80
|
export { splitwiseGetGroups };
|
|
69
81
|
//# sourceMappingURL=get-groups.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-groups.d.mts","names":[],"sources":["../../src/actions/get-groups.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cA8DvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-groups.d.mts","names":[],"sources":["../../src/actions/get-groups.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cA8DvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
|
|
@@ -24,7 +24,19 @@ declare const SplitwiseGetNotificationsOutput: z.ZodObject<{
|
|
|
24
24
|
declare const splitwiseGetNotifications: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
25
25
|
limit?: number | undefined;
|
|
26
26
|
updated_after?: string | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
accessToken: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
accessToken: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
28
40
|
//#endregion
|
|
29
41
|
export { splitwiseGetNotifications };
|
|
30
42
|
//# sourceMappingURL=get-notifications.d.cts.map
|
|
@@ -24,7 +24,19 @@ declare const SplitwiseGetNotificationsOutput: z.ZodObject<{
|
|
|
24
24
|
declare const splitwiseGetNotifications: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
25
25
|
limit?: number | undefined;
|
|
26
26
|
updated_after?: string | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
accessToken: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
accessToken: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
28
40
|
//#endregion
|
|
29
41
|
export { splitwiseGetNotifications };
|
|
30
42
|
//# sourceMappingURL=get-notifications.d.mts.map
|
|
@@ -21,7 +21,19 @@ declare const SplitwiseGetUserOutput: z.ZodObject<{
|
|
|
21
21
|
}, z.core.$loose>;
|
|
22
22
|
declare const splitwiseGetUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
23
23
|
id: number;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
accessToken: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
accessToken: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
25
37
|
//#endregion
|
|
26
38
|
export { splitwiseGetUser };
|
|
27
39
|
//# sourceMappingURL=get-user.d.cts.map
|
|
@@ -21,7 +21,19 @@ declare const SplitwiseGetUserOutput: z.ZodObject<{
|
|
|
21
21
|
}, z.core.$loose>;
|
|
22
22
|
declare const splitwiseGetUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
23
23
|
id: number;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
accessToken: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
accessToken: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
25
37
|
//#endregion
|
|
26
38
|
export { splitwiseGetUser };
|
|
27
39
|
//# sourceMappingURL=get-user.d.mts.map
|
|
@@ -12,7 +12,19 @@ declare const SplitwiseRemoveUserFromGroupOutput: z.ZodObject<{
|
|
|
12
12
|
declare const splitwiseRemoveUserFromGroup: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
user_id: number;
|
|
14
14
|
group_id: number;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
accessToken: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
accessToken: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { splitwiseRemoveUserFromGroup };
|
|
18
30
|
//# sourceMappingURL=remove-user-from-group.d.cts.map
|
|
@@ -12,7 +12,19 @@ declare const SplitwiseRemoveUserFromGroupOutput: z.ZodObject<{
|
|
|
12
12
|
declare const splitwiseRemoveUserFromGroup: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
user_id: number;
|
|
14
14
|
group_id: number;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
accessToken: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
accessToken: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { splitwiseRemoveUserFromGroup };
|
|
18
30
|
//# sourceMappingURL=remove-user-from-group.d.mts.map
|
|
@@ -10,7 +10,19 @@ declare const SplitwiseUndeleteExpenseOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const splitwiseUndeleteExpense: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
id: number;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
accessToken: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
accessToken: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
14
26
|
//#endregion
|
|
15
27
|
export { splitwiseUndeleteExpense };
|
|
16
28
|
//# sourceMappingURL=undelete-expense.d.cts.map
|
|
@@ -10,7 +10,19 @@ declare const SplitwiseUndeleteExpenseOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const splitwiseUndeleteExpense: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
id: number;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
accessToken: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
accessToken: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
14
26
|
//#endregion
|
|
15
27
|
export { splitwiseUndeleteExpense };
|
|
16
28
|
//# sourceMappingURL=undelete-expense.d.mts.map
|
|
@@ -10,7 +10,19 @@ declare const SplitwiseUndeleteGroupOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const splitwiseUndeleteGroup: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
id: number;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
accessToken: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
accessToken: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
14
26
|
//#endregion
|
|
15
27
|
export { splitwiseUndeleteGroup };
|
|
16
28
|
//# sourceMappingURL=undelete-group.d.cts.map
|
|
@@ -10,7 +10,19 @@ declare const SplitwiseUndeleteGroupOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const splitwiseUndeleteGroup: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
id: number;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
accessToken: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
accessToken: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
14
26
|
//#endregion
|
|
15
27
|
export { splitwiseUndeleteGroup };
|
|
16
28
|
//# sourceMappingURL=undelete-group.d.mts.map
|
|
@@ -49,7 +49,19 @@ declare const splitwiseUpdateExpense: import("@keystrokehq/action").WorkflowActi
|
|
|
49
49
|
description?: string | undefined;
|
|
50
50
|
currency_code?: string | undefined;
|
|
51
51
|
repeat_interval?: "never" | "weekly" | "fortnightly" | "monthly" | "yearly" | undefined;
|
|
52
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
52
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
53
|
+
connectionId: z.ZodString;
|
|
54
|
+
entityId: z.ZodString;
|
|
55
|
+
instanceId: z.ZodString;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
accessToken: z.ZodString;
|
|
58
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
59
|
+
connectionId: z.ZodString;
|
|
60
|
+
entityId: z.ZodString;
|
|
61
|
+
instanceId: z.ZodString;
|
|
62
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
63
|
+
accessToken: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>;
|
|
53
65
|
//#endregion
|
|
54
66
|
export { splitwiseUpdateExpense };
|
|
55
67
|
//# sourceMappingURL=update-expense.d.cts.map
|
|
@@ -49,7 +49,19 @@ declare const splitwiseUpdateExpense: import("@keystrokehq/action").WorkflowActi
|
|
|
49
49
|
description?: string | undefined;
|
|
50
50
|
currency_code?: string | undefined;
|
|
51
51
|
repeat_interval?: "never" | "weekly" | "fortnightly" | "monthly" | "yearly" | undefined;
|
|
52
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
52
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
53
|
+
connectionId: z.ZodString;
|
|
54
|
+
entityId: z.ZodString;
|
|
55
|
+
instanceId: z.ZodString;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
accessToken: z.ZodString;
|
|
58
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
59
|
+
connectionId: z.ZodString;
|
|
60
|
+
entityId: z.ZodString;
|
|
61
|
+
instanceId: z.ZodString;
|
|
62
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
63
|
+
accessToken: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>;
|
|
53
65
|
//#endregion
|
|
54
66
|
export { splitwiseUpdateExpense };
|
|
55
67
|
//# sourceMappingURL=update-expense.d.mts.map
|
|
@@ -51,7 +51,19 @@ declare const splitwiseUpdateUser: import("@keystrokehq/action").WorkflowActionD
|
|
|
51
51
|
last_name?: string | undefined;
|
|
52
52
|
first_name?: string | undefined;
|
|
53
53
|
default_currency?: string | undefined;
|
|
54
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
54
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
accessToken: z.ZodString;
|
|
60
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
61
|
+
connectionId: z.ZodString;
|
|
62
|
+
entityId: z.ZodString;
|
|
63
|
+
instanceId: z.ZodString;
|
|
64
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
65
|
+
accessToken: z.ZodString;
|
|
66
|
+
}, z.core.$strip>>]>;
|
|
55
67
|
//#endregion
|
|
56
68
|
export { splitwiseUpdateUser };
|
|
57
69
|
//# sourceMappingURL=update-user.d.cts.map
|
|
@@ -51,7 +51,19 @@ declare const splitwiseUpdateUser: import("@keystrokehq/action").WorkflowActionD
|
|
|
51
51
|
last_name?: string | undefined;
|
|
52
52
|
first_name?: string | undefined;
|
|
53
53
|
default_currency?: string | undefined;
|
|
54
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
54
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
accessToken: z.ZodString;
|
|
60
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"splitwise", z.ZodObject<{
|
|
61
|
+
connectionId: z.ZodString;
|
|
62
|
+
entityId: z.ZodString;
|
|
63
|
+
instanceId: z.ZodString;
|
|
64
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
65
|
+
accessToken: z.ZodString;
|
|
66
|
+
}, z.core.$strip>>]>;
|
|
55
67
|
//#endregion
|
|
56
68
|
export { splitwiseUpdateUser };
|
|
57
69
|
//# sourceMappingURL=update-user.d.mts.map
|