bantr-api-client 1.6.0 → 11.0.1
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/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/index.d.ts
CHANGED
@@ -35,9 +35,9 @@ export declare const BantrSdk: {
|
|
35
35
|
}>;
|
36
36
|
_meta: object;
|
37
37
|
_ctx_out: {
|
38
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
38
39
|
req: import("http").IncomingMessage;
|
39
40
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
40
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
41
41
|
};
|
42
42
|
_input_in: {
|
43
43
|
authorization?: string | undefined;
|
@@ -59,17 +59,17 @@ export declare const BantrSdk: {
|
|
59
59
|
}>;
|
60
60
|
_meta: object;
|
61
61
|
_ctx_out: {
|
62
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
62
63
|
req: import("http").IncomingMessage;
|
63
64
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
64
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
65
65
|
};
|
66
66
|
_input_in: {
|
67
67
|
authorization?: string | undefined;
|
68
68
|
limit: number;
|
69
69
|
cursor: number;
|
70
70
|
orgWorkspaceId?: number | null | undefined;
|
71
|
-
direction?: "asc" | "desc" | undefined;
|
72
71
|
code?: string | undefined;
|
72
|
+
direction?: "asc" | "desc" | undefined;
|
73
73
|
listExpired?: boolean | undefined;
|
74
74
|
};
|
75
75
|
_input_out: {
|
@@ -96,14 +96,14 @@ export declare const BantrSdk: {
|
|
96
96
|
}>;
|
97
97
|
_meta: object;
|
98
98
|
_ctx_out: {
|
99
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
99
100
|
req: import("http").IncomingMessage;
|
100
101
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
101
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
102
102
|
};
|
103
103
|
_input_in: {
|
104
104
|
authorization?: string | undefined;
|
105
|
-
code: string;
|
106
105
|
description: string;
|
106
|
+
code: string;
|
107
107
|
appliesWhen: "purchase";
|
108
108
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
109
109
|
amountType: "flat-rate" | "percentage";
|
@@ -114,8 +114,8 @@ export declare const BantrSdk: {
|
|
114
114
|
};
|
115
115
|
_input_out: {
|
116
116
|
authorization?: string | undefined;
|
117
|
-
code: string;
|
118
117
|
description: string;
|
118
|
+
code: string;
|
119
119
|
appliesWhen: "purchase";
|
120
120
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
121
121
|
amountType: "flat-rate" | "percentage";
|
@@ -138,15 +138,15 @@ export declare const BantrSdk: {
|
|
138
138
|
}>;
|
139
139
|
_meta: object;
|
140
140
|
_ctx_out: {
|
141
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
141
142
|
req: import("http").IncomingMessage;
|
142
143
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
143
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
144
144
|
};
|
145
145
|
_input_in: {
|
146
146
|
authorization?: string | undefined;
|
147
|
-
code: string;
|
148
147
|
id: number;
|
149
148
|
description: string;
|
149
|
+
code: string;
|
150
150
|
appliesWhen: "purchase";
|
151
151
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
152
152
|
amountType: "flat-rate" | "percentage";
|
@@ -158,9 +158,9 @@ export declare const BantrSdk: {
|
|
158
158
|
};
|
159
159
|
_input_out: {
|
160
160
|
authorization?: string | undefined;
|
161
|
-
code: string;
|
162
161
|
id: number;
|
163
162
|
description: string;
|
163
|
+
code: string;
|
164
164
|
appliesWhen: "purchase";
|
165
165
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
166
166
|
amountType: "flat-rate" | "percentage";
|
@@ -182,9 +182,9 @@ export declare const BantrSdk: {
|
|
182
182
|
}>;
|
183
183
|
_meta: object;
|
184
184
|
_ctx_out: {
|
185
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
185
186
|
req: import("http").IncomingMessage;
|
186
187
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
187
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
188
188
|
};
|
189
189
|
_input_in: {
|
190
190
|
authorization?: string | undefined;
|
@@ -221,16 +221,16 @@ export declare const BantrSdk: {
|
|
221
221
|
code?: string | undefined;
|
222
222
|
};
|
223
223
|
_output_in: {
|
224
|
-
code: string;
|
225
224
|
description: string;
|
225
|
+
code: string;
|
226
226
|
amountType: "flat-rate" | "percentage";
|
227
227
|
amountValue: number;
|
228
228
|
reducedValue: number;
|
229
229
|
newValue: number;
|
230
230
|
};
|
231
231
|
_output_out: {
|
232
|
-
code: string;
|
233
232
|
description: string;
|
233
|
+
code: string;
|
234
234
|
amountType: "flat-rate" | "percentage";
|
235
235
|
amountValue: number;
|
236
236
|
reducedValue: number;
|
@@ -253,16 +253,16 @@ export declare const BantrSdk: {
|
|
253
253
|
}>;
|
254
254
|
_meta: object;
|
255
255
|
_ctx_out: {
|
256
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
256
257
|
req: import("http").IncomingMessage;
|
257
258
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
258
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
259
259
|
};
|
260
260
|
_input_in: {
|
261
261
|
authorization?: string | undefined;
|
262
262
|
description: string;
|
263
263
|
freeAgentId: number;
|
264
|
-
code?: string | undefined;
|
265
264
|
leagueId?: number | undefined;
|
265
|
+
code?: string | undefined;
|
266
266
|
paymentMode?: "session" | "intent" | undefined;
|
267
267
|
cancelPath?: string | undefined;
|
268
268
|
};
|
@@ -271,8 +271,8 @@ export declare const BantrSdk: {
|
|
271
271
|
description: string;
|
272
272
|
paymentMode: "session" | "intent";
|
273
273
|
freeAgentId: number;
|
274
|
-
code?: string | undefined;
|
275
274
|
leagueId?: number | undefined;
|
275
|
+
code?: string | undefined;
|
276
276
|
cancelPath?: string | undefined;
|
277
277
|
};
|
278
278
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
@@ -319,58 +319,58 @@ export declare const BantrSdk: {
|
|
319
319
|
}>;
|
320
320
|
_meta: object;
|
321
321
|
_ctx_out: {
|
322
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
322
323
|
req: import("http").IncomingMessage;
|
323
324
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
324
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
325
325
|
};
|
326
326
|
_input_in: {
|
327
327
|
authorization?: string | undefined;
|
328
|
-
leagueId: number;
|
329
328
|
teamId: number;
|
329
|
+
leagueId: number;
|
330
330
|
};
|
331
331
|
_input_out: {
|
332
332
|
authorization?: string | undefined;
|
333
|
-
leagueId: number;
|
334
333
|
teamId: number;
|
334
|
+
leagueId: number;
|
335
335
|
};
|
336
336
|
_output_in: {
|
337
337
|
id: number;
|
338
338
|
deletedAt: Date | null;
|
339
|
-
memberId: number;
|
340
339
|
member: {
|
341
340
|
id: number;
|
342
341
|
firstName: string | null;
|
343
|
-
email: string;
|
344
342
|
lastName: string | null;
|
343
|
+
email: string;
|
345
344
|
};
|
345
|
+
memberId: number;
|
346
346
|
totalPaid: number;
|
347
347
|
payments: {
|
348
348
|
id: number;
|
349
|
-
payerId: number;
|
350
349
|
createdAt: string | Date;
|
351
|
-
|
350
|
+
payerId: number;
|
352
351
|
amountApplied: number | null;
|
353
352
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
353
|
+
price: number;
|
354
354
|
}[];
|
355
355
|
}[];
|
356
356
|
_output_out: {
|
357
357
|
id: number;
|
358
358
|
deletedAt: Date | null;
|
359
|
-
memberId: number;
|
360
359
|
member: {
|
361
360
|
id: number;
|
362
361
|
firstName: string | null;
|
363
|
-
email: string;
|
364
362
|
lastName: string | null;
|
363
|
+
email: string;
|
365
364
|
};
|
365
|
+
memberId: number;
|
366
366
|
totalPaid: number;
|
367
367
|
payments: {
|
368
368
|
id: number;
|
369
|
-
payerId: number;
|
370
369
|
createdAt: string | Date;
|
371
|
-
|
370
|
+
payerId: number;
|
372
371
|
amountApplied: number | null;
|
373
372
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
373
|
+
price: number;
|
374
374
|
}[];
|
375
375
|
}[];
|
376
376
|
}, unknown>;
|
@@ -383,22 +383,22 @@ export declare const BantrSdk: {
|
|
383
383
|
}>;
|
384
384
|
_meta: object;
|
385
385
|
_ctx_out: {
|
386
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
386
387
|
req: import("http").IncomingMessage;
|
387
388
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
388
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
389
389
|
};
|
390
390
|
_input_in: {
|
391
391
|
authorization?: string | undefined;
|
392
|
-
price: number;
|
393
392
|
leagueId: number;
|
394
393
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
394
|
+
price: number;
|
395
395
|
teamRosterId: number;
|
396
396
|
};
|
397
397
|
_input_out: {
|
398
398
|
authorization?: string | undefined;
|
399
|
-
price: number;
|
400
399
|
leagueId: number;
|
401
400
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
401
|
+
price: number;
|
402
402
|
teamRosterId: number;
|
403
403
|
};
|
404
404
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
@@ -413,22 +413,22 @@ export declare const BantrSdk: {
|
|
413
413
|
}>;
|
414
414
|
_meta: object;
|
415
415
|
_ctx_out: {
|
416
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
416
417
|
req: import("http").IncomingMessage;
|
417
418
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
418
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
419
419
|
};
|
420
420
|
_input_in: {
|
421
421
|
authorization?: string | undefined;
|
422
422
|
id: number;
|
423
|
-
price: number;
|
424
423
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
424
|
+
price: number;
|
425
425
|
teamRosterId: number;
|
426
426
|
};
|
427
427
|
_input_out: {
|
428
428
|
authorization?: string | undefined;
|
429
429
|
id: number;
|
430
|
-
price: number;
|
431
430
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
431
|
+
price: number;
|
432
432
|
teamRosterId: number;
|
433
433
|
};
|
434
434
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
@@ -443,9 +443,9 @@ export declare const BantrSdk: {
|
|
443
443
|
}>;
|
444
444
|
_meta: object;
|
445
445
|
_ctx_out: {
|
446
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
446
447
|
req: import("http").IncomingMessage;
|
447
448
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
448
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
449
449
|
};
|
450
450
|
_input_in: {
|
451
451
|
authorization?: string | undefined;
|
@@ -467,14 +467,14 @@ export declare const BantrSdk: {
|
|
467
467
|
}>;
|
468
468
|
_meta: object;
|
469
469
|
_ctx_out: {
|
470
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
470
471
|
req: import("http").IncomingMessage;
|
471
472
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
472
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
473
473
|
};
|
474
474
|
_input_in: {
|
475
475
|
authorization?: string | undefined;
|
476
|
-
leagueId: number;
|
477
476
|
teamId: number;
|
477
|
+
leagueId: number;
|
478
478
|
paymentType: "total_price" | "deposit_price" | "balance_price" | "custom_price" | "off_platform";
|
479
479
|
code?: string | undefined;
|
480
480
|
paymentMode?: "session" | "intent" | undefined;
|
@@ -482,8 +482,8 @@ export declare const BantrSdk: {
|
|
482
482
|
};
|
483
483
|
_input_out: {
|
484
484
|
authorization?: string | undefined;
|
485
|
-
leagueId: number;
|
486
485
|
teamId: number;
|
486
|
+
leagueId: number;
|
487
487
|
paymentType: "total_price" | "deposit_price" | "balance_price" | "custom_price" | "off_platform";
|
488
488
|
paymentMode: "session" | "intent";
|
489
489
|
code?: string | undefined;
|
@@ -652,9 +652,9 @@ export declare const BantrSdk: {
|
|
652
652
|
}>;
|
653
653
|
_meta: object;
|
654
654
|
_ctx_out: {
|
655
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
655
656
|
req: import("http").IncomingMessage;
|
656
657
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
657
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
658
658
|
};
|
659
659
|
_input_in: {
|
660
660
|
authorization?: string | undefined;
|
@@ -683,9 +683,9 @@ export declare const BantrSdk: {
|
|
683
683
|
}>;
|
684
684
|
_meta: object;
|
685
685
|
_ctx_out: {
|
686
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
686
687
|
req: import("http").IncomingMessage;
|
687
688
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
688
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
689
689
|
};
|
690
690
|
_input_in: {
|
691
691
|
authorization?: string | undefined;
|
@@ -715,9 +715,9 @@ export declare const BantrSdk: {
|
|
715
715
|
}>;
|
716
716
|
_meta: object;
|
717
717
|
_ctx_out: {
|
718
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
718
719
|
req: import("http").IncomingMessage;
|
719
720
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
720
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
721
721
|
};
|
722
722
|
_input_in: {
|
723
723
|
authorization?: string | undefined;
|
@@ -752,23 +752,23 @@ export declare const BantrSdk: {
|
|
752
752
|
}>;
|
753
753
|
_meta: object;
|
754
754
|
_ctx_out: {
|
755
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
755
756
|
req: import("http").IncomingMessage;
|
756
757
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
757
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
758
758
|
};
|
759
759
|
_input_in: {
|
760
760
|
authorization?: string | undefined;
|
761
|
-
pickupId: number;
|
762
761
|
memberId: number;
|
762
|
+
pickupId: number;
|
763
763
|
code?: string | undefined;
|
764
764
|
paymentMode?: "session" | "intent" | undefined;
|
765
765
|
cancelPath?: string | undefined;
|
766
766
|
};
|
767
767
|
_input_out: {
|
768
768
|
authorization?: string | undefined;
|
769
|
-
pickupId: number;
|
770
769
|
memberId: number;
|
771
770
|
paymentMode: "session" | "intent";
|
771
|
+
pickupId: number;
|
772
772
|
code?: string | undefined;
|
773
773
|
cancelPath?: string | undefined;
|
774
774
|
};
|
@@ -814,8 +814,8 @@ export declare const BantrSdk: {
|
|
814
814
|
otherTaxLabel: string;
|
815
815
|
otherTax: number;
|
816
816
|
otherTaxPercent: number;
|
817
|
-
code?: string | undefined;
|
818
817
|
description?: string | undefined;
|
818
|
+
code?: string | undefined;
|
819
819
|
};
|
820
820
|
_output_out: {
|
821
821
|
discountApplied: number;
|
@@ -824,8 +824,8 @@ export declare const BantrSdk: {
|
|
824
824
|
otherTaxLabel: string;
|
825
825
|
otherTax: number;
|
826
826
|
otherTaxPercent: number;
|
827
|
-
code?: string | undefined;
|
828
827
|
description?: string | undefined;
|
828
|
+
code?: string | undefined;
|
829
829
|
};
|
830
830
|
}, unknown>;
|
831
831
|
}>;
|
@@ -844,9 +844,9 @@ export declare const BantrSdk: {
|
|
844
844
|
}>;
|
845
845
|
_meta: object;
|
846
846
|
_ctx_out: {
|
847
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
847
848
|
req: import("http").IncomingMessage;
|
848
849
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
849
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
850
850
|
};
|
851
851
|
_input_in: {
|
852
852
|
authorization?: string | undefined;
|
@@ -871,19 +871,19 @@ export declare const BantrSdk: {
|
|
871
871
|
}>;
|
872
872
|
_meta: object;
|
873
873
|
_ctx_out: {
|
874
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
874
875
|
req: import("http").IncomingMessage;
|
875
876
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
876
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
877
877
|
};
|
878
878
|
_input_in: {
|
879
879
|
authorization?: string | undefined;
|
880
|
-
organizationId: number;
|
881
880
|
teamId: number;
|
881
|
+
organizationId: number;
|
882
882
|
};
|
883
883
|
_input_out: {
|
884
884
|
authorization?: string | undefined;
|
885
|
-
organizationId: number;
|
886
885
|
teamId: number;
|
886
|
+
organizationId: number;
|
887
887
|
};
|
888
888
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
889
889
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -900,31 +900,31 @@ export declare const BantrSdk: {
|
|
900
900
|
}>;
|
901
901
|
_meta: object;
|
902
902
|
_ctx_out: {
|
903
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
903
904
|
req: import("http").IncomingMessage;
|
904
905
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
905
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
906
906
|
};
|
907
907
|
_input_in: {
|
908
908
|
authorization?: string | undefined;
|
909
909
|
teamId: number;
|
910
910
|
invites: {
|
911
911
|
firstName: string;
|
912
|
-
email: string;
|
913
912
|
lastName: string;
|
913
|
+
email: string;
|
914
914
|
}[];
|
915
|
-
organizationId?: number | undefined;
|
916
915
|
leagueId?: number | undefined;
|
916
|
+
organizationId?: number | undefined;
|
917
917
|
};
|
918
918
|
_input_out: {
|
919
919
|
authorization?: string | undefined;
|
920
920
|
teamId: number;
|
921
921
|
invites: {
|
922
922
|
firstName: string;
|
923
|
-
email: string;
|
924
923
|
lastName: string;
|
924
|
+
email: string;
|
925
925
|
}[];
|
926
|
-
organizationId?: number | undefined;
|
927
926
|
leagueId?: number | undefined;
|
927
|
+
organizationId?: number | undefined;
|
928
928
|
};
|
929
929
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
930
930
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -938,31 +938,31 @@ export declare const BantrSdk: {
|
|
938
938
|
}>;
|
939
939
|
_meta: object;
|
940
940
|
_ctx_out: {
|
941
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
941
942
|
req: import("http").IncomingMessage;
|
942
943
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
943
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
944
944
|
};
|
945
945
|
_input_in: {
|
946
946
|
authorization?: string | undefined;
|
947
947
|
teamId: number;
|
948
948
|
invites: {
|
949
949
|
firstName: string;
|
950
|
-
email: string;
|
951
950
|
lastName: string;
|
951
|
+
email: string;
|
952
952
|
}[];
|
953
|
-
organizationId?: number | undefined;
|
954
953
|
leagueId?: number | undefined;
|
954
|
+
organizationId?: number | undefined;
|
955
955
|
};
|
956
956
|
_input_out: {
|
957
957
|
authorization?: string | undefined;
|
958
958
|
teamId: number;
|
959
959
|
invites: {
|
960
960
|
firstName: string;
|
961
|
-
email: string;
|
962
961
|
lastName: string;
|
962
|
+
email: string;
|
963
963
|
}[];
|
964
|
-
organizationId?: number | undefined;
|
965
964
|
leagueId?: number | undefined;
|
965
|
+
organizationId?: number | undefined;
|
966
966
|
};
|
967
967
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
968
968
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -976,9 +976,9 @@ export declare const BantrSdk: {
|
|
976
976
|
}>;
|
977
977
|
_meta: object;
|
978
978
|
_ctx_out: {
|
979
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
979
980
|
req: import("http").IncomingMessage;
|
980
981
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
981
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
982
982
|
};
|
983
983
|
_input_in: {
|
984
984
|
authorization?: string | undefined;
|
@@ -1002,9 +1002,9 @@ export declare const BantrSdk: {
|
|
1002
1002
|
}>;
|
1003
1003
|
_meta: object;
|
1004
1004
|
_ctx_out: {
|
1005
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1005
1006
|
req: import("http").IncomingMessage;
|
1006
1007
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1007
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1008
1008
|
};
|
1009
1009
|
_input_in: {
|
1010
1010
|
authorization?: string | undefined;
|
@@ -1035,29 +1035,29 @@ export declare const BantrSdk: {
|
|
1035
1035
|
}>;
|
1036
1036
|
_meta: object;
|
1037
1037
|
_ctx_out: {
|
1038
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1038
1039
|
req: import("http").IncomingMessage;
|
1039
1040
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1040
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1041
1041
|
};
|
1042
1042
|
_input_in: {
|
1043
1043
|
authorization?: string | undefined;
|
1044
1044
|
limit: number;
|
1045
1045
|
page: number;
|
1046
1046
|
direction: "asc" | "desc";
|
1047
|
-
orgWorkspaceId?: number | undefined;
|
1048
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
1049
1047
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
1050
1048
|
search?: string | undefined;
|
1049
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
1050
|
+
orgWorkspaceId?: number | undefined;
|
1051
1051
|
};
|
1052
1052
|
_input_out: {
|
1053
1053
|
authorization?: string | undefined;
|
1054
1054
|
limit: number;
|
1055
1055
|
page: number;
|
1056
1056
|
direction: "asc" | "desc";
|
1057
|
-
orgWorkspaceId?: number | undefined;
|
1058
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
1059
1057
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
1060
1058
|
search?: string | undefined;
|
1059
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
1060
|
+
orgWorkspaceId?: number | undefined;
|
1061
1061
|
};
|
1062
1062
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
1063
1063
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -1076,9 +1076,9 @@ export declare const BantrSdk: {
|
|
1076
1076
|
}>;
|
1077
1077
|
_meta: object;
|
1078
1078
|
_ctx_out: {
|
1079
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1079
1080
|
req: import("http").IncomingMessage;
|
1080
1081
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1081
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1082
1082
|
};
|
1083
1083
|
_input_in: {
|
1084
1084
|
authorization?: string | undefined;
|
@@ -1142,19 +1142,19 @@ export declare const BantrSdk: {
|
|
1142
1142
|
}>;
|
1143
1143
|
_meta: object;
|
1144
1144
|
_ctx_out: {
|
1145
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1145
1146
|
req: import("http").IncomingMessage;
|
1146
1147
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1147
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1148
1148
|
};
|
1149
1149
|
_input_in: {
|
1150
1150
|
authorization?: string | undefined;
|
1151
|
-
amount: number;
|
1152
1151
|
transactionId: number;
|
1152
|
+
amount: number;
|
1153
1153
|
};
|
1154
1154
|
_input_out: {
|
1155
1155
|
authorization?: string | undefined;
|
1156
|
-
amount: number;
|
1157
1156
|
transactionId: number;
|
1157
|
+
amount: number;
|
1158
1158
|
};
|
1159
1159
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
1160
1160
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -1168,29 +1168,29 @@ export declare const BantrSdk: {
|
|
1168
1168
|
}>;
|
1169
1169
|
_meta: object;
|
1170
1170
|
_ctx_out: {
|
1171
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1171
1172
|
req: import("http").IncomingMessage;
|
1172
1173
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1173
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1174
1174
|
};
|
1175
1175
|
_input_in: {
|
1176
1176
|
authorization?: string | undefined;
|
1177
1177
|
limit: number;
|
1178
1178
|
page: number;
|
1179
1179
|
direction: "asc" | "desc";
|
1180
|
-
orgWorkspaceId?: number | undefined;
|
1181
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
1182
1180
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
1183
1181
|
search?: string | undefined;
|
1182
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
1183
|
+
orgWorkspaceId?: number | undefined;
|
1184
1184
|
};
|
1185
1185
|
_input_out: {
|
1186
1186
|
authorization?: string | undefined;
|
1187
1187
|
limit: number;
|
1188
1188
|
page: number;
|
1189
1189
|
direction: "asc" | "desc";
|
1190
|
-
orgWorkspaceId?: number | undefined;
|
1191
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
1192
1190
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
1193
1191
|
search?: string | undefined;
|
1192
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
1193
|
+
orgWorkspaceId?: number | undefined;
|
1194
1194
|
};
|
1195
1195
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
1196
1196
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -1212,9 +1212,9 @@ export declare const BantrSdk: {
|
|
1212
1212
|
}>;
|
1213
1213
|
_meta: object;
|
1214
1214
|
_ctx_out: {
|
1215
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1215
1216
|
req: import("http").IncomingMessage;
|
1216
1217
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1217
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1218
1218
|
};
|
1219
1219
|
_input_in: {
|
1220
1220
|
authorization?: string | undefined;
|
@@ -1236,17 +1236,17 @@ export declare const BantrSdk: {
|
|
1236
1236
|
}>;
|
1237
1237
|
_meta: object;
|
1238
1238
|
_ctx_out: {
|
1239
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1239
1240
|
req: import("http").IncomingMessage;
|
1240
1241
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1241
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1242
1242
|
};
|
1243
1243
|
_input_in: {
|
1244
1244
|
authorization?: string | undefined;
|
1245
1245
|
limit: number;
|
1246
1246
|
cursor: number;
|
1247
1247
|
orgWorkspaceId?: number | null | undefined;
|
1248
|
-
direction?: "asc" | "desc" | undefined;
|
1249
1248
|
code?: string | undefined;
|
1249
|
+
direction?: "asc" | "desc" | undefined;
|
1250
1250
|
listExpired?: boolean | undefined;
|
1251
1251
|
};
|
1252
1252
|
_input_out: {
|
@@ -1273,14 +1273,14 @@ export declare const BantrSdk: {
|
|
1273
1273
|
}>;
|
1274
1274
|
_meta: object;
|
1275
1275
|
_ctx_out: {
|
1276
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1276
1277
|
req: import("http").IncomingMessage;
|
1277
1278
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1278
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1279
1279
|
};
|
1280
1280
|
_input_in: {
|
1281
1281
|
authorization?: string | undefined;
|
1282
|
-
code: string;
|
1283
1282
|
description: string;
|
1283
|
+
code: string;
|
1284
1284
|
appliesWhen: "purchase";
|
1285
1285
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
1286
1286
|
amountType: "flat-rate" | "percentage";
|
@@ -1291,8 +1291,8 @@ export declare const BantrSdk: {
|
|
1291
1291
|
};
|
1292
1292
|
_input_out: {
|
1293
1293
|
authorization?: string | undefined;
|
1294
|
-
code: string;
|
1295
1294
|
description: string;
|
1295
|
+
code: string;
|
1296
1296
|
appliesWhen: "purchase";
|
1297
1297
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
1298
1298
|
amountType: "flat-rate" | "percentage";
|
@@ -1315,15 +1315,15 @@ export declare const BantrSdk: {
|
|
1315
1315
|
}>;
|
1316
1316
|
_meta: object;
|
1317
1317
|
_ctx_out: {
|
1318
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1318
1319
|
req: import("http").IncomingMessage;
|
1319
1320
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1320
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1321
1321
|
};
|
1322
1322
|
_input_in: {
|
1323
1323
|
authorization?: string | undefined;
|
1324
|
-
code: string;
|
1325
1324
|
id: number;
|
1326
1325
|
description: string;
|
1326
|
+
code: string;
|
1327
1327
|
appliesWhen: "purchase";
|
1328
1328
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
1329
1329
|
amountType: "flat-rate" | "percentage";
|
@@ -1335,9 +1335,9 @@ export declare const BantrSdk: {
|
|
1335
1335
|
};
|
1336
1336
|
_input_out: {
|
1337
1337
|
authorization?: string | undefined;
|
1338
|
-
code: string;
|
1339
1338
|
id: number;
|
1340
1339
|
description: string;
|
1340
|
+
code: string;
|
1341
1341
|
appliesWhen: "purchase";
|
1342
1342
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
1343
1343
|
amountType: "flat-rate" | "percentage";
|
@@ -1359,9 +1359,9 @@ export declare const BantrSdk: {
|
|
1359
1359
|
}>;
|
1360
1360
|
_meta: object;
|
1361
1361
|
_ctx_out: {
|
1362
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1362
1363
|
req: import("http").IncomingMessage;
|
1363
1364
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1364
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1365
1365
|
};
|
1366
1366
|
_input_in: {
|
1367
1367
|
authorization?: string | undefined;
|
@@ -1398,16 +1398,16 @@ export declare const BantrSdk: {
|
|
1398
1398
|
code?: string | undefined;
|
1399
1399
|
};
|
1400
1400
|
_output_in: {
|
1401
|
-
code: string;
|
1402
1401
|
description: string;
|
1402
|
+
code: string;
|
1403
1403
|
amountType: "flat-rate" | "percentage";
|
1404
1404
|
amountValue: number;
|
1405
1405
|
reducedValue: number;
|
1406
1406
|
newValue: number;
|
1407
1407
|
};
|
1408
1408
|
_output_out: {
|
1409
|
-
code: string;
|
1410
1409
|
description: string;
|
1410
|
+
code: string;
|
1411
1411
|
amountType: "flat-rate" | "percentage";
|
1412
1412
|
amountValue: number;
|
1413
1413
|
reducedValue: number;
|
@@ -1430,16 +1430,16 @@ export declare const BantrSdk: {
|
|
1430
1430
|
}>;
|
1431
1431
|
_meta: object;
|
1432
1432
|
_ctx_out: {
|
1433
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1433
1434
|
req: import("http").IncomingMessage;
|
1434
1435
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1435
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1436
1436
|
};
|
1437
1437
|
_input_in: {
|
1438
1438
|
authorization?: string | undefined;
|
1439
1439
|
description: string;
|
1440
1440
|
freeAgentId: number;
|
1441
|
-
code?: string | undefined;
|
1442
1441
|
leagueId?: number | undefined;
|
1442
|
+
code?: string | undefined;
|
1443
1443
|
paymentMode?: "session" | "intent" | undefined;
|
1444
1444
|
cancelPath?: string | undefined;
|
1445
1445
|
};
|
@@ -1448,8 +1448,8 @@ export declare const BantrSdk: {
|
|
1448
1448
|
description: string;
|
1449
1449
|
paymentMode: "session" | "intent";
|
1450
1450
|
freeAgentId: number;
|
1451
|
-
code?: string | undefined;
|
1452
1451
|
leagueId?: number | undefined;
|
1452
|
+
code?: string | undefined;
|
1453
1453
|
cancelPath?: string | undefined;
|
1454
1454
|
};
|
1455
1455
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
@@ -1496,58 +1496,58 @@ export declare const BantrSdk: {
|
|
1496
1496
|
}>;
|
1497
1497
|
_meta: object;
|
1498
1498
|
_ctx_out: {
|
1499
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1499
1500
|
req: import("http").IncomingMessage;
|
1500
1501
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1501
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1502
1502
|
};
|
1503
1503
|
_input_in: {
|
1504
1504
|
authorization?: string | undefined;
|
1505
|
-
leagueId: number;
|
1506
1505
|
teamId: number;
|
1506
|
+
leagueId: number;
|
1507
1507
|
};
|
1508
1508
|
_input_out: {
|
1509
1509
|
authorization?: string | undefined;
|
1510
|
-
leagueId: number;
|
1511
1510
|
teamId: number;
|
1511
|
+
leagueId: number;
|
1512
1512
|
};
|
1513
1513
|
_output_in: {
|
1514
1514
|
id: number;
|
1515
1515
|
deletedAt: Date | null;
|
1516
|
-
memberId: number;
|
1517
1516
|
member: {
|
1518
1517
|
id: number;
|
1519
1518
|
firstName: string | null;
|
1520
|
-
email: string;
|
1521
1519
|
lastName: string | null;
|
1520
|
+
email: string;
|
1522
1521
|
};
|
1522
|
+
memberId: number;
|
1523
1523
|
totalPaid: number;
|
1524
1524
|
payments: {
|
1525
1525
|
id: number;
|
1526
|
-
payerId: number;
|
1527
1526
|
createdAt: string | Date;
|
1528
|
-
|
1527
|
+
payerId: number;
|
1529
1528
|
amountApplied: number | null;
|
1530
1529
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
1530
|
+
price: number;
|
1531
1531
|
}[];
|
1532
1532
|
}[];
|
1533
1533
|
_output_out: {
|
1534
1534
|
id: number;
|
1535
1535
|
deletedAt: Date | null;
|
1536
|
-
memberId: number;
|
1537
1536
|
member: {
|
1538
1537
|
id: number;
|
1539
1538
|
firstName: string | null;
|
1540
|
-
email: string;
|
1541
1539
|
lastName: string | null;
|
1540
|
+
email: string;
|
1542
1541
|
};
|
1542
|
+
memberId: number;
|
1543
1543
|
totalPaid: number;
|
1544
1544
|
payments: {
|
1545
1545
|
id: number;
|
1546
|
-
payerId: number;
|
1547
1546
|
createdAt: string | Date;
|
1548
|
-
|
1547
|
+
payerId: number;
|
1549
1548
|
amountApplied: number | null;
|
1550
1549
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
1550
|
+
price: number;
|
1551
1551
|
}[];
|
1552
1552
|
}[];
|
1553
1553
|
}, unknown>;
|
@@ -1560,22 +1560,22 @@ export declare const BantrSdk: {
|
|
1560
1560
|
}>;
|
1561
1561
|
_meta: object;
|
1562
1562
|
_ctx_out: {
|
1563
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1563
1564
|
req: import("http").IncomingMessage;
|
1564
1565
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1565
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1566
1566
|
};
|
1567
1567
|
_input_in: {
|
1568
1568
|
authorization?: string | undefined;
|
1569
|
-
price: number;
|
1570
1569
|
leagueId: number;
|
1571
1570
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
1571
|
+
price: number;
|
1572
1572
|
teamRosterId: number;
|
1573
1573
|
};
|
1574
1574
|
_input_out: {
|
1575
1575
|
authorization?: string | undefined;
|
1576
|
-
price: number;
|
1577
1576
|
leagueId: number;
|
1578
1577
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
1578
|
+
price: number;
|
1579
1579
|
teamRosterId: number;
|
1580
1580
|
};
|
1581
1581
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
@@ -1590,22 +1590,22 @@ export declare const BantrSdk: {
|
|
1590
1590
|
}>;
|
1591
1591
|
_meta: object;
|
1592
1592
|
_ctx_out: {
|
1593
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1593
1594
|
req: import("http").IncomingMessage;
|
1594
1595
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1595
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1596
1596
|
};
|
1597
1597
|
_input_in: {
|
1598
1598
|
authorization?: string | undefined;
|
1599
1599
|
id: number;
|
1600
|
-
price: number;
|
1601
1600
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
1601
|
+
price: number;
|
1602
1602
|
teamRosterId: number;
|
1603
1603
|
};
|
1604
1604
|
_input_out: {
|
1605
1605
|
authorization?: string | undefined;
|
1606
1606
|
id: number;
|
1607
|
-
price: number;
|
1608
1607
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
1608
|
+
price: number;
|
1609
1609
|
teamRosterId: number;
|
1610
1610
|
};
|
1611
1611
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
@@ -1620,9 +1620,9 @@ export declare const BantrSdk: {
|
|
1620
1620
|
}>;
|
1621
1621
|
_meta: object;
|
1622
1622
|
_ctx_out: {
|
1623
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1623
1624
|
req: import("http").IncomingMessage;
|
1624
1625
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1625
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1626
1626
|
};
|
1627
1627
|
_input_in: {
|
1628
1628
|
authorization?: string | undefined;
|
@@ -1644,14 +1644,14 @@ export declare const BantrSdk: {
|
|
1644
1644
|
}>;
|
1645
1645
|
_meta: object;
|
1646
1646
|
_ctx_out: {
|
1647
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1647
1648
|
req: import("http").IncomingMessage;
|
1648
1649
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1649
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1650
1650
|
};
|
1651
1651
|
_input_in: {
|
1652
1652
|
authorization?: string | undefined;
|
1653
|
-
leagueId: number;
|
1654
1653
|
teamId: number;
|
1654
|
+
leagueId: number;
|
1655
1655
|
paymentType: "total_price" | "deposit_price" | "balance_price" | "custom_price" | "off_platform";
|
1656
1656
|
code?: string | undefined;
|
1657
1657
|
paymentMode?: "session" | "intent" | undefined;
|
@@ -1659,8 +1659,8 @@ export declare const BantrSdk: {
|
|
1659
1659
|
};
|
1660
1660
|
_input_out: {
|
1661
1661
|
authorization?: string | undefined;
|
1662
|
-
leagueId: number;
|
1663
1662
|
teamId: number;
|
1663
|
+
leagueId: number;
|
1664
1664
|
paymentType: "total_price" | "deposit_price" | "balance_price" | "custom_price" | "off_platform";
|
1665
1665
|
paymentMode: "session" | "intent";
|
1666
1666
|
code?: string | undefined;
|
@@ -1829,9 +1829,9 @@ export declare const BantrSdk: {
|
|
1829
1829
|
}>;
|
1830
1830
|
_meta: object;
|
1831
1831
|
_ctx_out: {
|
1832
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1832
1833
|
req: import("http").IncomingMessage;
|
1833
1834
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1834
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1835
1835
|
};
|
1836
1836
|
_input_in: {
|
1837
1837
|
authorization?: string | undefined;
|
@@ -1860,9 +1860,9 @@ export declare const BantrSdk: {
|
|
1860
1860
|
}>;
|
1861
1861
|
_meta: object;
|
1862
1862
|
_ctx_out: {
|
1863
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1863
1864
|
req: import("http").IncomingMessage;
|
1864
1865
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1865
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1866
1866
|
};
|
1867
1867
|
_input_in: {
|
1868
1868
|
authorization?: string | undefined;
|
@@ -1892,9 +1892,9 @@ export declare const BantrSdk: {
|
|
1892
1892
|
}>;
|
1893
1893
|
_meta: object;
|
1894
1894
|
_ctx_out: {
|
1895
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1895
1896
|
req: import("http").IncomingMessage;
|
1896
1897
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1897
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1898
1898
|
};
|
1899
1899
|
_input_in: {
|
1900
1900
|
authorization?: string | undefined;
|
@@ -1929,23 +1929,23 @@ export declare const BantrSdk: {
|
|
1929
1929
|
}>;
|
1930
1930
|
_meta: object;
|
1931
1931
|
_ctx_out: {
|
1932
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
1932
1933
|
req: import("http").IncomingMessage;
|
1933
1934
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
1934
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
1935
1935
|
};
|
1936
1936
|
_input_in: {
|
1937
1937
|
authorization?: string | undefined;
|
1938
|
-
pickupId: number;
|
1939
1938
|
memberId: number;
|
1939
|
+
pickupId: number;
|
1940
1940
|
code?: string | undefined;
|
1941
1941
|
paymentMode?: "session" | "intent" | undefined;
|
1942
1942
|
cancelPath?: string | undefined;
|
1943
1943
|
};
|
1944
1944
|
_input_out: {
|
1945
1945
|
authorization?: string | undefined;
|
1946
|
-
pickupId: number;
|
1947
1946
|
memberId: number;
|
1948
1947
|
paymentMode: "session" | "intent";
|
1948
|
+
pickupId: number;
|
1949
1949
|
code?: string | undefined;
|
1950
1950
|
cancelPath?: string | undefined;
|
1951
1951
|
};
|
@@ -1991,8 +1991,8 @@ export declare const BantrSdk: {
|
|
1991
1991
|
otherTaxLabel: string;
|
1992
1992
|
otherTax: number;
|
1993
1993
|
otherTaxPercent: number;
|
1994
|
-
code?: string | undefined;
|
1995
1994
|
description?: string | undefined;
|
1995
|
+
code?: string | undefined;
|
1996
1996
|
};
|
1997
1997
|
_output_out: {
|
1998
1998
|
discountApplied: number;
|
@@ -2001,8 +2001,8 @@ export declare const BantrSdk: {
|
|
2001
2001
|
otherTaxLabel: string;
|
2002
2002
|
otherTax: number;
|
2003
2003
|
otherTaxPercent: number;
|
2004
|
-
code?: string | undefined;
|
2005
2004
|
description?: string | undefined;
|
2005
|
+
code?: string | undefined;
|
2006
2006
|
};
|
2007
2007
|
}, unknown>;
|
2008
2008
|
}>;
|
@@ -2021,9 +2021,9 @@ export declare const BantrSdk: {
|
|
2021
2021
|
}>;
|
2022
2022
|
_meta: object;
|
2023
2023
|
_ctx_out: {
|
2024
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2024
2025
|
req: import("http").IncomingMessage;
|
2025
2026
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2026
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2027
2027
|
};
|
2028
2028
|
_input_in: {
|
2029
2029
|
authorization?: string | undefined;
|
@@ -2048,19 +2048,19 @@ export declare const BantrSdk: {
|
|
2048
2048
|
}>;
|
2049
2049
|
_meta: object;
|
2050
2050
|
_ctx_out: {
|
2051
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2051
2052
|
req: import("http").IncomingMessage;
|
2052
2053
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2053
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2054
2054
|
};
|
2055
2055
|
_input_in: {
|
2056
2056
|
authorization?: string | undefined;
|
2057
|
-
organizationId: number;
|
2058
2057
|
teamId: number;
|
2058
|
+
organizationId: number;
|
2059
2059
|
};
|
2060
2060
|
_input_out: {
|
2061
2061
|
authorization?: string | undefined;
|
2062
|
-
organizationId: number;
|
2063
2062
|
teamId: number;
|
2063
|
+
organizationId: number;
|
2064
2064
|
};
|
2065
2065
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
2066
2066
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -2077,31 +2077,31 @@ export declare const BantrSdk: {
|
|
2077
2077
|
}>;
|
2078
2078
|
_meta: object;
|
2079
2079
|
_ctx_out: {
|
2080
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2080
2081
|
req: import("http").IncomingMessage;
|
2081
2082
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2082
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2083
2083
|
};
|
2084
2084
|
_input_in: {
|
2085
2085
|
authorization?: string | undefined;
|
2086
2086
|
teamId: number;
|
2087
2087
|
invites: {
|
2088
2088
|
firstName: string;
|
2089
|
-
email: string;
|
2090
2089
|
lastName: string;
|
2090
|
+
email: string;
|
2091
2091
|
}[];
|
2092
|
-
organizationId?: number | undefined;
|
2093
2092
|
leagueId?: number | undefined;
|
2093
|
+
organizationId?: number | undefined;
|
2094
2094
|
};
|
2095
2095
|
_input_out: {
|
2096
2096
|
authorization?: string | undefined;
|
2097
2097
|
teamId: number;
|
2098
2098
|
invites: {
|
2099
2099
|
firstName: string;
|
2100
|
-
email: string;
|
2101
2100
|
lastName: string;
|
2101
|
+
email: string;
|
2102
2102
|
}[];
|
2103
|
-
organizationId?: number | undefined;
|
2104
2103
|
leagueId?: number | undefined;
|
2104
|
+
organizationId?: number | undefined;
|
2105
2105
|
};
|
2106
2106
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
2107
2107
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -2115,31 +2115,31 @@ export declare const BantrSdk: {
|
|
2115
2115
|
}>;
|
2116
2116
|
_meta: object;
|
2117
2117
|
_ctx_out: {
|
2118
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2118
2119
|
req: import("http").IncomingMessage;
|
2119
2120
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2120
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2121
2121
|
};
|
2122
2122
|
_input_in: {
|
2123
2123
|
authorization?: string | undefined;
|
2124
2124
|
teamId: number;
|
2125
2125
|
invites: {
|
2126
2126
|
firstName: string;
|
2127
|
-
email: string;
|
2128
2127
|
lastName: string;
|
2128
|
+
email: string;
|
2129
2129
|
}[];
|
2130
|
-
organizationId?: number | undefined;
|
2131
2130
|
leagueId?: number | undefined;
|
2131
|
+
organizationId?: number | undefined;
|
2132
2132
|
};
|
2133
2133
|
_input_out: {
|
2134
2134
|
authorization?: string | undefined;
|
2135
2135
|
teamId: number;
|
2136
2136
|
invites: {
|
2137
2137
|
firstName: string;
|
2138
|
-
email: string;
|
2139
2138
|
lastName: string;
|
2139
|
+
email: string;
|
2140
2140
|
}[];
|
2141
|
-
organizationId?: number | undefined;
|
2142
2141
|
leagueId?: number | undefined;
|
2142
|
+
organizationId?: number | undefined;
|
2143
2143
|
};
|
2144
2144
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
2145
2145
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -2153,9 +2153,9 @@ export declare const BantrSdk: {
|
|
2153
2153
|
}>;
|
2154
2154
|
_meta: object;
|
2155
2155
|
_ctx_out: {
|
2156
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2156
2157
|
req: import("http").IncomingMessage;
|
2157
2158
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2158
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2159
2159
|
};
|
2160
2160
|
_input_in: {
|
2161
2161
|
authorization?: string | undefined;
|
@@ -2179,9 +2179,9 @@ export declare const BantrSdk: {
|
|
2179
2179
|
}>;
|
2180
2180
|
_meta: object;
|
2181
2181
|
_ctx_out: {
|
2182
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2182
2183
|
req: import("http").IncomingMessage;
|
2183
2184
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2184
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2185
2185
|
};
|
2186
2186
|
_input_in: {
|
2187
2187
|
authorization?: string | undefined;
|
@@ -2212,29 +2212,29 @@ export declare const BantrSdk: {
|
|
2212
2212
|
}>;
|
2213
2213
|
_meta: object;
|
2214
2214
|
_ctx_out: {
|
2215
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2215
2216
|
req: import("http").IncomingMessage;
|
2216
2217
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2217
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2218
2218
|
};
|
2219
2219
|
_input_in: {
|
2220
2220
|
authorization?: string | undefined;
|
2221
2221
|
limit: number;
|
2222
2222
|
page: number;
|
2223
2223
|
direction: "asc" | "desc";
|
2224
|
-
orgWorkspaceId?: number | undefined;
|
2225
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
2226
2224
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
2227
2225
|
search?: string | undefined;
|
2226
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
2227
|
+
orgWorkspaceId?: number | undefined;
|
2228
2228
|
};
|
2229
2229
|
_input_out: {
|
2230
2230
|
authorization?: string | undefined;
|
2231
2231
|
limit: number;
|
2232
2232
|
page: number;
|
2233
2233
|
direction: "asc" | "desc";
|
2234
|
-
orgWorkspaceId?: number | undefined;
|
2235
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
2236
2234
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
2237
2235
|
search?: string | undefined;
|
2236
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
2237
|
+
orgWorkspaceId?: number | undefined;
|
2238
2238
|
};
|
2239
2239
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
2240
2240
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -2253,9 +2253,9 @@ export declare const BantrSdk: {
|
|
2253
2253
|
}>;
|
2254
2254
|
_meta: object;
|
2255
2255
|
_ctx_out: {
|
2256
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2256
2257
|
req: import("http").IncomingMessage;
|
2257
2258
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2258
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2259
2259
|
};
|
2260
2260
|
_input_in: {
|
2261
2261
|
authorization?: string | undefined;
|
@@ -2319,19 +2319,19 @@ export declare const BantrSdk: {
|
|
2319
2319
|
}>;
|
2320
2320
|
_meta: object;
|
2321
2321
|
_ctx_out: {
|
2322
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2322
2323
|
req: import("http").IncomingMessage;
|
2323
2324
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2324
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2325
2325
|
};
|
2326
2326
|
_input_in: {
|
2327
2327
|
authorization?: string | undefined;
|
2328
|
-
amount: number;
|
2329
2328
|
transactionId: number;
|
2329
|
+
amount: number;
|
2330
2330
|
};
|
2331
2331
|
_input_out: {
|
2332
2332
|
authorization?: string | undefined;
|
2333
|
-
amount: number;
|
2334
2333
|
transactionId: number;
|
2334
|
+
amount: number;
|
2335
2335
|
};
|
2336
2336
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
2337
2337
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -2345,29 +2345,29 @@ export declare const BantrSdk: {
|
|
2345
2345
|
}>;
|
2346
2346
|
_meta: object;
|
2347
2347
|
_ctx_out: {
|
2348
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2348
2349
|
req: import("http").IncomingMessage;
|
2349
2350
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2350
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2351
2351
|
};
|
2352
2352
|
_input_in: {
|
2353
2353
|
authorization?: string | undefined;
|
2354
2354
|
limit: number;
|
2355
2355
|
page: number;
|
2356
2356
|
direction: "asc" | "desc";
|
2357
|
-
orgWorkspaceId?: number | undefined;
|
2358
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
2359
2357
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
2360
2358
|
search?: string | undefined;
|
2359
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
2360
|
+
orgWorkspaceId?: number | undefined;
|
2361
2361
|
};
|
2362
2362
|
_input_out: {
|
2363
2363
|
authorization?: string | undefined;
|
2364
2364
|
limit: number;
|
2365
2365
|
page: number;
|
2366
2366
|
direction: "asc" | "desc";
|
2367
|
-
orgWorkspaceId?: number | undefined;
|
2368
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
2369
2367
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
2370
2368
|
search?: string | undefined;
|
2369
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
2370
|
+
orgWorkspaceId?: number | undefined;
|
2371
2371
|
};
|
2372
2372
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
2373
2373
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -2389,9 +2389,9 @@ export declare const BantrSdk: {
|
|
2389
2389
|
}>;
|
2390
2390
|
_meta: object;
|
2391
2391
|
_ctx_out: {
|
2392
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2392
2393
|
req: import("http").IncomingMessage;
|
2393
2394
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2394
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2395
2395
|
};
|
2396
2396
|
_input_in: {
|
2397
2397
|
authorization?: string | undefined;
|
@@ -2415,17 +2415,17 @@ export declare const BantrSdk: {
|
|
2415
2415
|
}>;
|
2416
2416
|
_meta: object;
|
2417
2417
|
_ctx_out: {
|
2418
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2418
2419
|
req: import("http").IncomingMessage;
|
2419
2420
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2420
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2421
2421
|
};
|
2422
2422
|
_input_in: {
|
2423
2423
|
authorization?: string | undefined;
|
2424
2424
|
limit: number;
|
2425
2425
|
cursor: number;
|
2426
2426
|
orgWorkspaceId?: number | null | undefined;
|
2427
|
-
direction?: "asc" | "desc" | undefined;
|
2428
2427
|
code?: string | undefined;
|
2428
|
+
direction?: "asc" | "desc" | undefined;
|
2429
2429
|
listExpired?: boolean | undefined;
|
2430
2430
|
};
|
2431
2431
|
_input_out: {
|
@@ -2454,14 +2454,14 @@ export declare const BantrSdk: {
|
|
2454
2454
|
}>;
|
2455
2455
|
_meta: object;
|
2456
2456
|
_ctx_out: {
|
2457
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2457
2458
|
req: import("http").IncomingMessage;
|
2458
2459
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2459
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2460
2460
|
};
|
2461
2461
|
_input_in: {
|
2462
2462
|
authorization?: string | undefined;
|
2463
|
-
code: string;
|
2464
2463
|
description: string;
|
2464
|
+
code: string;
|
2465
2465
|
appliesWhen: "purchase";
|
2466
2466
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
2467
2467
|
amountType: "flat-rate" | "percentage";
|
@@ -2472,8 +2472,8 @@ export declare const BantrSdk: {
|
|
2472
2472
|
};
|
2473
2473
|
_input_out: {
|
2474
2474
|
authorization?: string | undefined;
|
2475
|
-
code: string;
|
2476
2475
|
description: string;
|
2476
|
+
code: string;
|
2477
2477
|
appliesWhen: "purchase";
|
2478
2478
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
2479
2479
|
amountType: "flat-rate" | "percentage";
|
@@ -2498,15 +2498,15 @@ export declare const BantrSdk: {
|
|
2498
2498
|
}>;
|
2499
2499
|
_meta: object;
|
2500
2500
|
_ctx_out: {
|
2501
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2501
2502
|
req: import("http").IncomingMessage;
|
2502
2503
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2503
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2504
2504
|
};
|
2505
2505
|
_input_in: {
|
2506
2506
|
authorization?: string | undefined;
|
2507
|
-
code: string;
|
2508
2507
|
id: number;
|
2509
2508
|
description: string;
|
2509
|
+
code: string;
|
2510
2510
|
appliesWhen: "purchase";
|
2511
2511
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
2512
2512
|
amountType: "flat-rate" | "percentage";
|
@@ -2518,9 +2518,9 @@ export declare const BantrSdk: {
|
|
2518
2518
|
};
|
2519
2519
|
_input_out: {
|
2520
2520
|
authorization?: string | undefined;
|
2521
|
-
code: string;
|
2522
2521
|
id: number;
|
2523
2522
|
description: string;
|
2523
|
+
code: string;
|
2524
2524
|
appliesWhen: "purchase";
|
2525
2525
|
applicableOn: "league-registration" | "pickup-registration" | "free-agent-registration" | null;
|
2526
2526
|
amountType: "flat-rate" | "percentage";
|
@@ -2544,9 +2544,9 @@ export declare const BantrSdk: {
|
|
2544
2544
|
}>;
|
2545
2545
|
_meta: object;
|
2546
2546
|
_ctx_out: {
|
2547
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2547
2548
|
req: import("http").IncomingMessage;
|
2548
2549
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2549
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2550
2550
|
};
|
2551
2551
|
_input_in: {
|
2552
2552
|
authorization?: string | undefined;
|
@@ -2585,16 +2585,16 @@ export declare const BantrSdk: {
|
|
2585
2585
|
code?: string | undefined;
|
2586
2586
|
};
|
2587
2587
|
_output_in: {
|
2588
|
-
code: string;
|
2589
2588
|
description: string;
|
2589
|
+
code: string;
|
2590
2590
|
amountType: "flat-rate" | "percentage";
|
2591
2591
|
amountValue: number;
|
2592
2592
|
reducedValue: number;
|
2593
2593
|
newValue: number;
|
2594
2594
|
};
|
2595
2595
|
_output_out: {
|
2596
|
-
code: string;
|
2597
2596
|
description: string;
|
2597
|
+
code: string;
|
2598
2598
|
amountType: "flat-rate" | "percentage";
|
2599
2599
|
amountValue: number;
|
2600
2600
|
reducedValue: number;
|
@@ -2614,16 +2614,16 @@ export declare const BantrSdk: {
|
|
2614
2614
|
}>;
|
2615
2615
|
_meta: object;
|
2616
2616
|
_ctx_out: {
|
2617
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2617
2618
|
req: import("http").IncomingMessage;
|
2618
2619
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2619
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2620
2620
|
};
|
2621
2621
|
_input_in: {
|
2622
2622
|
authorization?: string | undefined;
|
2623
2623
|
description: string;
|
2624
2624
|
freeAgentId: number;
|
2625
|
-
code?: string | undefined;
|
2626
2625
|
leagueId?: number | undefined;
|
2626
|
+
code?: string | undefined;
|
2627
2627
|
paymentMode?: "session" | "intent" | undefined;
|
2628
2628
|
cancelPath?: string | undefined;
|
2629
2629
|
};
|
@@ -2632,8 +2632,8 @@ export declare const BantrSdk: {
|
|
2632
2632
|
description: string;
|
2633
2633
|
paymentMode: "session" | "intent";
|
2634
2634
|
freeAgentId: number;
|
2635
|
-
code?: string | undefined;
|
2636
2635
|
leagueId?: number | undefined;
|
2636
|
+
code?: string | undefined;
|
2637
2637
|
cancelPath?: string | undefined;
|
2638
2638
|
};
|
2639
2639
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
@@ -2677,58 +2677,58 @@ export declare const BantrSdk: {
|
|
2677
2677
|
}>;
|
2678
2678
|
_meta: object;
|
2679
2679
|
_ctx_out: {
|
2680
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2680
2681
|
req: import("http").IncomingMessage;
|
2681
2682
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2682
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2683
2683
|
};
|
2684
2684
|
_input_in: {
|
2685
2685
|
authorization?: string | undefined;
|
2686
|
-
leagueId: number;
|
2687
2686
|
teamId: number;
|
2687
|
+
leagueId: number;
|
2688
2688
|
};
|
2689
2689
|
_input_out: {
|
2690
2690
|
authorization?: string | undefined;
|
2691
|
-
leagueId: number;
|
2692
2691
|
teamId: number;
|
2692
|
+
leagueId: number;
|
2693
2693
|
};
|
2694
2694
|
_output_in: {
|
2695
2695
|
id: number;
|
2696
2696
|
deletedAt: Date | null;
|
2697
|
-
memberId: number;
|
2698
2697
|
member: {
|
2699
2698
|
id: number;
|
2700
2699
|
firstName: string | null;
|
2701
|
-
email: string;
|
2702
2700
|
lastName: string | null;
|
2701
|
+
email: string;
|
2703
2702
|
};
|
2703
|
+
memberId: number;
|
2704
2704
|
totalPaid: number;
|
2705
2705
|
payments: {
|
2706
2706
|
id: number;
|
2707
|
-
payerId: number;
|
2708
2707
|
createdAt: string | Date;
|
2709
|
-
|
2708
|
+
payerId: number;
|
2710
2709
|
amountApplied: number | null;
|
2711
2710
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
2711
|
+
price: number;
|
2712
2712
|
}[];
|
2713
2713
|
}[];
|
2714
2714
|
_output_out: {
|
2715
2715
|
id: number;
|
2716
2716
|
deletedAt: Date | null;
|
2717
|
-
memberId: number;
|
2718
2717
|
member: {
|
2719
2718
|
id: number;
|
2720
2719
|
firstName: string | null;
|
2721
|
-
email: string;
|
2722
2720
|
lastName: string | null;
|
2721
|
+
email: string;
|
2723
2722
|
};
|
2723
|
+
memberId: number;
|
2724
2724
|
totalPaid: number;
|
2725
2725
|
payments: {
|
2726
2726
|
id: number;
|
2727
|
-
payerId: number;
|
2728
2727
|
createdAt: string | Date;
|
2729
|
-
|
2728
|
+
payerId: number;
|
2730
2729
|
amountApplied: number | null;
|
2731
2730
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
2731
|
+
price: number;
|
2732
2732
|
}[];
|
2733
2733
|
}[];
|
2734
2734
|
}, unknown>>;
|
@@ -2743,22 +2743,22 @@ export declare const BantrSdk: {
|
|
2743
2743
|
}>;
|
2744
2744
|
_meta: object;
|
2745
2745
|
_ctx_out: {
|
2746
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2746
2747
|
req: import("http").IncomingMessage;
|
2747
2748
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2748
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2749
2749
|
};
|
2750
2750
|
_input_in: {
|
2751
2751
|
authorization?: string | undefined;
|
2752
|
-
price: number;
|
2753
2752
|
leagueId: number;
|
2754
2753
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
2754
|
+
price: number;
|
2755
2755
|
teamRosterId: number;
|
2756
2756
|
};
|
2757
2757
|
_input_out: {
|
2758
2758
|
authorization?: string | undefined;
|
2759
|
-
price: number;
|
2760
2759
|
leagueId: number;
|
2761
2760
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
2761
|
+
price: number;
|
2762
2762
|
teamRosterId: number;
|
2763
2763
|
};
|
2764
2764
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
@@ -2775,22 +2775,22 @@ export declare const BantrSdk: {
|
|
2775
2775
|
}>;
|
2776
2776
|
_meta: object;
|
2777
2777
|
_ctx_out: {
|
2778
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2778
2779
|
req: import("http").IncomingMessage;
|
2779
2780
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2780
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2781
2781
|
};
|
2782
2782
|
_input_in: {
|
2783
2783
|
authorization?: string | undefined;
|
2784
2784
|
id: number;
|
2785
|
-
price: number;
|
2786
2785
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
2786
|
+
price: number;
|
2787
2787
|
teamRosterId: number;
|
2788
2788
|
};
|
2789
2789
|
_input_out: {
|
2790
2790
|
authorization?: string | undefined;
|
2791
2791
|
id: number;
|
2792
|
-
price: number;
|
2793
2792
|
offlineMethod: "STRIPE" | "CASH" | "CHECK" | "VENMO" | "ZELLE" | "ONLINE" | "BANK" | "Other" | null;
|
2793
|
+
price: number;
|
2794
2794
|
teamRosterId: number;
|
2795
2795
|
};
|
2796
2796
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
@@ -2807,9 +2807,9 @@ export declare const BantrSdk: {
|
|
2807
2807
|
}>;
|
2808
2808
|
_meta: object;
|
2809
2809
|
_ctx_out: {
|
2810
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2810
2811
|
req: import("http").IncomingMessage;
|
2811
2812
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2812
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2813
2813
|
};
|
2814
2814
|
_input_in: {
|
2815
2815
|
authorization?: string | undefined;
|
@@ -2833,14 +2833,14 @@ export declare const BantrSdk: {
|
|
2833
2833
|
}>;
|
2834
2834
|
_meta: object;
|
2835
2835
|
_ctx_out: {
|
2836
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
2836
2837
|
req: import("http").IncomingMessage;
|
2837
2838
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
2838
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
2839
2839
|
};
|
2840
2840
|
_input_in: {
|
2841
2841
|
authorization?: string | undefined;
|
2842
|
-
leagueId: number;
|
2843
2842
|
teamId: number;
|
2843
|
+
leagueId: number;
|
2844
2844
|
paymentType: "total_price" | "deposit_price" | "balance_price" | "custom_price" | "off_platform";
|
2845
2845
|
code?: string | undefined;
|
2846
2846
|
paymentMode?: "session" | "intent" | undefined;
|
@@ -2848,8 +2848,8 @@ export declare const BantrSdk: {
|
|
2848
2848
|
};
|
2849
2849
|
_input_out: {
|
2850
2850
|
authorization?: string | undefined;
|
2851
|
-
leagueId: number;
|
2852
2851
|
teamId: number;
|
2852
|
+
leagueId: number;
|
2853
2853
|
paymentType: "total_price" | "deposit_price" | "balance_price" | "custom_price" | "off_platform";
|
2854
2854
|
paymentMode: "session" | "intent";
|
2855
2855
|
code?: string | undefined;
|
@@ -3027,9 +3027,9 @@ export declare const BantrSdk: {
|
|
3027
3027
|
}>;
|
3028
3028
|
_meta: object;
|
3029
3029
|
_ctx_out: {
|
3030
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
3030
3031
|
req: import("http").IncomingMessage;
|
3031
3032
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
3032
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
3033
3033
|
};
|
3034
3034
|
_input_in: {
|
3035
3035
|
authorization?: string | undefined;
|
@@ -3055,9 +3055,9 @@ export declare const BantrSdk: {
|
|
3055
3055
|
}>;
|
3056
3056
|
_meta: object;
|
3057
3057
|
_ctx_out: {
|
3058
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
3058
3059
|
req: import("http").IncomingMessage;
|
3059
3060
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
3060
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
3061
3061
|
};
|
3062
3062
|
_input_in: {
|
3063
3063
|
authorization?: string | undefined;
|
@@ -3089,9 +3089,9 @@ export declare const BantrSdk: {
|
|
3089
3089
|
}>;
|
3090
3090
|
_meta: object;
|
3091
3091
|
_ctx_out: {
|
3092
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
3092
3093
|
req: import("http").IncomingMessage;
|
3093
3094
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
3094
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
3095
3095
|
};
|
3096
3096
|
_input_in: {
|
3097
3097
|
authorization?: string | undefined;
|
@@ -3123,23 +3123,23 @@ export declare const BantrSdk: {
|
|
3123
3123
|
}>;
|
3124
3124
|
_meta: object;
|
3125
3125
|
_ctx_out: {
|
3126
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
3126
3127
|
req: import("http").IncomingMessage;
|
3127
3128
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
3128
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
3129
3129
|
};
|
3130
3130
|
_input_in: {
|
3131
3131
|
authorization?: string | undefined;
|
3132
|
-
pickupId: number;
|
3133
3132
|
memberId: number;
|
3133
|
+
pickupId: number;
|
3134
3134
|
code?: string | undefined;
|
3135
3135
|
paymentMode?: "session" | "intent" | undefined;
|
3136
3136
|
cancelPath?: string | undefined;
|
3137
3137
|
};
|
3138
3138
|
_input_out: {
|
3139
3139
|
authorization?: string | undefined;
|
3140
|
-
pickupId: number;
|
3141
3140
|
memberId: number;
|
3142
3141
|
paymentMode: "session" | "intent";
|
3142
|
+
pickupId: number;
|
3143
3143
|
code?: string | undefined;
|
3144
3144
|
cancelPath?: string | undefined;
|
3145
3145
|
};
|
@@ -3182,8 +3182,8 @@ export declare const BantrSdk: {
|
|
3182
3182
|
otherTaxLabel: string;
|
3183
3183
|
otherTax: number;
|
3184
3184
|
otherTaxPercent: number;
|
3185
|
-
code?: string | undefined;
|
3186
3185
|
description?: string | undefined;
|
3186
|
+
code?: string | undefined;
|
3187
3187
|
};
|
3188
3188
|
_output_out: {
|
3189
3189
|
discountApplied: number;
|
@@ -3192,8 +3192,8 @@ export declare const BantrSdk: {
|
|
3192
3192
|
otherTaxLabel: string;
|
3193
3193
|
otherTax: number;
|
3194
3194
|
otherTaxPercent: number;
|
3195
|
-
code?: string | undefined;
|
3196
3195
|
description?: string | undefined;
|
3196
|
+
code?: string | undefined;
|
3197
3197
|
};
|
3198
3198
|
}, unknown>>;
|
3199
3199
|
};
|
@@ -3209,9 +3209,9 @@ export declare const BantrSdk: {
|
|
3209
3209
|
}>;
|
3210
3210
|
_meta: object;
|
3211
3211
|
_ctx_out: {
|
3212
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
3212
3213
|
req: import("http").IncomingMessage;
|
3213
3214
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
3214
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
3215
3215
|
};
|
3216
3216
|
_input_in: {
|
3217
3217
|
authorization?: string | undefined;
|
@@ -3238,19 +3238,19 @@ export declare const BantrSdk: {
|
|
3238
3238
|
}>;
|
3239
3239
|
_meta: object;
|
3240
3240
|
_ctx_out: {
|
3241
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
3241
3242
|
req: import("http").IncomingMessage;
|
3242
3243
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
3243
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
3244
3244
|
};
|
3245
3245
|
_input_in: {
|
3246
3246
|
authorization?: string | undefined;
|
3247
|
-
organizationId: number;
|
3248
3247
|
teamId: number;
|
3248
|
+
organizationId: number;
|
3249
3249
|
};
|
3250
3250
|
_input_out: {
|
3251
3251
|
authorization?: string | undefined;
|
3252
|
-
organizationId: number;
|
3253
3252
|
teamId: number;
|
3253
|
+
organizationId: number;
|
3254
3254
|
};
|
3255
3255
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
3256
3256
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -3269,31 +3269,31 @@ export declare const BantrSdk: {
|
|
3269
3269
|
}>;
|
3270
3270
|
_meta: object;
|
3271
3271
|
_ctx_out: {
|
3272
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
3272
3273
|
req: import("http").IncomingMessage;
|
3273
3274
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
3274
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
3275
3275
|
};
|
3276
3276
|
_input_in: {
|
3277
3277
|
authorization?: string | undefined;
|
3278
3278
|
teamId: number;
|
3279
3279
|
invites: {
|
3280
3280
|
firstName: string;
|
3281
|
-
email: string;
|
3282
3281
|
lastName: string;
|
3282
|
+
email: string;
|
3283
3283
|
}[];
|
3284
|
-
organizationId?: number | undefined;
|
3285
3284
|
leagueId?: number | undefined;
|
3285
|
+
organizationId?: number | undefined;
|
3286
3286
|
};
|
3287
3287
|
_input_out: {
|
3288
3288
|
authorization?: string | undefined;
|
3289
3289
|
teamId: number;
|
3290
3290
|
invites: {
|
3291
3291
|
firstName: string;
|
3292
|
-
email: string;
|
3293
3292
|
lastName: string;
|
3293
|
+
email: string;
|
3294
3294
|
}[];
|
3295
|
-
organizationId?: number | undefined;
|
3296
3295
|
leagueId?: number | undefined;
|
3296
|
+
organizationId?: number | undefined;
|
3297
3297
|
};
|
3298
3298
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
3299
3299
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -3309,31 +3309,31 @@ export declare const BantrSdk: {
|
|
3309
3309
|
}>;
|
3310
3310
|
_meta: object;
|
3311
3311
|
_ctx_out: {
|
3312
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
3312
3313
|
req: import("http").IncomingMessage;
|
3313
3314
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
3314
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
3315
3315
|
};
|
3316
3316
|
_input_in: {
|
3317
3317
|
authorization?: string | undefined;
|
3318
3318
|
teamId: number;
|
3319
3319
|
invites: {
|
3320
3320
|
firstName: string;
|
3321
|
-
email: string;
|
3322
3321
|
lastName: string;
|
3322
|
+
email: string;
|
3323
3323
|
}[];
|
3324
|
-
organizationId?: number | undefined;
|
3325
3324
|
leagueId?: number | undefined;
|
3325
|
+
organizationId?: number | undefined;
|
3326
3326
|
};
|
3327
3327
|
_input_out: {
|
3328
3328
|
authorization?: string | undefined;
|
3329
3329
|
teamId: number;
|
3330
3330
|
invites: {
|
3331
3331
|
firstName: string;
|
3332
|
-
email: string;
|
3333
3332
|
lastName: string;
|
3333
|
+
email: string;
|
3334
3334
|
}[];
|
3335
|
-
organizationId?: number | undefined;
|
3336
3335
|
leagueId?: number | undefined;
|
3336
|
+
organizationId?: number | undefined;
|
3337
3337
|
};
|
3338
3338
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
3339
3339
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -3349,9 +3349,9 @@ export declare const BantrSdk: {
|
|
3349
3349
|
}>;
|
3350
3350
|
_meta: object;
|
3351
3351
|
_ctx_out: {
|
3352
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
3352
3353
|
req: import("http").IncomingMessage;
|
3353
3354
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
3354
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
3355
3355
|
};
|
3356
3356
|
_input_in: {
|
3357
3357
|
authorization?: string | undefined;
|
@@ -3377,9 +3377,9 @@ export declare const BantrSdk: {
|
|
3377
3377
|
}>;
|
3378
3378
|
_meta: object;
|
3379
3379
|
_ctx_out: {
|
3380
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
3380
3381
|
req: import("http").IncomingMessage;
|
3381
3382
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
3382
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
3383
3383
|
};
|
3384
3384
|
_input_in: {
|
3385
3385
|
authorization?: string | undefined;
|
@@ -3407,29 +3407,29 @@ export declare const BantrSdk: {
|
|
3407
3407
|
}>;
|
3408
3408
|
_meta: object;
|
3409
3409
|
_ctx_out: {
|
3410
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
3410
3411
|
req: import("http").IncomingMessage;
|
3411
3412
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
3412
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
3413
3413
|
};
|
3414
3414
|
_input_in: {
|
3415
3415
|
authorization?: string | undefined;
|
3416
3416
|
limit: number;
|
3417
3417
|
page: number;
|
3418
3418
|
direction: "asc" | "desc";
|
3419
|
-
orgWorkspaceId?: number | undefined;
|
3420
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
3421
3419
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
3422
3420
|
search?: string | undefined;
|
3421
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
3422
|
+
orgWorkspaceId?: number | undefined;
|
3423
3423
|
};
|
3424
3424
|
_input_out: {
|
3425
3425
|
authorization?: string | undefined;
|
3426
3426
|
limit: number;
|
3427
3427
|
page: number;
|
3428
3428
|
direction: "asc" | "desc";
|
3429
|
-
orgWorkspaceId?: number | undefined;
|
3430
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
3431
3429
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
3432
3430
|
search?: string | undefined;
|
3431
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
3432
|
+
orgWorkspaceId?: number | undefined;
|
3433
3433
|
};
|
3434
3434
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
3435
3435
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -3450,9 +3450,9 @@ export declare const BantrSdk: {
|
|
3450
3450
|
}>;
|
3451
3451
|
_meta: object;
|
3452
3452
|
_ctx_out: {
|
3453
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
3453
3454
|
req: import("http").IncomingMessage;
|
3454
3455
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
3455
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
3456
3456
|
};
|
3457
3457
|
_input_in: {
|
3458
3458
|
authorization?: string | undefined;
|
@@ -3518,19 +3518,19 @@ export declare const BantrSdk: {
|
|
3518
3518
|
}>;
|
3519
3519
|
_meta: object;
|
3520
3520
|
_ctx_out: {
|
3521
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
3521
3522
|
req: import("http").IncomingMessage;
|
3522
3523
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
3523
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
3524
3524
|
};
|
3525
3525
|
_input_in: {
|
3526
3526
|
authorization?: string | undefined;
|
3527
|
-
amount: number;
|
3528
3527
|
transactionId: number;
|
3528
|
+
amount: number;
|
3529
3529
|
};
|
3530
3530
|
_input_out: {
|
3531
3531
|
authorization?: string | undefined;
|
3532
|
-
amount: number;
|
3533
3532
|
transactionId: number;
|
3533
|
+
amount: number;
|
3534
3534
|
};
|
3535
3535
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
3536
3536
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
@@ -3546,29 +3546,29 @@ export declare const BantrSdk: {
|
|
3546
3546
|
}>;
|
3547
3547
|
_meta: object;
|
3548
3548
|
_ctx_out: {
|
3549
|
+
user: import("../api-type/src/types/auth").TJwtPayload;
|
3549
3550
|
req: import("http").IncomingMessage;
|
3550
3551
|
res: import("http").ServerResponse<import("http").IncomingMessage>;
|
3551
|
-
user: import("../api-type/src/types/auth").TJwtPayload;
|
3552
3552
|
};
|
3553
3553
|
_input_in: {
|
3554
3554
|
authorization?: string | undefined;
|
3555
3555
|
limit: number;
|
3556
3556
|
page: number;
|
3557
3557
|
direction: "asc" | "desc";
|
3558
|
-
orgWorkspaceId?: number | undefined;
|
3559
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
3560
3558
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
3561
3559
|
search?: string | undefined;
|
3560
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
3561
|
+
orgWorkspaceId?: number | undefined;
|
3562
3562
|
};
|
3563
3563
|
_input_out: {
|
3564
3564
|
authorization?: string | undefined;
|
3565
3565
|
limit: number;
|
3566
3566
|
page: number;
|
3567
3567
|
direction: "asc" | "desc";
|
3568
|
-
orgWorkspaceId?: number | undefined;
|
3569
|
-
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
3570
3568
|
type?: "league" | "pickup" | "free_agent" | undefined;
|
3571
3569
|
search?: string | undefined;
|
3570
|
+
status?: "CREATED" | "REJECTED" | "EXPIRED" | "PAID" | "FAILED" | "REFUNDED" | "PARTIALLY_REFUNDED" | "FULLY_REFUNDED" | undefined;
|
3571
|
+
orgWorkspaceId?: number | undefined;
|
3572
3572
|
};
|
3573
3573
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
3574
3574
|
_output_out: typeof import("@trpc/server").unsetMarker;
|