bantr-api-client 1.6.0 → 11.0.2
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/api-type/src/models/assists.d.ts +7 -0
- package/api-type/src/models/base_league.d.ts +45 -0
- package/api-type/src/models/block.d.ts +27 -0
- package/api-type/src/models/chat.d.ts +37 -0
- package/api-type/src/models/chat_members.d.ts +36 -0
- package/api-type/src/models/clap.d.ts +38 -0
- package/api-type/src/models/comment.d.ts +46 -0
- package/api-type/src/models/demo_leads.d.ts +64 -0
- package/api-type/src/models/direct_message.d.ts +34 -0
- package/api-type/src/models/dynamic_group.d.ts +42 -0
- package/api-type/src/models/dynamic_season_league_template.d.ts +120 -0
- package/api-type/src/models/dynamic_stage.d.ts +52 -0
- package/api-type/src/models/dynamic_stage_template.d.ts +50 -0
- package/api-type/src/models/emoji.d.ts +31 -0
- package/api-type/src/models/emoji_media_mapper.d.ts +38 -0
- package/api-type/src/models/event.d.ts +133 -0
- package/api-type/src/models/free_agent_payment.d.ts +108 -0
- package/api-type/src/models/game_stat_model.d.ts +55 -0
- package/api-type/src/models/goals.d.ts +7 -0
- package/api-type/src/models/hooks/chat_member.d.ts +4 -0
- package/api-type/src/models/hooks/event.d.ts +6 -0
- package/api-type/src/models/hooks/league_schedule.d.ts +3 -0
- package/api-type/src/models/hooks/pickup_group_member.d.ts +4 -0
- package/api-type/src/models/hooks/schedule_events.d.ts +2 -0
- package/api-type/src/models/hooks/team_roster.d.ts +4 -0
- package/api-type/src/models/invite.d.ts +108 -0
- package/api-type/src/models/job.d.ts +33 -0
- package/api-type/src/models/job_type.d.ts +26 -0
- package/api-type/src/models/last_seen_team_message.d.ts +31 -0
- package/api-type/src/models/league.d.ts +175 -0
- package/api-type/src/models/league_group_teams.d.ts +38 -0
- package/api-type/src/models/league_media.d.ts +57 -0
- package/api-type/src/models/league_payment.d.ts +93 -0
- package/api-type/src/models/league_price.d.ts +52 -0
- package/api-type/src/models/league_registration.d.ts +41 -0
- package/api-type/src/models/league_schedule.d.ts +116 -0
- package/api-type/src/models/league_schedule_referee.d.ts +29 -0
- package/api-type/src/models/league_standing.d.ts +83 -0
- package/api-type/src/models/league_stripe.d.ts +23 -0
- package/api-type/src/models/league_teams.d.ts +34 -0
- package/api-type/src/models/league_template.d.ts +35 -0
- package/api-type/src/models/league_waitlist.d.ts +39 -0
- package/api-type/src/models/market_post.d.ts +91 -0
- package/api-type/src/models/match_cards.d.ts +42 -0
- package/api-type/src/models/match_notes.d.ts +49 -0
- package/api-type/src/models/member.d.ts +138 -0
- package/api-type/src/models/member_hidden_comment.d.ts +31 -0
- package/api-type/src/models/member_hidden_message.d.ts +48 -0
- package/api-type/src/models/member_muted_chat.d.ts +38 -0
- package/api-type/src/models/member_muted_event.d.ts +25 -0
- package/api-type/src/models/member_organizations.d.ts +65 -0
- package/api-type/src/models/member_stripe.d.ts +23 -0
- package/api-type/src/models/message.d.ts +34 -0
- package/api-type/src/models/mvp_votes.d.ts +42 -0
- package/api-type/src/models/notification.d.ts +46 -0
- package/api-type/src/models/oauth.d.ts +49 -0
- package/api-type/src/models/organization.d.ts +68 -0
- package/api-type/src/models/organization_free_agent.d.ts +70 -0
- package/api-type/src/models/organization_free_agent_price.d.ts +37 -0
- package/api-type/src/models/organization_leagues.d.ts +23 -0
- package/api-type/src/models/organization_learn_more.d.ts +75 -0
- package/api-type/src/models/organization_stripe.d.ts +68 -0
- package/api-type/src/models/organization_waivers.d.ts +59 -0
- package/api-type/src/models/organization_workspace.d.ts +76 -0
- package/api-type/src/models/organizer.d.ts +70 -0
- package/api-type/src/models/organizer_roles.d.ts +26 -0
- package/api-type/src/models/pickup.d.ts +163 -0
- package/api-type/src/models/pickup_config.d.ts +34 -0
- package/api-type/src/models/pickup_group.d.ts +83 -0
- package/api-type/src/models/pickup_group_members.d.ts +42 -0
- package/api-type/src/models/pickup_payments.d.ts +79 -0
- package/api-type/src/models/pickup_price.d.ts +41 -0
- package/api-type/src/models/pickup_registration.d.ts +38 -0
- package/api-type/src/models/pickup_roster.d.ts +41 -0
- package/api-type/src/models/pickup_stripe.d.ts +23 -0
- package/api-type/src/models/pickup_waitlist.d.ts +33 -0
- package/api-type/src/models/post.d.ts +66 -0
- package/api-type/src/models/referee_note.d.ts +35 -0
- package/api-type/src/models/referee_organization.d.ts +29 -0
- package/api-type/src/models/referees.d.ts +63 -0
- package/api-type/src/models/refresh_token.d.ts +39 -0
- package/api-type/src/models/refund.d.ts +57 -0
- package/api-type/src/models/report.d.ts +32 -0
- package/api-type/src/models/reported_comment.d.ts +28 -0
- package/api-type/src/models/reported_event.d.ts +28 -0
- package/api-type/src/models/reported_message.d.ts +28 -0
- package/api-type/src/models/reported_player.d.ts +28 -0
- package/api-type/src/models/role.d.ts +44 -0
- package/api-type/src/models/rsvp.d.ts +47 -0
- package/api-type/src/models/schedule_event.d.ts +59 -0
- package/api-type/src/models/season.d.ts +48 -0
- package/api-type/src/models/season_league_template.d.ts +126 -0
- package/api-type/src/models/setting.d.ts +24 -0
- package/api-type/src/models/signed_member_waivers.d.ts +59 -0
- package/api-type/src/models/stripe_balance.d.ts +59 -0
- package/api-type/src/models/stripe_transaction.d.ts +65 -0
- package/api-type/src/models/stripe_transfer.d.ts +59 -0
- package/api-type/src/models/stripe_webhook.d.ts +26 -0
- package/api-type/src/models/support.d.ts +39 -0
- package/api-type/src/models/team.d.ts +97 -0
- package/api-type/src/models/team_league_season_roster.d.ts +42 -0
- package/api-type/src/models/team_members.d.ts +43 -0
- package/api-type/src/models/team_message.d.ts +33 -0
- package/api-type/src/models/team_roster.d.ts +71 -0
- package/api-type/src/models/transaction.d.ts +155 -0
- package/api-type/src/models/transaction_event.d.ts +49 -0
- package/api-type/src/models/utils/chat.d.ts +6 -0
- package/api-type/src/models/utils/league.d.ts +2 -0
- package/api-type/src/models/utils/organization.d.ts +1 -0
- package/api-type/src/models/utils/team.d.ts +2 -0
- package/api-type/src/trpcRouter/discount_code.router.d.ts +12 -12
- package/api-type/src/trpcRouter/free_agent_payments.router.d.ts +3 -3
- package/api-type/src/trpcRouter/league_payments.router.d.ts +21 -21
- package/api-type/src/trpcRouter/oauth.router.d.ts +1 -1
- package/api-type/src/trpcRouter/organization.router.d.ts +2 -2
- package/api-type/src/trpcRouter/pickup_payments.router.d.ts +3 -3
- package/api-type/src/trpcRouter/product.router.d.ts +2 -2
- package/api-type/src/trpcRouter/router.d.ts +148 -148
- package/api-type/src/trpcRouter/team.d.ts +16 -16
- package/api-type/src/trpcRouter/transaction.router.d.ts +14 -14
- package/dist/src/index.d.ts +222 -222
- package/dist/src/provider.d.ts +148 -148
- package/dist/src/query.d.ts +74 -74
- package/package.json +1 -1
- package/tsconfig.json +1 -1
package/dist/src/provider.d.ts
CHANGED
@@ -22,9 +22,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
22
22
|
}>;
|
23
23
|
_meta: object;
|
24
24
|
_ctx_out: {
|
25
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
25
26
|
req: import("http").IncomingMessage;
|
26
27
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
27
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
28
28
|
};
|
29
29
|
_input_in: {
|
30
30
|
authorization?: string | undefined;
|
@@ -46,17 +46,17 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
46
46
|
}>;
|
47
47
|
_meta: object;
|
48
48
|
_ctx_out: {
|
49
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
49
50
|
req: import("http").IncomingMessage;
|
50
51
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
51
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
52
52
|
};
|
53
53
|
_input_in: {
|
54
54
|
authorization?: string | undefined;
|
55
55
|
limit: number;
|
56
56
|
cursor: number;
|
57
57
|
orgWorkspaceId?: number | null | undefined;
|
58
|
-
direction?: "asc" | "desc" | undefined;
|
59
58
|
code?: string | undefined;
|
59
|
+
direction?: "asc" | "desc" | undefined;
|
60
60
|
listExpired?: boolean | undefined;
|
61
61
|
};
|
62
62
|
_input_out: {
|
@@ -83,14 +83,14 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
83
83
|
}>;
|
84
84
|
_meta: object;
|
85
85
|
_ctx_out: {
|
86
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
86
87
|
req: import("http").IncomingMessage;
|
87
88
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
88
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
89
89
|
};
|
90
90
|
_input_in: {
|
91
91
|
authorization?: string | undefined;
|
92
|
-
code: string;
|
93
92
|
description: string;
|
93
|
+
code: string;
|
94
94
|
appliesWhen: "purchase";
|
95
95
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
96
96
|
amountType: "flat-rate" | "percentage";
|
@@ -101,8 +101,8 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
101
101
|
};
|
102
102
|
_input_out: {
|
103
103
|
authorization?: string | undefined;
|
104
|
-
code: string;
|
105
104
|
description: string;
|
105
|
+
code: string;
|
106
106
|
appliesWhen: "purchase";
|
107
107
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
108
108
|
amountType: "flat-rate" | "percentage";
|
@@ -125,15 +125,15 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
125
125
|
}>;
|
126
126
|
_meta: object;
|
127
127
|
_ctx_out: {
|
128
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
128
129
|
req: import("http").IncomingMessage;
|
129
130
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
130
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
131
131
|
};
|
132
132
|
_input_in: {
|
133
133
|
authorization?: string | undefined;
|
134
|
-
code: string;
|
135
134
|
id: number;
|
136
135
|
description: string;
|
136
|
+
code: string;
|
137
137
|
appliesWhen: "purchase";
|
138
138
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
139
139
|
amountType: "flat-rate" | "percentage";
|
@@ -145,9 +145,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
145
145
|
};
|
146
146
|
_input_out: {
|
147
147
|
authorization?: string | undefined;
|
148
|
-
code: string;
|
149
148
|
id: number;
|
150
149
|
description: string;
|
150
|
+
code: string;
|
151
151
|
appliesWhen: "purchase";
|
152
152
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
153
153
|
amountType: "flat-rate" | "percentage";
|
@@ -169,9 +169,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
169
169
|
}>;
|
170
170
|
_meta: object;
|
171
171
|
_ctx_out: {
|
172
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
172
173
|
req: import("http").IncomingMessage;
|
173
174
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
174
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
175
175
|
};
|
176
176
|
_input_in: {
|
177
177
|
authorization?: string | undefined;
|
@@ -208,16 +208,16 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
208
208
|
code?: string | undefined;
|
209
209
|
};
|
210
210
|
_output_in: {
|
211
|
-
code: string;
|
212
211
|
description: string;
|
212
|
+
code: string;
|
213
213
|
amountType: "flat-rate" | "percentage";
|
214
214
|
amountValue: number;
|
215
215
|
reducedValue: number;
|
216
216
|
newValue: number;
|
217
217
|
};
|
218
218
|
_output_out: {
|
219
|
-
code: string;
|
220
219
|
description: string;
|
220
|
+
code: string;
|
221
221
|
amountType: "flat-rate" | "percentage";
|
222
222
|
amountValue: number;
|
223
223
|
reducedValue: number;
|
@@ -240,16 +240,16 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
240
240
|
}>;
|
241
241
|
_meta: object;
|
242
242
|
_ctx_out: {
|
243
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
243
244
|
req: import("http").IncomingMessage;
|
244
245
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
245
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
246
246
|
};
|
247
247
|
_input_in: {
|
248
248
|
authorization?: string | undefined;
|
249
249
|
description: string;
|
250
250
|
freeAgentId: number;
|
251
|
-
code?: string | undefined;
|
252
251
|
leagueId?: number | undefined;
|
252
|
+
code?: string | undefined;
|
253
253
|
paymentMode?: "session" | "intent" | undefined;
|
254
254
|
cancelPath?: string | undefined;
|
255
255
|
};
|
@@ -258,8 +258,8 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
258
258
|
description: string;
|
259
259
|
paymentMode: "session" | "intent";
|
260
260
|
freeAgentId: number;
|
261
|
-
code?: string | undefined;
|
262
261
|
leagueId?: number | undefined;
|
262
|
+
code?: string | undefined;
|
263
263
|
cancelPath?: string | undefined;
|
264
264
|
};
|
265
265
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
@@ -306,58 +306,58 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
306
306
|
}>;
|
307
307
|
_meta: object;
|
308
308
|
_ctx_out: {
|
309
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
309
310
|
req: import("http").IncomingMessage;
|
310
311
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
311
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
312
312
|
};
|
313
313
|
_input_in: {
|
314
314
|
authorization?: string | undefined;
|
315
|
-
leagueId: number;
|
316
315
|
teamId: number;
|
316
|
+
leagueId: number;
|
317
317
|
};
|
318
318
|
_input_out: {
|
319
319
|
authorization?: string | undefined;
|
320
|
-
leagueId: number;
|
321
320
|
teamId: number;
|
321
|
+
leagueId: number;
|
322
322
|
};
|
323
323
|
_output_in: {
|
324
324
|
id: number;
|
325
325
|
deletedAt: Date | null;
|
326
|
-
memberId: number;
|
327
326
|
member: {
|
328
327
|
id: number;
|
329
328
|
firstName: string | null;
|
330
|
-
email: string;
|
331
329
|
lastName: string | null;
|
330
|
+
email: string;
|
332
331
|
};
|
332
|
+
memberId: number;
|
333
333
|
totalPaid: number;
|
334
334
|
payments: {
|
335
335
|
id: number;
|
336
|
-
payerId: number;
|
337
336
|
createdAt: string | Date;
|
338
|
-
|
337
|
+
payerId: number;
|
339
338
|
amountApplied: number | null;
|
340
339
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
340
|
+
price: number;
|
341
341
|
}[];
|
342
342
|
}[];
|
343
343
|
_output_out: {
|
344
344
|
id: number;
|
345
345
|
deletedAt: Date | null;
|
346
|
-
memberId: number;
|
347
346
|
member: {
|
348
347
|
id: number;
|
349
348
|
firstName: string | null;
|
350
|
-
email: string;
|
351
349
|
lastName: string | null;
|
350
|
+
email: string;
|
352
351
|
};
|
352
|
+
memberId: number;
|
353
353
|
totalPaid: number;
|
354
354
|
payments: {
|
355
355
|
id: number;
|
356
|
-
payerId: number;
|
357
356
|
createdAt: string | Date;
|
358
|
-
|
357
|
+
payerId: number;
|
359
358
|
amountApplied: number | null;
|
360
359
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
360
|
+
price: number;
|
361
361
|
}[];
|
362
362
|
}[];
|
363
363
|
}, unknown>;
|
@@ -370,22 +370,22 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
370
370
|
}>;
|
371
371
|
_meta: object;
|
372
372
|
_ctx_out: {
|
373
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
373
374
|
req: import("http").IncomingMessage;
|
374
375
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
375
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
376
376
|
};
|
377
377
|
_input_in: {
|
378
378
|
authorization?: string | undefined;
|
379
|
-
price: number;
|
380
379
|
leagueId: number;
|
381
380
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
381
|
+
price: number;
|
382
382
|
teamRosterId: number;
|
383
383
|
};
|
384
384
|
_input_out: {
|
385
385
|
authorization?: string | undefined;
|
386
|
-
price: number;
|
387
386
|
leagueId: number;
|
388
387
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
388
|
+
price: number;
|
389
389
|
teamRosterId: number;
|
390
390
|
};
|
391
391
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
@@ -400,22 +400,22 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
400
400
|
}>;
|
401
401
|
_meta: object;
|
402
402
|
_ctx_out: {
|
403
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
403
404
|
req: import("http").IncomingMessage;
|
404
405
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
405
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
406
406
|
};
|
407
407
|
_input_in: {
|
408
408
|
authorization?: string | undefined;
|
409
409
|
id: number;
|
410
|
-
price: number;
|
411
410
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
411
|
+
price: number;
|
412
412
|
teamRosterId: number;
|
413
413
|
};
|
414
414
|
_input_out: {
|
415
415
|
authorization?: string | undefined;
|
416
416
|
id: number;
|
417
|
-
price: number;
|
418
417
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
418
|
+
price: number;
|
419
419
|
teamRosterId: number;
|
420
420
|
};
|
421
421
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
@@ -430,9 +430,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
430
430
|
}>;
|
431
431
|
_meta: object;
|
432
432
|
_ctx_out: {
|
433
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
433
434
|
req: import("http").IncomingMessage;
|
434
435
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
435
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
436
436
|
};
|
437
437
|
_input_in: {
|
438
438
|
authorization?: string | undefined;
|
@@ -454,14 +454,14 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
454
454
|
}>;
|
455
455
|
_meta: object;
|
456
456
|
_ctx_out: {
|
457
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
457
458
|
req: import("http").IncomingMessage;
|
458
459
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
459
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
460
460
|
};
|
461
461
|
_input_in: {
|
462
462
|
authorization?: string | undefined;
|
463
|
-
leagueId: number;
|
464
463
|
teamId: number;
|
464
|
+
leagueId: number;
|
465
465
|
paymentType: "total_price" | "deposit_price" | "balance_price" | "custom_price" | "off_platform";
|
466
466
|
code?: string | undefined;
|
467
467
|
paymentMode?: "session" | "intent" | undefined;
|
@@ -469,8 +469,8 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
469
469
|
};
|
470
470
|
_input_out: {
|
471
471
|
authorization?: string | undefined;
|
472
|
-
leagueId: number;
|
473
472
|
teamId: number;
|
473
|
+
leagueId: number;
|
474
474
|
paymentType: "total_price" | "deposit_price" | "balance_price" | "custom_price" | "off_platform";
|
475
475
|
paymentMode: "session" | "intent";
|
476
476
|
code?: string | undefined;
|
@@ -639,9 +639,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
639
639
|
}>;
|
640
640
|
_meta: object;
|
641
641
|
_ctx_out: {
|
642
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
642
643
|
req: import("http").IncomingMessage;
|
643
644
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
644
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
645
645
|
};
|
646
646
|
_input_in: {
|
647
647
|
authorization?: string | undefined;
|
@@ -670,9 +670,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
670
670
|
}>;
|
671
671
|
_meta: object;
|
672
672
|
_ctx_out: {
|
673
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
673
674
|
req: import("http").IncomingMessage;
|
674
675
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
675
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
676
676
|
};
|
677
677
|
_input_in: {
|
678
678
|
authorization?: string | undefined;
|
@@ -702,9 +702,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
702
702
|
}>;
|
703
703
|
_meta: object;
|
704
704
|
_ctx_out: {
|
705
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
705
706
|
req: import("http").IncomingMessage;
|
706
707
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
707
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
708
708
|
};
|
709
709
|
_input_in: {
|
710
710
|
authorization?: string | undefined;
|
@@ -739,23 +739,23 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
739
739
|
}>;
|
740
740
|
_meta: object;
|
741
741
|
_ctx_out: {
|
742
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
742
743
|
req: import("http").IncomingMessage;
|
743
744
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
744
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
745
745
|
};
|
746
746
|
_input_in: {
|
747
747
|
authorization?: string | undefined;
|
748
|
-
pickupId: number;
|
749
748
|
memberId: number;
|
749
|
+
pickupId: number;
|
750
750
|
code?: string | undefined;
|
751
751
|
paymentMode?: "session" | "intent" | undefined;
|
752
752
|
cancelPath?: string | undefined;
|
753
753
|
};
|
754
754
|
_input_out: {
|
755
755
|
authorization?: string | undefined;
|
756
|
-
pickupId: number;
|
757
756
|
memberId: number;
|
758
757
|
paymentMode: "session" | "intent";
|
758
|
+
pickupId: number;
|
759
759
|
code?: string | undefined;
|
760
760
|
cancelPath?: string | undefined;
|
761
761
|
};
|
@@ -801,8 +801,8 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
801
801
|
otherTaxLabel: string;
|
802
802
|
otherTax: number;
|
803
803
|
otherTaxPercent: number;
|
804
|
-
code?: string | undefined;
|
805
804
|
description?: string | undefined;
|
805
|
+
code?: string | undefined;
|
806
806
|
};
|
807
807
|
_output_out: {
|
808
808
|
discountApplied: number;
|
@@ -811,8 +811,8 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
811
811
|
otherTaxLabel: string;
|
812
812
|
otherTax: number;
|
813
813
|
otherTaxPercent: number;
|
814
|
-
code?: string | undefined;
|
815
814
|
description?: string | undefined;
|
815
|
+
code?: string | undefined;
|
816
816
|
};
|
817
817
|
}, unknown>;
|
818
818
|
}>;
|
@@ -831,9 +831,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
831
831
|
}>;
|
832
832
|
_meta: object;
|
833
833
|
_ctx_out: {
|
834
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
834
835
|
req: import("http").IncomingMessage;
|
835
836
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
836
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
837
837
|
};
|
838
838
|
_input_in: {
|
839
839
|
authorization?: string | undefined;
|
@@ -858,19 +858,19 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
858
858
|
}>;
|
859
859
|
_meta: object;
|
860
860
|
_ctx_out: {
|
861
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
861
862
|
req: import("http").IncomingMessage;
|
862
863
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
863
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
864
864
|
};
|
865
865
|
_input_in: {
|
866
866
|
authorization?: string | undefined;
|
867
|
-
organizationId: number;
|
868
867
|
teamId: number;
|
868
|
+
organizationId: number;
|
869
869
|
};
|
870
870
|
_input_out: {
|
871
871
|
authorization?: string | undefined;
|
872
|
-
organizationId: number;
|
873
872
|
teamId: number;
|
873
|
+
organizationId: number;
|
874
874
|
};
|
875
875
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
876
876
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -887,31 +887,31 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
887
887
|
}>;
|
888
888
|
_meta: object;
|
889
889
|
_ctx_out: {
|
890
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
890
891
|
req: import("http").IncomingMessage;
|
891
892
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
892
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
893
893
|
};
|
894
894
|
_input_in: {
|
895
895
|
authorization?: string | undefined;
|
896
896
|
teamId: number;
|
897
897
|
invites: {
|
898
898
|
firstName: string;
|
899
|
-
email: string;
|
900
899
|
lastName: string;
|
900
|
+
email: string;
|
901
901
|
}[];
|
902
|
-
organizationId?: number | undefined;
|
903
902
|
leagueId?: number | undefined;
|
903
|
+
organizationId?: number | undefined;
|
904
904
|
};
|
905
905
|
_input_out: {
|
906
906
|
authorization?: string | undefined;
|
907
907
|
teamId: number;
|
908
908
|
invites: {
|
909
909
|
firstName: string;
|
910
|
-
email: string;
|
911
910
|
lastName: string;
|
911
|
+
email: string;
|
912
912
|
}[];
|
913
|
-
organizationId?: number | undefined;
|
914
913
|
leagueId?: number | undefined;
|
914
|
+
organizationId?: number | undefined;
|
915
915
|
};
|
916
916
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
917
917
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -925,31 +925,31 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
925
925
|
}>;
|
926
926
|
_meta: object;
|
927
927
|
_ctx_out: {
|
928
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
928
929
|
req: import("http").IncomingMessage;
|
929
930
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
930
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
931
931
|
};
|
932
932
|
_input_in: {
|
933
933
|
authorization?: string | undefined;
|
934
934
|
teamId: number;
|
935
935
|
invites: {
|
936
936
|
firstName: string;
|
937
|
-
email: string;
|
938
937
|
lastName: string;
|
938
|
+
email: string;
|
939
939
|
}[];
|
940
|
-
organizationId?: number | undefined;
|
941
940
|
leagueId?: number | undefined;
|
941
|
+
organizationId?: number | undefined;
|
942
942
|
};
|
943
943
|
_input_out: {
|
944
944
|
authorization?: string | undefined;
|
945
945
|
teamId: number;
|
946
946
|
invites: {
|
947
947
|
firstName: string;
|
948
|
-
email: string;
|
949
948
|
lastName: string;
|
949
|
+
email: string;
|
950
950
|
}[];
|
951
|
-
organizationId?: number | undefined;
|
952
951
|
leagueId?: number | undefined;
|
952
|
+
organizationId?: number | undefined;
|
953
953
|
};
|
954
954
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
955
955
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -963,9 +963,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
963
963
|
}>;
|
964
964
|
_meta: object;
|
965
965
|
_ctx_out: {
|
966
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
966
967
|
req: import("http").IncomingMessage;
|
967
968
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
968
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
969
969
|
};
|
970
970
|
_input_in: {
|
971
971
|
authorization?: string | undefined;
|
@@ -989,9 +989,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
989
989
|
}>;
|
990
990
|
_meta: object;
|
991
991
|
_ctx_out: {
|
992
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
992
993
|
req: import("http").IncomingMessage;
|
993
994
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
994
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
995
995
|
};
|
996
996
|
_input_in: {
|
997
997
|
authorization?: string | undefined;
|
@@ -1022,29 +1022,29 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1022
1022
|
}>;
|
1023
1023
|
_meta: object;
|
1024
1024
|
_ctx_out: {
|
1025
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1025
1026
|
req: import("http").IncomingMessage;
|
1026
1027
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1027
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1028
1028
|
};
|
1029
1029
|
_input_in: {
|
1030
1030
|
authorization?: string | undefined;
|
1031
1031
|
limit: number;
|
1032
1032
|
page: number;
|
1033
1033
|
direction: "asc" | "desc";
|
1034
|
-
orgWorkspaceId?: number | undefined;
|
1035
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
1036
1034
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
1037
1035
|
search?: string | undefined;
|
1036
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
1037
|
+
orgWorkspaceId?: number | undefined;
|
1038
1038
|
};
|
1039
1039
|
_input_out: {
|
1040
1040
|
authorization?: string | undefined;
|
1041
1041
|
limit: number;
|
1042
1042
|
page: number;
|
1043
1043
|
direction: "asc" | "desc";
|
1044
|
-
orgWorkspaceId?: number | undefined;
|
1045
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
1046
1044
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
1047
1045
|
search?: string | undefined;
|
1046
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
1047
|
+
orgWorkspaceId?: number | undefined;
|
1048
1048
|
};
|
1049
1049
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
1050
1050
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -1063,9 +1063,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1063
1063
|
}>;
|
1064
1064
|
_meta: object;
|
1065
1065
|
_ctx_out: {
|
1066
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1066
1067
|
req: import("http").IncomingMessage;
|
1067
1068
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1068
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1069
1069
|
};
|
1070
1070
|
_input_in: {
|
1071
1071
|
authorization?: string | undefined;
|
@@ -1129,19 +1129,19 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1129
1129
|
}>;
|
1130
1130
|
_meta: object;
|
1131
1131
|
_ctx_out: {
|
1132
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1132
1133
|
req: import("http").IncomingMessage;
|
1133
1134
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1134
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1135
1135
|
};
|
1136
1136
|
_input_in: {
|
1137
1137
|
authorization?: string | undefined;
|
1138
|
-
amount: number;
|
1139
1138
|
transactionId: number;
|
1139
|
+
amount: number;
|
1140
1140
|
};
|
1141
1141
|
_input_out: {
|
1142
1142
|
authorization?: string | undefined;
|
1143
|
-
amount: number;
|
1144
1143
|
transactionId: number;
|
1144
|
+
amount: number;
|
1145
1145
|
};
|
1146
1146
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
1147
1147
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -1155,29 +1155,29 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1155
1155
|
}>;
|
1156
1156
|
_meta: object;
|
1157
1157
|
_ctx_out: {
|
1158
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1158
1159
|
req: import("http").IncomingMessage;
|
1159
1160
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1160
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1161
1161
|
};
|
1162
1162
|
_input_in: {
|
1163
1163
|
authorization?: string | undefined;
|
1164
1164
|
limit: number;
|
1165
1165
|
page: number;
|
1166
1166
|
direction: "asc" | "desc";
|
1167
|
-
orgWorkspaceId?: number | undefined;
|
1168
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
1169
1167
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
1170
1168
|
search?: string | undefined;
|
1169
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
1170
|
+
orgWorkspaceId?: number | undefined;
|
1171
1171
|
};
|
1172
1172
|
_input_out: {
|
1173
1173
|
authorization?: string | undefined;
|
1174
1174
|
limit: number;
|
1175
1175
|
page: number;
|
1176
1176
|
direction: "asc" | "desc";
|
1177
|
-
orgWorkspaceId?: number | undefined;
|
1178
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
1179
1177
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
1180
1178
|
search?: string | undefined;
|
1179
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
1180
|
+
orgWorkspaceId?: number | undefined;
|
1181
1181
|
};
|
1182
1182
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
1183
1183
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -1199,9 +1199,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1199
1199
|
}>;
|
1200
1200
|
_meta: object;
|
1201
1201
|
_ctx_out: {
|
1202
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1202
1203
|
req: import("http").IncomingMessage;
|
1203
1204
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1204
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1205
1205
|
};
|
1206
1206
|
_input_in: {
|
1207
1207
|
authorization?: string | undefined;
|
@@ -1223,17 +1223,17 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1223
1223
|
}>;
|
1224
1224
|
_meta: object;
|
1225
1225
|
_ctx_out: {
|
1226
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1226
1227
|
req: import("http").IncomingMessage;
|
1227
1228
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1228
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1229
1229
|
};
|
1230
1230
|
_input_in: {
|
1231
1231
|
authorization?: string | undefined;
|
1232
1232
|
limit: number;
|
1233
1233
|
cursor: number;
|
1234
1234
|
orgWorkspaceId?: number | null | undefined;
|
1235
|
-
direction?: "asc" | "desc" | undefined;
|
1236
1235
|
code?: string | undefined;
|
1236
|
+
direction?: "asc" | "desc" | undefined;
|
1237
1237
|
listExpired?: boolean | undefined;
|
1238
1238
|
};
|
1239
1239
|
_input_out: {
|
@@ -1260,14 +1260,14 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1260
1260
|
}>;
|
1261
1261
|
_meta: object;
|
1262
1262
|
_ctx_out: {
|
1263
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1263
1264
|
req: import("http").IncomingMessage;
|
1264
1265
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1265
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1266
1266
|
};
|
1267
1267
|
_input_in: {
|
1268
1268
|
authorization?: string | undefined;
|
1269
|
-
code: string;
|
1270
1269
|
description: string;
|
1270
|
+
code: string;
|
1271
1271
|
appliesWhen: "purchase";
|
1272
1272
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
1273
1273
|
amountType: "flat-rate" | "percentage";
|
@@ -1278,8 +1278,8 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1278
1278
|
};
|
1279
1279
|
_input_out: {
|
1280
1280
|
authorization?: string | undefined;
|
1281
|
-
code: string;
|
1282
1281
|
description: string;
|
1282
|
+
code: string;
|
1283
1283
|
appliesWhen: "purchase";
|
1284
1284
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
1285
1285
|
amountType: "flat-rate" | "percentage";
|
@@ -1302,15 +1302,15 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1302
1302
|
}>;
|
1303
1303
|
_meta: object;
|
1304
1304
|
_ctx_out: {
|
1305
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1305
1306
|
req: import("http").IncomingMessage;
|
1306
1307
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1307
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1308
1308
|
};
|
1309
1309
|
_input_in: {
|
1310
1310
|
authorization?: string | undefined;
|
1311
|
-
code: string;
|
1312
1311
|
id: number;
|
1313
1312
|
description: string;
|
1313
|
+
code: string;
|
1314
1314
|
appliesWhen: "purchase";
|
1315
1315
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
1316
1316
|
amountType: "flat-rate" | "percentage";
|
@@ -1322,9 +1322,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1322
1322
|
};
|
1323
1323
|
_input_out: {
|
1324
1324
|
authorization?: string | undefined;
|
1325
|
-
code: string;
|
1326
1325
|
id: number;
|
1327
1326
|
description: string;
|
1327
|
+
code: string;
|
1328
1328
|
appliesWhen: "purchase";
|
1329
1329
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
1330
1330
|
amountType: "flat-rate" | "percentage";
|
@@ -1346,9 +1346,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1346
1346
|
}>;
|
1347
1347
|
_meta: object;
|
1348
1348
|
_ctx_out: {
|
1349
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1349
1350
|
req: import("http").IncomingMessage;
|
1350
1351
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1351
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1352
1352
|
};
|
1353
1353
|
_input_in: {
|
1354
1354
|
authorization?: string | undefined;
|
@@ -1385,16 +1385,16 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1385
1385
|
code?: string | undefined;
|
1386
1386
|
};
|
1387
1387
|
_output_in: {
|
1388
|
-
code: string;
|
1389
1388
|
description: string;
|
1389
|
+
code: string;
|
1390
1390
|
amountType: "flat-rate" | "percentage";
|
1391
1391
|
amountValue: number;
|
1392
1392
|
reducedValue: number;
|
1393
1393
|
newValue: number;
|
1394
1394
|
};
|
1395
1395
|
_output_out: {
|
1396
|
-
code: string;
|
1397
1396
|
description: string;
|
1397
|
+
code: string;
|
1398
1398
|
amountType: "flat-rate" | "percentage";
|
1399
1399
|
amountValue: number;
|
1400
1400
|
reducedValue: number;
|
@@ -1417,16 +1417,16 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1417
1417
|
}>;
|
1418
1418
|
_meta: object;
|
1419
1419
|
_ctx_out: {
|
1420
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1420
1421
|
req: import("http").IncomingMessage;
|
1421
1422
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1422
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1423
1423
|
};
|
1424
1424
|
_input_in: {
|
1425
1425
|
authorization?: string | undefined;
|
1426
1426
|
description: string;
|
1427
1427
|
freeAgentId: number;
|
1428
|
-
code?: string | undefined;
|
1429
1428
|
leagueId?: number | undefined;
|
1429
|
+
code?: string | undefined;
|
1430
1430
|
paymentMode?: "session" | "intent" | undefined;
|
1431
1431
|
cancelPath?: string | undefined;
|
1432
1432
|
};
|
@@ -1435,8 +1435,8 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1435
1435
|
description: string;
|
1436
1436
|
paymentMode: "session" | "intent";
|
1437
1437
|
freeAgentId: number;
|
1438
|
-
code?: string | undefined;
|
1439
1438
|
leagueId?: number | undefined;
|
1439
|
+
code?: string | undefined;
|
1440
1440
|
cancelPath?: string | undefined;
|
1441
1441
|
};
|
1442
1442
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
@@ -1483,58 +1483,58 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1483
1483
|
}>;
|
1484
1484
|
_meta: object;
|
1485
1485
|
_ctx_out: {
|
1486
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1486
1487
|
req: import("http").IncomingMessage;
|
1487
1488
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1488
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1489
1489
|
};
|
1490
1490
|
_input_in: {
|
1491
1491
|
authorization?: string | undefined;
|
1492
|
-
leagueId: number;
|
1493
1492
|
teamId: number;
|
1493
|
+
leagueId: number;
|
1494
1494
|
};
|
1495
1495
|
_input_out: {
|
1496
1496
|
authorization?: string | undefined;
|
1497
|
-
leagueId: number;
|
1498
1497
|
teamId: number;
|
1498
|
+
leagueId: number;
|
1499
1499
|
};
|
1500
1500
|
_output_in: {
|
1501
1501
|
id: number;
|
1502
1502
|
deletedAt: Date | null;
|
1503
|
-
memberId: number;
|
1504
1503
|
member: {
|
1505
1504
|
id: number;
|
1506
1505
|
firstName: string | null;
|
1507
|
-
email: string;
|
1508
1506
|
lastName: string | null;
|
1507
|
+
email: string;
|
1509
1508
|
};
|
1509
|
+
memberId: number;
|
1510
1510
|
totalPaid: number;
|
1511
1511
|
payments: {
|
1512
1512
|
id: number;
|
1513
|
-
payerId: number;
|
1514
1513
|
createdAt: string | Date;
|
1515
|
-
|
1514
|
+
payerId: number;
|
1516
1515
|
amountApplied: number | null;
|
1517
1516
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
1517
|
+
price: number;
|
1518
1518
|
}[];
|
1519
1519
|
}[];
|
1520
1520
|
_output_out: {
|
1521
1521
|
id: number;
|
1522
1522
|
deletedAt: Date | null;
|
1523
|
-
memberId: number;
|
1524
1523
|
member: {
|
1525
1524
|
id: number;
|
1526
1525
|
firstName: string | null;
|
1527
|
-
email: string;
|
1528
1526
|
lastName: string | null;
|
1527
|
+
email: string;
|
1529
1528
|
};
|
1529
|
+
memberId: number;
|
1530
1530
|
totalPaid: number;
|
1531
1531
|
payments: {
|
1532
1532
|
id: number;
|
1533
|
-
payerId: number;
|
1534
1533
|
createdAt: string | Date;
|
1535
|
-
|
1534
|
+
payerId: number;
|
1536
1535
|
amountApplied: number | null;
|
1537
1536
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
1537
|
+
price: number;
|
1538
1538
|
}[];
|
1539
1539
|
}[];
|
1540
1540
|
}, unknown>;
|
@@ -1547,22 +1547,22 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1547
1547
|
}>;
|
1548
1548
|
_meta: object;
|
1549
1549
|
_ctx_out: {
|
1550
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1550
1551
|
req: import("http").IncomingMessage;
|
1551
1552
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1552
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1553
1553
|
};
|
1554
1554
|
_input_in: {
|
1555
1555
|
authorization?: string | undefined;
|
1556
|
-
price: number;
|
1557
1556
|
leagueId: number;
|
1558
1557
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
1558
|
+
price: number;
|
1559
1559
|
teamRosterId: number;
|
1560
1560
|
};
|
1561
1561
|
_input_out: {
|
1562
1562
|
authorization?: string | undefined;
|
1563
|
-
price: number;
|
1564
1563
|
leagueId: number;
|
1565
1564
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
1565
|
+
price: number;
|
1566
1566
|
teamRosterId: number;
|
1567
1567
|
};
|
1568
1568
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
@@ -1577,22 +1577,22 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1577
1577
|
}>;
|
1578
1578
|
_meta: object;
|
1579
1579
|
_ctx_out: {
|
1580
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1580
1581
|
req: import("http").IncomingMessage;
|
1581
1582
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1582
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1583
1583
|
};
|
1584
1584
|
_input_in: {
|
1585
1585
|
authorization?: string | undefined;
|
1586
1586
|
id: number;
|
1587
|
-
price: number;
|
1588
1587
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
1588
|
+
price: number;
|
1589
1589
|
teamRosterId: number;
|
1590
1590
|
};
|
1591
1591
|
_input_out: {
|
1592
1592
|
authorization?: string | undefined;
|
1593
1593
|
id: number;
|
1594
|
-
price: number;
|
1595
1594
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
1595
|
+
price: number;
|
1596
1596
|
teamRosterId: number;
|
1597
1597
|
};
|
1598
1598
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
@@ -1607,9 +1607,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1607
1607
|
}>;
|
1608
1608
|
_meta: object;
|
1609
1609
|
_ctx_out: {
|
1610
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1610
1611
|
req: import("http").IncomingMessage;
|
1611
1612
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1612
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1613
1613
|
};
|
1614
1614
|
_input_in: {
|
1615
1615
|
authorization?: string | undefined;
|
@@ -1631,14 +1631,14 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1631
1631
|
}>;
|
1632
1632
|
_meta: object;
|
1633
1633
|
_ctx_out: {
|
1634
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1634
1635
|
req: import("http").IncomingMessage;
|
1635
1636
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1636
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1637
1637
|
};
|
1638
1638
|
_input_in: {
|
1639
1639
|
authorization?: string | undefined;
|
1640
|
-
leagueId: number;
|
1641
1640
|
teamId: number;
|
1641
|
+
leagueId: number;
|
1642
1642
|
paymentType: "total_price" | "deposit_price" | "balance_price" | "custom_price" | "off_platform";
|
1643
1643
|
code?: string | undefined;
|
1644
1644
|
paymentMode?: "session" | "intent" | undefined;
|
@@ -1646,8 +1646,8 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1646
1646
|
};
|
1647
1647
|
_input_out: {
|
1648
1648
|
authorization?: string | undefined;
|
1649
|
-
leagueId: number;
|
1650
1649
|
teamId: number;
|
1650
|
+
leagueId: number;
|
1651
1651
|
paymentType: "total_price" | "deposit_price" | "balance_price" | "custom_price" | "off_platform";
|
1652
1652
|
paymentMode: "session" | "intent";
|
1653
1653
|
code?: string | undefined;
|
@@ -1816,9 +1816,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1816
1816
|
}>;
|
1817
1817
|
_meta: object;
|
1818
1818
|
_ctx_out: {
|
1819
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1819
1820
|
req: import("http").IncomingMessage;
|
1820
1821
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1821
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1822
1822
|
};
|
1823
1823
|
_input_in: {
|
1824
1824
|
authorization?: string | undefined;
|
@@ -1847,9 +1847,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1847
1847
|
}>;
|
1848
1848
|
_meta: object;
|
1849
1849
|
_ctx_out: {
|
1850
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1850
1851
|
req: import("http").IncomingMessage;
|
1851
1852
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1852
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1853
1853
|
};
|
1854
1854
|
_input_in: {
|
1855
1855
|
authorization?: string | undefined;
|
@@ -1879,9 +1879,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1879
1879
|
}>;
|
1880
1880
|
_meta: object;
|
1881
1881
|
_ctx_out: {
|
1882
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1882
1883
|
req: import("http").IncomingMessage;
|
1883
1884
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1884
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1885
1885
|
};
|
1886
1886
|
_input_in: {
|
1887
1887
|
authorization?: string | undefined;
|
@@ -1916,23 +1916,23 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1916
1916
|
}>;
|
1917
1917
|
_meta: object;
|
1918
1918
|
_ctx_out: {
|
1919
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1919
1920
|
req: import("http").IncomingMessage;
|
1920
1921
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1921
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1922
1922
|
};
|
1923
1923
|
_input_in: {
|
1924
1924
|
authorization?: string | undefined;
|
1925
|
-
pickupId: number;
|
1926
1925
|
memberId: number;
|
1926
|
+
pickupId: number;
|
1927
1927
|
code?: string | undefined;
|
1928
1928
|
paymentMode?: "session" | "intent" | undefined;
|
1929
1929
|
cancelPath?: string | undefined;
|
1930
1930
|
};
|
1931
1931
|
_input_out: {
|
1932
1932
|
authorization?: string | undefined;
|
1933
|
-
pickupId: number;
|
1934
1933
|
memberId: number;
|
1935
1934
|
paymentMode: "session" | "intent";
|
1935
|
+
pickupId: number;
|
1936
1936
|
code?: string | undefined;
|
1937
1937
|
cancelPath?: string | undefined;
|
1938
1938
|
};
|
@@ -1978,8 +1978,8 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1978
1978
|
otherTaxLabel: string;
|
1979
1979
|
otherTax: number;
|
1980
1980
|
otherTaxPercent: number;
|
1981
|
-
code?: string | undefined;
|
1982
1981
|
description?: string | undefined;
|
1982
|
+
code?: string | undefined;
|
1983
1983
|
};
|
1984
1984
|
_output_out: {
|
1985
1985
|
discountApplied: number;
|
@@ -1988,8 +1988,8 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
1988
1988
|
otherTaxLabel: string;
|
1989
1989
|
otherTax: number;
|
1990
1990
|
otherTaxPercent: number;
|
1991
|
-
code?: string | undefined;
|
1992
1991
|
description?: string | undefined;
|
1992
|
+
code?: string | undefined;
|
1993
1993
|
};
|
1994
1994
|
}, unknown>;
|
1995
1995
|
}>;
|
@@ -2008,9 +2008,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
2008
2008
|
}>;
|
2009
2009
|
_meta: object;
|
2010
2010
|
_ctx_out: {
|
2011
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2011
2012
|
req: import("http").IncomingMessage;
|
2012
2013
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2013
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2014
2014
|
};
|
2015
2015
|
_input_in: {
|
2016
2016
|
authorization?: string | undefined;
|
@@ -2035,19 +2035,19 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
2035
2035
|
}>;
|
2036
2036
|
_meta: object;
|
2037
2037
|
_ctx_out: {
|
2038
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2038
2039
|
req: import("http").IncomingMessage;
|
2039
2040
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2040
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2041
2041
|
};
|
2042
2042
|
_input_in: {
|
2043
2043
|
authorization?: string | undefined;
|
2044
|
-
organizationId: number;
|
2045
2044
|
teamId: number;
|
2045
|
+
organizationId: number;
|
2046
2046
|
};
|
2047
2047
|
_input_out: {
|
2048
2048
|
authorization?: string | undefined;
|
2049
|
-
organizationId: number;
|
2050
2049
|
teamId: number;
|
2050
|
+
organizationId: number;
|
2051
2051
|
};
|
2052
2052
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
2053
2053
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -2064,31 +2064,31 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
2064
2064
|
}>;
|
2065
2065
|
_meta: object;
|
2066
2066
|
_ctx_out: {
|
2067
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2067
2068
|
req: import("http").IncomingMessage;
|
2068
2069
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2069
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2070
2070
|
};
|
2071
2071
|
_input_in: {
|
2072
2072
|
authorization?: string | undefined;
|
2073
2073
|
teamId: number;
|
2074
2074
|
invites: {
|
2075
2075
|
firstName: string;
|
2076
|
-
email: string;
|
2077
2076
|
lastName: string;
|
2077
|
+
email: string;
|
2078
2078
|
}[];
|
2079
|
-
organizationId?: number | undefined;
|
2080
2079
|
leagueId?: number | undefined;
|
2080
|
+
organizationId?: number | undefined;
|
2081
2081
|
};
|
2082
2082
|
_input_out: {
|
2083
2083
|
authorization?: string | undefined;
|
2084
2084
|
teamId: number;
|
2085
2085
|
invites: {
|
2086
2086
|
firstName: string;
|
2087
|
-
email: string;
|
2088
2087
|
lastName: string;
|
2088
|
+
email: string;
|
2089
2089
|
}[];
|
2090
|
-
organizationId?: number | undefined;
|
2091
2090
|
leagueId?: number | undefined;
|
2091
|
+
organizationId?: number | undefined;
|
2092
2092
|
};
|
2093
2093
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
2094
2094
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -2102,31 +2102,31 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
2102
2102
|
}>;
|
2103
2103
|
_meta: object;
|
2104
2104
|
_ctx_out: {
|
2105
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2105
2106
|
req: import("http").IncomingMessage;
|
2106
2107
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2107
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2108
2108
|
};
|
2109
2109
|
_input_in: {
|
2110
2110
|
authorization?: string | undefined;
|
2111
2111
|
teamId: number;
|
2112
2112
|
invites: {
|
2113
2113
|
firstName: string;
|
2114
|
-
email: string;
|
2115
2114
|
lastName: string;
|
2115
|
+
email: string;
|
2116
2116
|
}[];
|
2117
|
-
organizationId?: number | undefined;
|
2118
2117
|
leagueId?: number | undefined;
|
2118
|
+
organizationId?: number | undefined;
|
2119
2119
|
};
|
2120
2120
|
_input_out: {
|
2121
2121
|
authorization?: string | undefined;
|
2122
2122
|
teamId: number;
|
2123
2123
|
invites: {
|
2124
2124
|
firstName: string;
|
2125
|
-
email: string;
|
2126
2125
|
lastName: string;
|
2126
|
+
email: string;
|
2127
2127
|
}[];
|
2128
|
-
organizationId?: number | undefined;
|
2129
2128
|
leagueId?: number | undefined;
|
2129
|
+
organizationId?: number | undefined;
|
2130
2130
|
};
|
2131
2131
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
2132
2132
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -2140,9 +2140,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
2140
2140
|
}>;
|
2141
2141
|
_meta: object;
|
2142
2142
|
_ctx_out: {
|
2143
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2143
2144
|
req: import("http").IncomingMessage;
|
2144
2145
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2145
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2146
2146
|
};
|
2147
2147
|
_input_in: {
|
2148
2148
|
authorization?: string | undefined;
|
@@ -2166,9 +2166,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
2166
2166
|
}>;
|
2167
2167
|
_meta: object;
|
2168
2168
|
_ctx_out: {
|
2169
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2169
2170
|
req: import("http").IncomingMessage;
|
2170
2171
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2171
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2172
2172
|
};
|
2173
2173
|
_input_in: {
|
2174
2174
|
authorization?: string | undefined;
|
@@ -2199,29 +2199,29 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
2199
2199
|
}>;
|
2200
2200
|
_meta: object;
|
2201
2201
|
_ctx_out: {
|
2202
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2202
2203
|
req: import("http").IncomingMessage;
|
2203
2204
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2204
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2205
2205
|
};
|
2206
2206
|
_input_in: {
|
2207
2207
|
authorization?: string | undefined;
|
2208
2208
|
limit: number;
|
2209
2209
|
page: number;
|
2210
2210
|
direction: "asc" | "desc";
|
2211
|
-
orgWorkspaceId?: number | undefined;
|
2212
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
2213
2211
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
2214
2212
|
search?: string | undefined;
|
2213
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
2214
|
+
orgWorkspaceId?: number | undefined;
|
2215
2215
|
};
|
2216
2216
|
_input_out: {
|
2217
2217
|
authorization?: string | undefined;
|
2218
2218
|
limit: number;
|
2219
2219
|
page: number;
|
2220
2220
|
direction: "asc" | "desc";
|
2221
|
-
orgWorkspaceId?: number | undefined;
|
2222
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
2223
2221
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
2224
2222
|
search?: string | undefined;
|
2223
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
2224
|
+
orgWorkspaceId?: number | undefined;
|
2225
2225
|
};
|
2226
2226
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
2227
2227
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -2240,9 +2240,9 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
2240
2240
|
}>;
|
2241
2241
|
_meta: object;
|
2242
2242
|
_ctx_out: {
|
2243
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2243
2244
|
req: import("http").IncomingMessage;
|
2244
2245
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2245
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2246
2246
|
};
|
2247
2247
|
_input_in: {
|
2248
2248
|
authorization?: string | undefined;
|
@@ -2306,19 +2306,19 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
2306
2306
|
}>;
|
2307
2307
|
_meta: object;
|
2308
2308
|
_ctx_out: {
|
2309
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2309
2310
|
req: import("http").IncomingMessage;
|
2310
2311
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2311
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2312
2312
|
};
|
2313
2313
|
_input_in: {
|
2314
2314
|
authorization?: string | undefined;
|
2315
|
-
amount: number;
|
2316
2315
|
transactionId: number;
|
2316
|
+
amount: number;
|
2317
2317
|
};
|
2318
2318
|
_input_out: {
|
2319
2319
|
authorization?: string | undefined;
|
2320
|
-
amount: number;
|
2321
2320
|
transactionId: number;
|
2321
|
+
amount: number;
|
2322
2322
|
};
|
2323
2323
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
2324
2324
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -2332,29 +2332,29 @@ export declare const reactQuery: import("@trpc/react-query/dist/createTRPCReact"
|
|
2332
2332
|
}>;
|
2333
2333
|
_meta: object;
|
2334
2334
|
_ctx_out: {
|
2335
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2335
2336
|
req: import("http").IncomingMessage;
|
2336
2337
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2337
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2338
2338
|
};
|
2339
2339
|
_input_in: {
|
2340
2340
|
authorization?: string | undefined;
|
2341
2341
|
limit: number;
|
2342
2342
|
page: number;
|
2343
2343
|
direction: "asc" | "desc";
|
2344
|
-
orgWorkspaceId?: number | undefined;
|
2345
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
2346
2344
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
2347
2345
|
search?: string | undefined;
|
2346
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
2347
|
+
orgWorkspaceId?: number | undefined;
|
2348
2348
|
};
|
2349
2349
|
_input_out: {
|
2350
2350
|
authorization?: string | undefined;
|
2351
2351
|
limit: number;
|
2352
2352
|
page: number;
|
2353
2353
|
direction: "asc" | "desc";
|
2354
|
-
orgWorkspaceId?: number | undefined;
|
2355
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
2356
2354
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
2357
2355
|
search?: string | undefined;
|
2356
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
2357
|
+
orgWorkspaceId?: number | undefined;
|
2358
2358
|
};
|
2359
2359
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
2360
2360
|
_output_out: typeof import("@trpc/server").unsetMarker;
|