@classytic/revenue 2.3.0 → 2.4.0

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.
@@ -97,8 +97,10 @@ declare const paymentVerifiedSchema: z.ZodObject<{
97
97
  currency: z.ZodString;
98
98
  }, z.core.$strip>>;
99
99
  methodKind: z.ZodEnum<{
100
- card: "card";
100
+ manual: "manual";
101
101
  bank_transfer: "bank_transfer";
102
+ cryptocurrency: "cryptocurrency";
103
+ card: "card";
102
104
  instant_bank_transfer: "instant_bank_transfer";
103
105
  direct_debit: "direct_debit";
104
106
  wallet: "wallet";
@@ -107,8 +109,6 @@ declare const paymentVerifiedSchema: z.ZodObject<{
107
109
  gift_card: "gift_card";
108
110
  cash: "cash";
109
111
  cheque: "cheque";
110
- cryptocurrency: "cryptocurrency";
111
- manual: "manual";
112
112
  other: "other";
113
113
  }>;
114
114
  }, z.core.$loose>;
@@ -126,8 +126,10 @@ declare const paymentFailedSchema: z.ZodObject<{
126
126
  currency: z.ZodString;
127
127
  }, z.core.$strip>>;
128
128
  methodKind: z.ZodEnum<{
129
- card: "card";
129
+ manual: "manual";
130
130
  bank_transfer: "bank_transfer";
131
+ cryptocurrency: "cryptocurrency";
132
+ card: "card";
131
133
  instant_bank_transfer: "instant_bank_transfer";
132
134
  direct_debit: "direct_debit";
133
135
  wallet: "wallet";
@@ -136,8 +138,6 @@ declare const paymentFailedSchema: z.ZodObject<{
136
138
  gift_card: "gift_card";
137
139
  cash: "cash";
138
140
  cheque: "cheque";
139
- cryptocurrency: "cryptocurrency";
140
- manual: "manual";
141
141
  other: "other";
142
142
  }>;
143
143
  }, z.core.$loose>;
@@ -155,8 +155,10 @@ declare const paymentProcessingSchema: z.ZodObject<{
155
155
  currency: z.ZodString;
156
156
  }, z.core.$strip>>;
157
157
  methodKind: z.ZodEnum<{
158
- card: "card";
158
+ manual: "manual";
159
159
  bank_transfer: "bank_transfer";
160
+ cryptocurrency: "cryptocurrency";
161
+ card: "card";
160
162
  instant_bank_transfer: "instant_bank_transfer";
161
163
  direct_debit: "direct_debit";
162
164
  wallet: "wallet";
@@ -165,8 +167,6 @@ declare const paymentProcessingSchema: z.ZodObject<{
165
167
  gift_card: "gift_card";
166
168
  cash: "cash";
167
169
  cheque: "cheque";
168
- cryptocurrency: "cryptocurrency";
169
- manual: "manual";
170
170
  other: "other";
171
171
  }>;
172
172
  }, z.core.$loose>;
@@ -184,8 +184,10 @@ declare const paymentRequiresActionSchema: z.ZodObject<{
184
184
  currency: z.ZodString;
185
185
  }, z.core.$strip>>;
186
186
  methodKind: z.ZodEnum<{
187
- card: "card";
187
+ manual: "manual";
188
188
  bank_transfer: "bank_transfer";
189
+ cryptocurrency: "cryptocurrency";
190
+ card: "card";
189
191
  instant_bank_transfer: "instant_bank_transfer";
190
192
  direct_debit: "direct_debit";
191
193
  wallet: "wallet";
@@ -194,8 +196,6 @@ declare const paymentRequiresActionSchema: z.ZodObject<{
194
196
  gift_card: "gift_card";
195
197
  cash: "cash";
196
198
  cheque: "cheque";
197
- cryptocurrency: "cryptocurrency";
198
- manual: "manual";
199
199
  other: "other";
200
200
  }>;
201
201
  }, z.core.$loose>;
@@ -213,8 +213,10 @@ declare const paymentRefundedSchema: z.ZodObject<{
213
213
  currency: z.ZodString;
214
214
  }, z.core.$strip>>;
215
215
  methodKind: z.ZodEnum<{
216
- card: "card";
216
+ manual: "manual";
217
217
  bank_transfer: "bank_transfer";
218
+ cryptocurrency: "cryptocurrency";
219
+ card: "card";
218
220
  instant_bank_transfer: "instant_bank_transfer";
219
221
  direct_debit: "direct_debit";
220
222
  wallet: "wallet";
@@ -223,8 +225,6 @@ declare const paymentRefundedSchema: z.ZodObject<{
223
225
  gift_card: "gift_card";
224
226
  cash: "cash";
225
227
  cheque: "cheque";
226
- cryptocurrency: "cryptocurrency";
227
- manual: "manual";
228
228
  other: "other";
229
229
  }>;
230
230
  }, z.core.$loose>;
@@ -238,8 +238,10 @@ declare const paymentRefundedSchema: z.ZodObject<{
238
238
  currency: z.ZodString;
239
239
  }, z.core.$strip>>;
240
240
  methodKind: z.ZodEnum<{
241
- card: "card";
241
+ manual: "manual";
242
242
  bank_transfer: "bank_transfer";
243
+ cryptocurrency: "cryptocurrency";
244
+ card: "card";
243
245
  instant_bank_transfer: "instant_bank_transfer";
244
246
  direct_debit: "direct_debit";
245
247
  wallet: "wallet";
@@ -248,8 +250,6 @@ declare const paymentRefundedSchema: z.ZodObject<{
248
250
  gift_card: "gift_card";
249
251
  cash: "cash";
250
252
  cheque: "cheque";
251
- cryptocurrency: "cryptocurrency";
252
- manual: "manual";
253
253
  other: "other";
254
254
  }>;
255
255
  }, z.core.$loose>;
@@ -276,8 +276,10 @@ declare const monetizationCreatedSchema: z.ZodObject<{
276
276
  currency: z.ZodString;
277
277
  }, z.core.$strip>>;
278
278
  methodKind: z.ZodEnum<{
279
- card: "card";
279
+ manual: "manual";
280
280
  bank_transfer: "bank_transfer";
281
+ cryptocurrency: "cryptocurrency";
282
+ card: "card";
281
283
  instant_bank_transfer: "instant_bank_transfer";
282
284
  direct_debit: "direct_debit";
283
285
  wallet: "wallet";
@@ -286,8 +288,6 @@ declare const monetizationCreatedSchema: z.ZodObject<{
286
288
  gift_card: "gift_card";
287
289
  cash: "cash";
288
290
  cheque: "cheque";
289
- cryptocurrency: "cryptocurrency";
290
- manual: "manual";
291
291
  other: "other";
292
292
  }>;
293
293
  }, z.core.$loose>;
@@ -304,8 +304,10 @@ declare const purchaseCreatedSchema: z.ZodObject<{
304
304
  currency: z.ZodString;
305
305
  }, z.core.$strip>>;
306
306
  methodKind: z.ZodEnum<{
307
- card: "card";
307
+ manual: "manual";
308
308
  bank_transfer: "bank_transfer";
309
+ cryptocurrency: "cryptocurrency";
310
+ card: "card";
309
311
  instant_bank_transfer: "instant_bank_transfer";
310
312
  direct_debit: "direct_debit";
311
313
  wallet: "wallet";
@@ -314,8 +316,6 @@ declare const purchaseCreatedSchema: z.ZodObject<{
314
316
  gift_card: "gift_card";
315
317
  cash: "cash";
316
318
  cheque: "cheque";
317
- cryptocurrency: "cryptocurrency";
318
- manual: "manual";
319
319
  other: "other";
320
320
  }>;
321
321
  }, z.core.$loose>;
@@ -332,8 +332,10 @@ declare const freeCreatedSchema: z.ZodObject<{
332
332
  currency: z.ZodString;
333
333
  }, z.core.$strip>>;
334
334
  methodKind: z.ZodEnum<{
335
- card: "card";
335
+ manual: "manual";
336
336
  bank_transfer: "bank_transfer";
337
+ cryptocurrency: "cryptocurrency";
338
+ card: "card";
337
339
  instant_bank_transfer: "instant_bank_transfer";
338
340
  direct_debit: "direct_debit";
339
341
  wallet: "wallet";
@@ -342,8 +344,6 @@ declare const freeCreatedSchema: z.ZodObject<{
342
344
  gift_card: "gift_card";
343
345
  cash: "cash";
344
346
  cheque: "cheque";
345
- cryptocurrency: "cryptocurrency";
346
- manual: "manual";
347
347
  other: "other";
348
348
  }>;
349
349
  }, z.core.$loose>;
@@ -359,8 +359,10 @@ declare const transactionUpdatedSchema: z.ZodObject<{
359
359
  currency: z.ZodString;
360
360
  }, z.core.$strip>>;
361
361
  methodKind: z.ZodEnum<{
362
- card: "card";
362
+ manual: "manual";
363
363
  bank_transfer: "bank_transfer";
364
+ cryptocurrency: "cryptocurrency";
365
+ card: "card";
364
366
  instant_bank_transfer: "instant_bank_transfer";
365
367
  direct_debit: "direct_debit";
366
368
  wallet: "wallet";
@@ -369,8 +371,6 @@ declare const transactionUpdatedSchema: z.ZodObject<{
369
371
  gift_card: "gift_card";
370
372
  cash: "cash";
371
373
  cheque: "cheque";
372
- cryptocurrency: "cryptocurrency";
373
- manual: "manual";
374
374
  other: "other";
375
375
  }>;
376
376
  }, z.core.$loose>;
@@ -449,8 +449,10 @@ declare const escrowHeldSchema: z.ZodObject<{
449
449
  currency: z.ZodString;
450
450
  }, z.core.$strip>>;
451
451
  methodKind: z.ZodEnum<{
452
- card: "card";
452
+ manual: "manual";
453
453
  bank_transfer: "bank_transfer";
454
+ cryptocurrency: "cryptocurrency";
455
+ card: "card";
454
456
  instant_bank_transfer: "instant_bank_transfer";
455
457
  direct_debit: "direct_debit";
456
458
  wallet: "wallet";
@@ -459,8 +461,6 @@ declare const escrowHeldSchema: z.ZodObject<{
459
461
  gift_card: "gift_card";
460
462
  cash: "cash";
461
463
  cheque: "cheque";
462
- cryptocurrency: "cryptocurrency";
463
- manual: "manual";
464
464
  other: "other";
465
465
  }>;
466
466
  }, z.core.$loose>;
@@ -481,8 +481,10 @@ declare const escrowReleasedSchema: z.ZodObject<{
481
481
  currency: z.ZodString;
482
482
  }, z.core.$strip>>;
483
483
  methodKind: z.ZodEnum<{
484
- card: "card";
484
+ manual: "manual";
485
485
  bank_transfer: "bank_transfer";
486
+ cryptocurrency: "cryptocurrency";
487
+ card: "card";
486
488
  instant_bank_transfer: "instant_bank_transfer";
487
489
  direct_debit: "direct_debit";
488
490
  wallet: "wallet";
@@ -491,8 +493,6 @@ declare const escrowReleasedSchema: z.ZodObject<{
491
493
  gift_card: "gift_card";
492
494
  cash: "cash";
493
495
  cheque: "cheque";
494
- cryptocurrency: "cryptocurrency";
495
- manual: "manual";
496
496
  other: "other";
497
497
  }>;
498
498
  }, z.core.$loose>;
@@ -516,8 +516,10 @@ declare const escrowCancelledSchema: z.ZodObject<{
516
516
  currency: z.ZodString;
517
517
  }, z.core.$strip>>;
518
518
  methodKind: z.ZodEnum<{
519
- card: "card";
519
+ manual: "manual";
520
520
  bank_transfer: "bank_transfer";
521
+ cryptocurrency: "cryptocurrency";
522
+ card: "card";
521
523
  instant_bank_transfer: "instant_bank_transfer";
522
524
  direct_debit: "direct_debit";
523
525
  wallet: "wallet";
@@ -526,8 +528,6 @@ declare const escrowCancelledSchema: z.ZodObject<{
526
528
  gift_card: "gift_card";
527
529
  cash: "cash";
528
530
  cheque: "cheque";
529
- cryptocurrency: "cryptocurrency";
530
- manual: "manual";
531
531
  other: "other";
532
532
  }>;
533
533
  }, z.core.$loose>;
@@ -548,8 +548,10 @@ declare const escrowSplitSchema: z.ZodObject<{
548
548
  currency: z.ZodString;
549
549
  }, z.core.$strip>>;
550
550
  methodKind: z.ZodEnum<{
551
- card: "card";
551
+ manual: "manual";
552
552
  bank_transfer: "bank_transfer";
553
+ cryptocurrency: "cryptocurrency";
554
+ card: "card";
553
555
  instant_bank_transfer: "instant_bank_transfer";
554
556
  direct_debit: "direct_debit";
555
557
  wallet: "wallet";
@@ -558,8 +560,6 @@ declare const escrowSplitSchema: z.ZodObject<{
558
560
  gift_card: "gift_card";
559
561
  cash: "cash";
560
562
  cheque: "cheque";
561
- cryptocurrency: "cryptocurrency";
562
- manual: "manual";
563
563
  other: "other";
564
564
  }>;
565
565
  }, z.core.$loose>;
@@ -656,8 +656,10 @@ declare const webhookProcessedSchema: z.ZodObject<{
656
656
  currency: z.ZodString;
657
657
  }, z.core.$strip>>;
658
658
  methodKind: z.ZodEnum<{
659
- card: "card";
659
+ manual: "manual";
660
660
  bank_transfer: "bank_transfer";
661
+ cryptocurrency: "cryptocurrency";
662
+ card: "card";
661
663
  instant_bank_transfer: "instant_bank_transfer";
662
664
  direct_debit: "direct_debit";
663
665
  wallet: "wallet";
@@ -666,8 +668,6 @@ declare const webhookProcessedSchema: z.ZodObject<{
666
668
  gift_card: "gift_card";
667
669
  cash: "cash";
668
670
  cheque: "cheque";
669
- cryptocurrency: "cryptocurrency";
670
- manual: "manual";
671
671
  other: "other";
672
672
  }>;
673
673
  }, z.core.$loose>>;
@@ -683,8 +683,10 @@ declare const transactionImportedSchema: z.ZodObject<{
683
683
  currency: z.ZodString;
684
684
  }, z.core.$strip>>;
685
685
  methodKind: z.ZodEnum<{
686
- card: "card";
686
+ manual: "manual";
687
687
  bank_transfer: "bank_transfer";
688
+ cryptocurrency: "cryptocurrency";
689
+ card: "card";
688
690
  instant_bank_transfer: "instant_bank_transfer";
689
691
  direct_debit: "direct_debit";
690
692
  wallet: "wallet";
@@ -693,8 +695,6 @@ declare const transactionImportedSchema: z.ZodObject<{
693
695
  gift_card: "gift_card";
694
696
  cash: "cash";
695
697
  cheque: "cheque";
696
- cryptocurrency: "cryptocurrency";
697
- manual: "manual";
698
698
  other: "other";
699
699
  }>;
700
700
  }, z.core.$loose>;
@@ -713,8 +713,10 @@ declare const transactionMatchedSchema: z.ZodObject<{
713
713
  currency: z.ZodString;
714
714
  }, z.core.$strip>>;
715
715
  methodKind: z.ZodEnum<{
716
- card: "card";
716
+ manual: "manual";
717
717
  bank_transfer: "bank_transfer";
718
+ cryptocurrency: "cryptocurrency";
719
+ card: "card";
718
720
  instant_bank_transfer: "instant_bank_transfer";
719
721
  direct_debit: "direct_debit";
720
722
  wallet: "wallet";
@@ -723,8 +725,6 @@ declare const transactionMatchedSchema: z.ZodObject<{
723
725
  gift_card: "gift_card";
724
726
  cash: "cash";
725
727
  cheque: "cheque";
726
- cryptocurrency: "cryptocurrency";
727
- manual: "manual";
728
728
  other: "other";
729
729
  }>;
730
730
  }, z.core.$loose>;
@@ -747,8 +747,10 @@ declare const transactionUnmatchedSchema: z.ZodObject<{
747
747
  currency: z.ZodString;
748
748
  }, z.core.$strip>>;
749
749
  methodKind: z.ZodEnum<{
750
- card: "card";
750
+ manual: "manual";
751
751
  bank_transfer: "bank_transfer";
752
+ cryptocurrency: "cryptocurrency";
753
+ card: "card";
752
754
  instant_bank_transfer: "instant_bank_transfer";
753
755
  direct_debit: "direct_debit";
754
756
  wallet: "wallet";
@@ -757,8 +759,6 @@ declare const transactionUnmatchedSchema: z.ZodObject<{
757
759
  gift_card: "gift_card";
758
760
  cash: "cash";
759
761
  cheque: "cheque";
760
- cryptocurrency: "cryptocurrency";
761
- manual: "manual";
762
762
  other: "other";
763
763
  }>;
764
764
  }, z.core.$loose>;
@@ -775,8 +775,10 @@ declare const transactionJournalizedSchema: z.ZodObject<{
775
775
  currency: z.ZodString;
776
776
  }, z.core.$strip>>;
777
777
  methodKind: z.ZodEnum<{
778
- card: "card";
778
+ manual: "manual";
779
779
  bank_transfer: "bank_transfer";
780
+ cryptocurrency: "cryptocurrency";
781
+ card: "card";
780
782
  instant_bank_transfer: "instant_bank_transfer";
781
783
  direct_debit: "direct_debit";
782
784
  wallet: "wallet";
@@ -785,8 +787,6 @@ declare const transactionJournalizedSchema: z.ZodObject<{
785
787
  gift_card: "gift_card";
786
788
  cash: "cash";
787
789
  cheque: "cheque";
788
- cryptocurrency: "cryptocurrency";
789
- manual: "manual";
790
790
  other: "other";
791
791
  }>;
792
792
  }, z.core.$loose>;
@@ -807,8 +807,10 @@ declare const transactionRejectedSchema: z.ZodObject<{
807
807
  currency: z.ZodString;
808
808
  }, z.core.$strip>>;
809
809
  methodKind: z.ZodEnum<{
810
- card: "card";
810
+ manual: "manual";
811
811
  bank_transfer: "bank_transfer";
812
+ cryptocurrency: "cryptocurrency";
813
+ card: "card";
812
814
  instant_bank_transfer: "instant_bank_transfer";
813
815
  direct_debit: "direct_debit";
814
816
  wallet: "wallet";
@@ -817,8 +819,6 @@ declare const transactionRejectedSchema: z.ZodObject<{
817
819
  gift_card: "gift_card";
818
820
  cash: "cash";
819
821
  cheque: "cheque";
820
- cryptocurrency: "cryptocurrency";
821
- manual: "manual";
822
822
  other: "other";
823
823
  }>;
824
824
  }, z.core.$loose>;
@@ -836,8 +836,10 @@ declare const transactionRemovedByFeedSchema: z.ZodObject<{
836
836
  currency: z.ZodString;
837
837
  }, z.core.$strip>>;
838
838
  methodKind: z.ZodEnum<{
839
- card: "card";
839
+ manual: "manual";
840
840
  bank_transfer: "bank_transfer";
841
+ cryptocurrency: "cryptocurrency";
842
+ card: "card";
841
843
  instant_bank_transfer: "instant_bank_transfer";
842
844
  direct_debit: "direct_debit";
843
845
  wallet: "wallet";
@@ -846,8 +848,6 @@ declare const transactionRemovedByFeedSchema: z.ZodObject<{
846
848
  gift_card: "gift_card";
847
849
  cash: "cash";
848
850
  cheque: "cheque";
849
- cryptocurrency: "cryptocurrency";
850
- manual: "manual";
851
851
  other: "other";
852
852
  }>;
853
853
  }, z.core.$loose>;
@@ -896,8 +896,10 @@ declare const PaymentVerified: RevenueEventDefinition<z.ZodObject<{
896
896
  currency: z.ZodString;
897
897
  }, z.core.$strip>>;
898
898
  methodKind: z.ZodEnum<{
899
- card: "card";
899
+ manual: "manual";
900
900
  bank_transfer: "bank_transfer";
901
+ cryptocurrency: "cryptocurrency";
902
+ card: "card";
901
903
  instant_bank_transfer: "instant_bank_transfer";
902
904
  direct_debit: "direct_debit";
903
905
  wallet: "wallet";
@@ -906,8 +908,6 @@ declare const PaymentVerified: RevenueEventDefinition<z.ZodObject<{
906
908
  gift_card: "gift_card";
907
909
  cash: "cash";
908
910
  cheque: "cheque";
909
- cryptocurrency: "cryptocurrency";
910
- manual: "manual";
911
911
  other: "other";
912
912
  }>;
913
913
  }, z.core.$loose>;
@@ -925,8 +925,10 @@ declare const PaymentFailed: RevenueEventDefinition<z.ZodObject<{
925
925
  currency: z.ZodString;
926
926
  }, z.core.$strip>>;
927
927
  methodKind: z.ZodEnum<{
928
- card: "card";
928
+ manual: "manual";
929
929
  bank_transfer: "bank_transfer";
930
+ cryptocurrency: "cryptocurrency";
931
+ card: "card";
930
932
  instant_bank_transfer: "instant_bank_transfer";
931
933
  direct_debit: "direct_debit";
932
934
  wallet: "wallet";
@@ -935,8 +937,6 @@ declare const PaymentFailed: RevenueEventDefinition<z.ZodObject<{
935
937
  gift_card: "gift_card";
936
938
  cash: "cash";
937
939
  cheque: "cheque";
938
- cryptocurrency: "cryptocurrency";
939
- manual: "manual";
940
940
  other: "other";
941
941
  }>;
942
942
  }, z.core.$loose>;
@@ -954,8 +954,10 @@ declare const PaymentProcessing: RevenueEventDefinition<z.ZodObject<{
954
954
  currency: z.ZodString;
955
955
  }, z.core.$strip>>;
956
956
  methodKind: z.ZodEnum<{
957
- card: "card";
957
+ manual: "manual";
958
958
  bank_transfer: "bank_transfer";
959
+ cryptocurrency: "cryptocurrency";
960
+ card: "card";
959
961
  instant_bank_transfer: "instant_bank_transfer";
960
962
  direct_debit: "direct_debit";
961
963
  wallet: "wallet";
@@ -964,8 +966,6 @@ declare const PaymentProcessing: RevenueEventDefinition<z.ZodObject<{
964
966
  gift_card: "gift_card";
965
967
  cash: "cash";
966
968
  cheque: "cheque";
967
- cryptocurrency: "cryptocurrency";
968
- manual: "manual";
969
969
  other: "other";
970
970
  }>;
971
971
  }, z.core.$loose>;
@@ -983,8 +983,10 @@ declare const PaymentRequiresAction: RevenueEventDefinition<z.ZodObject<{
983
983
  currency: z.ZodString;
984
984
  }, z.core.$strip>>;
985
985
  methodKind: z.ZodEnum<{
986
- card: "card";
986
+ manual: "manual";
987
987
  bank_transfer: "bank_transfer";
988
+ cryptocurrency: "cryptocurrency";
989
+ card: "card";
988
990
  instant_bank_transfer: "instant_bank_transfer";
989
991
  direct_debit: "direct_debit";
990
992
  wallet: "wallet";
@@ -993,8 +995,6 @@ declare const PaymentRequiresAction: RevenueEventDefinition<z.ZodObject<{
993
995
  gift_card: "gift_card";
994
996
  cash: "cash";
995
997
  cheque: "cheque";
996
- cryptocurrency: "cryptocurrency";
997
- manual: "manual";
998
998
  other: "other";
999
999
  }>;
1000
1000
  }, z.core.$loose>;
@@ -1012,8 +1012,10 @@ declare const PaymentRefunded: RevenueEventDefinition<z.ZodObject<{
1012
1012
  currency: z.ZodString;
1013
1013
  }, z.core.$strip>>;
1014
1014
  methodKind: z.ZodEnum<{
1015
- card: "card";
1015
+ manual: "manual";
1016
1016
  bank_transfer: "bank_transfer";
1017
+ cryptocurrency: "cryptocurrency";
1018
+ card: "card";
1017
1019
  instant_bank_transfer: "instant_bank_transfer";
1018
1020
  direct_debit: "direct_debit";
1019
1021
  wallet: "wallet";
@@ -1022,8 +1024,6 @@ declare const PaymentRefunded: RevenueEventDefinition<z.ZodObject<{
1022
1024
  gift_card: "gift_card";
1023
1025
  cash: "cash";
1024
1026
  cheque: "cheque";
1025
- cryptocurrency: "cryptocurrency";
1026
- manual: "manual";
1027
1027
  other: "other";
1028
1028
  }>;
1029
1029
  }, z.core.$loose>;
@@ -1037,8 +1037,10 @@ declare const PaymentRefunded: RevenueEventDefinition<z.ZodObject<{
1037
1037
  currency: z.ZodString;
1038
1038
  }, z.core.$strip>>;
1039
1039
  methodKind: z.ZodEnum<{
1040
- card: "card";
1040
+ manual: "manual";
1041
1041
  bank_transfer: "bank_transfer";
1042
+ cryptocurrency: "cryptocurrency";
1043
+ card: "card";
1042
1044
  instant_bank_transfer: "instant_bank_transfer";
1043
1045
  direct_debit: "direct_debit";
1044
1046
  wallet: "wallet";
@@ -1047,8 +1049,6 @@ declare const PaymentRefunded: RevenueEventDefinition<z.ZodObject<{
1047
1049
  gift_card: "gift_card";
1048
1050
  cash: "cash";
1049
1051
  cheque: "cheque";
1050
- cryptocurrency: "cryptocurrency";
1051
- manual: "manual";
1052
1052
  other: "other";
1053
1053
  }>;
1054
1054
  }, z.core.$loose>;
@@ -1075,8 +1075,10 @@ declare const MonetizationCreated: RevenueEventDefinition<z.ZodObject<{
1075
1075
  currency: z.ZodString;
1076
1076
  }, z.core.$strip>>;
1077
1077
  methodKind: z.ZodEnum<{
1078
- card: "card";
1078
+ manual: "manual";
1079
1079
  bank_transfer: "bank_transfer";
1080
+ cryptocurrency: "cryptocurrency";
1081
+ card: "card";
1080
1082
  instant_bank_transfer: "instant_bank_transfer";
1081
1083
  direct_debit: "direct_debit";
1082
1084
  wallet: "wallet";
@@ -1085,8 +1087,6 @@ declare const MonetizationCreated: RevenueEventDefinition<z.ZodObject<{
1085
1087
  gift_card: "gift_card";
1086
1088
  cash: "cash";
1087
1089
  cheque: "cheque";
1088
- cryptocurrency: "cryptocurrency";
1089
- manual: "manual";
1090
1090
  other: "other";
1091
1091
  }>;
1092
1092
  }, z.core.$loose>;
@@ -1103,8 +1103,10 @@ declare const PurchaseCreated: RevenueEventDefinition<z.ZodObject<{
1103
1103
  currency: z.ZodString;
1104
1104
  }, z.core.$strip>>;
1105
1105
  methodKind: z.ZodEnum<{
1106
- card: "card";
1106
+ manual: "manual";
1107
1107
  bank_transfer: "bank_transfer";
1108
+ cryptocurrency: "cryptocurrency";
1109
+ card: "card";
1108
1110
  instant_bank_transfer: "instant_bank_transfer";
1109
1111
  direct_debit: "direct_debit";
1110
1112
  wallet: "wallet";
@@ -1113,8 +1115,6 @@ declare const PurchaseCreated: RevenueEventDefinition<z.ZodObject<{
1113
1115
  gift_card: "gift_card";
1114
1116
  cash: "cash";
1115
1117
  cheque: "cheque";
1116
- cryptocurrency: "cryptocurrency";
1117
- manual: "manual";
1118
1118
  other: "other";
1119
1119
  }>;
1120
1120
  }, z.core.$loose>;
@@ -1131,8 +1131,10 @@ declare const FreeCreated: RevenueEventDefinition<z.ZodObject<{
1131
1131
  currency: z.ZodString;
1132
1132
  }, z.core.$strip>>;
1133
1133
  methodKind: z.ZodEnum<{
1134
- card: "card";
1134
+ manual: "manual";
1135
1135
  bank_transfer: "bank_transfer";
1136
+ cryptocurrency: "cryptocurrency";
1137
+ card: "card";
1136
1138
  instant_bank_transfer: "instant_bank_transfer";
1137
1139
  direct_debit: "direct_debit";
1138
1140
  wallet: "wallet";
@@ -1141,8 +1143,6 @@ declare const FreeCreated: RevenueEventDefinition<z.ZodObject<{
1141
1143
  gift_card: "gift_card";
1142
1144
  cash: "cash";
1143
1145
  cheque: "cheque";
1144
- cryptocurrency: "cryptocurrency";
1145
- manual: "manual";
1146
1146
  other: "other";
1147
1147
  }>;
1148
1148
  }, z.core.$loose>;
@@ -1158,8 +1158,10 @@ declare const TransactionUpdated: RevenueEventDefinition<z.ZodObject<{
1158
1158
  currency: z.ZodString;
1159
1159
  }, z.core.$strip>>;
1160
1160
  methodKind: z.ZodEnum<{
1161
- card: "card";
1161
+ manual: "manual";
1162
1162
  bank_transfer: "bank_transfer";
1163
+ cryptocurrency: "cryptocurrency";
1164
+ card: "card";
1163
1165
  instant_bank_transfer: "instant_bank_transfer";
1164
1166
  direct_debit: "direct_debit";
1165
1167
  wallet: "wallet";
@@ -1168,8 +1170,6 @@ declare const TransactionUpdated: RevenueEventDefinition<z.ZodObject<{
1168
1170
  gift_card: "gift_card";
1169
1171
  cash: "cash";
1170
1172
  cheque: "cheque";
1171
- cryptocurrency: "cryptocurrency";
1172
- manual: "manual";
1173
1173
  other: "other";
1174
1174
  }>;
1175
1175
  }, z.core.$loose>;
@@ -1248,8 +1248,10 @@ declare const EscrowHeld: RevenueEventDefinition<z.ZodObject<{
1248
1248
  currency: z.ZodString;
1249
1249
  }, z.core.$strip>>;
1250
1250
  methodKind: z.ZodEnum<{
1251
- card: "card";
1251
+ manual: "manual";
1252
1252
  bank_transfer: "bank_transfer";
1253
+ cryptocurrency: "cryptocurrency";
1254
+ card: "card";
1253
1255
  instant_bank_transfer: "instant_bank_transfer";
1254
1256
  direct_debit: "direct_debit";
1255
1257
  wallet: "wallet";
@@ -1258,8 +1260,6 @@ declare const EscrowHeld: RevenueEventDefinition<z.ZodObject<{
1258
1260
  gift_card: "gift_card";
1259
1261
  cash: "cash";
1260
1262
  cheque: "cheque";
1261
- cryptocurrency: "cryptocurrency";
1262
- manual: "manual";
1263
1263
  other: "other";
1264
1264
  }>;
1265
1265
  }, z.core.$loose>;
@@ -1280,8 +1280,10 @@ declare const EscrowReleased: RevenueEventDefinition<z.ZodObject<{
1280
1280
  currency: z.ZodString;
1281
1281
  }, z.core.$strip>>;
1282
1282
  methodKind: z.ZodEnum<{
1283
- card: "card";
1283
+ manual: "manual";
1284
1284
  bank_transfer: "bank_transfer";
1285
+ cryptocurrency: "cryptocurrency";
1286
+ card: "card";
1285
1287
  instant_bank_transfer: "instant_bank_transfer";
1286
1288
  direct_debit: "direct_debit";
1287
1289
  wallet: "wallet";
@@ -1290,8 +1292,6 @@ declare const EscrowReleased: RevenueEventDefinition<z.ZodObject<{
1290
1292
  gift_card: "gift_card";
1291
1293
  cash: "cash";
1292
1294
  cheque: "cheque";
1293
- cryptocurrency: "cryptocurrency";
1294
- manual: "manual";
1295
1295
  other: "other";
1296
1296
  }>;
1297
1297
  }, z.core.$loose>;
@@ -1315,8 +1315,10 @@ declare const EscrowCancelled: RevenueEventDefinition<z.ZodObject<{
1315
1315
  currency: z.ZodString;
1316
1316
  }, z.core.$strip>>;
1317
1317
  methodKind: z.ZodEnum<{
1318
- card: "card";
1318
+ manual: "manual";
1319
1319
  bank_transfer: "bank_transfer";
1320
+ cryptocurrency: "cryptocurrency";
1321
+ card: "card";
1320
1322
  instant_bank_transfer: "instant_bank_transfer";
1321
1323
  direct_debit: "direct_debit";
1322
1324
  wallet: "wallet";
@@ -1325,8 +1327,6 @@ declare const EscrowCancelled: RevenueEventDefinition<z.ZodObject<{
1325
1327
  gift_card: "gift_card";
1326
1328
  cash: "cash";
1327
1329
  cheque: "cheque";
1328
- cryptocurrency: "cryptocurrency";
1329
- manual: "manual";
1330
1330
  other: "other";
1331
1331
  }>;
1332
1332
  }, z.core.$loose>;
@@ -1347,8 +1347,10 @@ declare const EscrowSplit: RevenueEventDefinition<z.ZodObject<{
1347
1347
  currency: z.ZodString;
1348
1348
  }, z.core.$strip>>;
1349
1349
  methodKind: z.ZodEnum<{
1350
- card: "card";
1350
+ manual: "manual";
1351
1351
  bank_transfer: "bank_transfer";
1352
+ cryptocurrency: "cryptocurrency";
1353
+ card: "card";
1352
1354
  instant_bank_transfer: "instant_bank_transfer";
1353
1355
  direct_debit: "direct_debit";
1354
1356
  wallet: "wallet";
@@ -1357,8 +1359,6 @@ declare const EscrowSplit: RevenueEventDefinition<z.ZodObject<{
1357
1359
  gift_card: "gift_card";
1358
1360
  cash: "cash";
1359
1361
  cheque: "cheque";
1360
- cryptocurrency: "cryptocurrency";
1361
- manual: "manual";
1362
1362
  other: "other";
1363
1363
  }>;
1364
1364
  }, z.core.$loose>;
@@ -1455,8 +1455,10 @@ declare const WebhookProcessed: RevenueEventDefinition<z.ZodObject<{
1455
1455
  currency: z.ZodString;
1456
1456
  }, z.core.$strip>>;
1457
1457
  methodKind: z.ZodEnum<{
1458
- card: "card";
1458
+ manual: "manual";
1459
1459
  bank_transfer: "bank_transfer";
1460
+ cryptocurrency: "cryptocurrency";
1461
+ card: "card";
1460
1462
  instant_bank_transfer: "instant_bank_transfer";
1461
1463
  direct_debit: "direct_debit";
1462
1464
  wallet: "wallet";
@@ -1465,8 +1467,6 @@ declare const WebhookProcessed: RevenueEventDefinition<z.ZodObject<{
1465
1467
  gift_card: "gift_card";
1466
1468
  cash: "cash";
1467
1469
  cheque: "cheque";
1468
- cryptocurrency: "cryptocurrency";
1469
- manual: "manual";
1470
1470
  other: "other";
1471
1471
  }>;
1472
1472
  }, z.core.$loose>>;
@@ -1482,8 +1482,10 @@ declare const TransactionImported: RevenueEventDefinition<z.ZodObject<{
1482
1482
  currency: z.ZodString;
1483
1483
  }, z.core.$strip>>;
1484
1484
  methodKind: z.ZodEnum<{
1485
- card: "card";
1485
+ manual: "manual";
1486
1486
  bank_transfer: "bank_transfer";
1487
+ cryptocurrency: "cryptocurrency";
1488
+ card: "card";
1487
1489
  instant_bank_transfer: "instant_bank_transfer";
1488
1490
  direct_debit: "direct_debit";
1489
1491
  wallet: "wallet";
@@ -1492,8 +1494,6 @@ declare const TransactionImported: RevenueEventDefinition<z.ZodObject<{
1492
1494
  gift_card: "gift_card";
1493
1495
  cash: "cash";
1494
1496
  cheque: "cheque";
1495
- cryptocurrency: "cryptocurrency";
1496
- manual: "manual";
1497
1497
  other: "other";
1498
1498
  }>;
1499
1499
  }, z.core.$loose>;
@@ -1512,8 +1512,10 @@ declare const TransactionMatched: RevenueEventDefinition<z.ZodObject<{
1512
1512
  currency: z.ZodString;
1513
1513
  }, z.core.$strip>>;
1514
1514
  methodKind: z.ZodEnum<{
1515
- card: "card";
1515
+ manual: "manual";
1516
1516
  bank_transfer: "bank_transfer";
1517
+ cryptocurrency: "cryptocurrency";
1518
+ card: "card";
1517
1519
  instant_bank_transfer: "instant_bank_transfer";
1518
1520
  direct_debit: "direct_debit";
1519
1521
  wallet: "wallet";
@@ -1522,8 +1524,6 @@ declare const TransactionMatched: RevenueEventDefinition<z.ZodObject<{
1522
1524
  gift_card: "gift_card";
1523
1525
  cash: "cash";
1524
1526
  cheque: "cheque";
1525
- cryptocurrency: "cryptocurrency";
1526
- manual: "manual";
1527
1527
  other: "other";
1528
1528
  }>;
1529
1529
  }, z.core.$loose>;
@@ -1546,8 +1546,10 @@ declare const TransactionUnmatched: RevenueEventDefinition<z.ZodObject<{
1546
1546
  currency: z.ZodString;
1547
1547
  }, z.core.$strip>>;
1548
1548
  methodKind: z.ZodEnum<{
1549
- card: "card";
1549
+ manual: "manual";
1550
1550
  bank_transfer: "bank_transfer";
1551
+ cryptocurrency: "cryptocurrency";
1552
+ card: "card";
1551
1553
  instant_bank_transfer: "instant_bank_transfer";
1552
1554
  direct_debit: "direct_debit";
1553
1555
  wallet: "wallet";
@@ -1556,8 +1558,6 @@ declare const TransactionUnmatched: RevenueEventDefinition<z.ZodObject<{
1556
1558
  gift_card: "gift_card";
1557
1559
  cash: "cash";
1558
1560
  cheque: "cheque";
1559
- cryptocurrency: "cryptocurrency";
1560
- manual: "manual";
1561
1561
  other: "other";
1562
1562
  }>;
1563
1563
  }, z.core.$loose>;
@@ -1574,8 +1574,10 @@ declare const TransactionJournalized: RevenueEventDefinition<z.ZodObject<{
1574
1574
  currency: z.ZodString;
1575
1575
  }, z.core.$strip>>;
1576
1576
  methodKind: z.ZodEnum<{
1577
- card: "card";
1577
+ manual: "manual";
1578
1578
  bank_transfer: "bank_transfer";
1579
+ cryptocurrency: "cryptocurrency";
1580
+ card: "card";
1579
1581
  instant_bank_transfer: "instant_bank_transfer";
1580
1582
  direct_debit: "direct_debit";
1581
1583
  wallet: "wallet";
@@ -1584,8 +1586,6 @@ declare const TransactionJournalized: RevenueEventDefinition<z.ZodObject<{
1584
1586
  gift_card: "gift_card";
1585
1587
  cash: "cash";
1586
1588
  cheque: "cheque";
1587
- cryptocurrency: "cryptocurrency";
1588
- manual: "manual";
1589
1589
  other: "other";
1590
1590
  }>;
1591
1591
  }, z.core.$loose>;
@@ -1606,8 +1606,10 @@ declare const TransactionRejected: RevenueEventDefinition<z.ZodObject<{
1606
1606
  currency: z.ZodString;
1607
1607
  }, z.core.$strip>>;
1608
1608
  methodKind: z.ZodEnum<{
1609
- card: "card";
1609
+ manual: "manual";
1610
1610
  bank_transfer: "bank_transfer";
1611
+ cryptocurrency: "cryptocurrency";
1612
+ card: "card";
1611
1613
  instant_bank_transfer: "instant_bank_transfer";
1612
1614
  direct_debit: "direct_debit";
1613
1615
  wallet: "wallet";
@@ -1616,8 +1618,6 @@ declare const TransactionRejected: RevenueEventDefinition<z.ZodObject<{
1616
1618
  gift_card: "gift_card";
1617
1619
  cash: "cash";
1618
1620
  cheque: "cheque";
1619
- cryptocurrency: "cryptocurrency";
1620
- manual: "manual";
1621
1621
  other: "other";
1622
1622
  }>;
1623
1623
  }, z.core.$loose>;
@@ -1635,8 +1635,10 @@ declare const TransactionRemovedByFeed: RevenueEventDefinition<z.ZodObject<{
1635
1635
  currency: z.ZodString;
1636
1636
  }, z.core.$strip>>;
1637
1637
  methodKind: z.ZodEnum<{
1638
- card: "card";
1638
+ manual: "manual";
1639
1639
  bank_transfer: "bank_transfer";
1640
+ cryptocurrency: "cryptocurrency";
1641
+ card: "card";
1640
1642
  instant_bank_transfer: "instant_bank_transfer";
1641
1643
  direct_debit: "direct_debit";
1642
1644
  wallet: "wallet";
@@ -1645,8 +1647,6 @@ declare const TransactionRemovedByFeed: RevenueEventDefinition<z.ZodObject<{
1645
1647
  gift_card: "gift_card";
1646
1648
  cash: "cash";
1647
1649
  cheque: "cheque";
1648
- cryptocurrency: "cryptocurrency";
1649
- manual: "manual";
1650
1650
  other: "other";
1651
1651
  }>;
1652
1652
  }, z.core.$loose>;