@cowris/paymentdb-client 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2096,6 +2096,8 @@ export namespace Prisma {
2096
2096
  email: string | null
2097
2097
  currency_id: string | null
2098
2098
  wallet_id: string | null
2099
+ wallet_queue_url: string | null
2100
+ wallet_webhook_url: string | null
2099
2101
  }
2100
2102
 
2101
2103
  export type PaymentAccountMaxAggregateOutputType = {
@@ -2104,6 +2106,8 @@ export namespace Prisma {
2104
2106
  email: string | null
2105
2107
  currency_id: string | null
2106
2108
  wallet_id: string | null
2109
+ wallet_queue_url: string | null
2110
+ wallet_webhook_url: string | null
2107
2111
  }
2108
2112
 
2109
2113
  export type PaymentAccountCountAggregateOutputType = {
@@ -2112,6 +2116,8 @@ export namespace Prisma {
2112
2116
  email: number
2113
2117
  currency_id: number
2114
2118
  wallet_id: number
2119
+ wallet_queue_url: number
2120
+ wallet_webhook_url: number
2115
2121
  _all: number
2116
2122
  }
2117
2123
 
@@ -2122,6 +2128,8 @@ export namespace Prisma {
2122
2128
  email?: true
2123
2129
  currency_id?: true
2124
2130
  wallet_id?: true
2131
+ wallet_queue_url?: true
2132
+ wallet_webhook_url?: true
2125
2133
  }
2126
2134
 
2127
2135
  export type PaymentAccountMaxAggregateInputType = {
@@ -2130,6 +2138,8 @@ export namespace Prisma {
2130
2138
  email?: true
2131
2139
  currency_id?: true
2132
2140
  wallet_id?: true
2141
+ wallet_queue_url?: true
2142
+ wallet_webhook_url?: true
2133
2143
  }
2134
2144
 
2135
2145
  export type PaymentAccountCountAggregateInputType = {
@@ -2138,6 +2148,8 @@ export namespace Prisma {
2138
2148
  email?: true
2139
2149
  currency_id?: true
2140
2150
  wallet_id?: true
2151
+ wallet_queue_url?: true
2152
+ wallet_webhook_url?: true
2141
2153
  _all?: true
2142
2154
  }
2143
2155
 
@@ -2219,6 +2231,8 @@ export namespace Prisma {
2219
2231
  email: string | null
2220
2232
  currency_id: string
2221
2233
  wallet_id: string
2234
+ wallet_queue_url: string | null
2235
+ wallet_webhook_url: string | null
2222
2236
  _count: PaymentAccountCountAggregateOutputType | null
2223
2237
  _min: PaymentAccountMinAggregateOutputType | null
2224
2238
  _max: PaymentAccountMaxAggregateOutputType | null
@@ -2244,6 +2258,8 @@ export namespace Prisma {
2244
2258
  email?: boolean
2245
2259
  currency_id?: boolean
2246
2260
  wallet_id?: boolean
2261
+ wallet_queue_url?: boolean
2262
+ wallet_webhook_url?: boolean
2247
2263
  currency?: boolean | CurrencyDefaultArgs<ExtArgs>
2248
2264
  managed_wallets?: boolean | PaymentAccount$managed_walletsArgs<ExtArgs>
2249
2265
  transactions?: boolean | PaymentAccount$transactionsArgs<ExtArgs>
@@ -2256,6 +2272,8 @@ export namespace Prisma {
2256
2272
  email?: boolean
2257
2273
  currency_id?: boolean
2258
2274
  wallet_id?: boolean
2275
+ wallet_queue_url?: boolean
2276
+ wallet_webhook_url?: boolean
2259
2277
  currency?: boolean | CurrencyDefaultArgs<ExtArgs>
2260
2278
  }, ExtArgs["result"]["paymentAccount"]>
2261
2279
 
@@ -2265,6 +2283,8 @@ export namespace Prisma {
2265
2283
  email?: boolean
2266
2284
  currency_id?: boolean
2267
2285
  wallet_id?: boolean
2286
+ wallet_queue_url?: boolean
2287
+ wallet_webhook_url?: boolean
2268
2288
  currency?: boolean | CurrencyDefaultArgs<ExtArgs>
2269
2289
  }, ExtArgs["result"]["paymentAccount"]>
2270
2290
 
@@ -2274,9 +2294,11 @@ export namespace Prisma {
2274
2294
  email?: boolean
2275
2295
  currency_id?: boolean
2276
2296
  wallet_id?: boolean
2297
+ wallet_queue_url?: boolean
2298
+ wallet_webhook_url?: boolean
2277
2299
  }
2278
2300
 
2279
- export type PaymentAccountOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "account_number" | "email" | "currency_id" | "wallet_id", ExtArgs["result"]["paymentAccount"]>
2301
+ export type PaymentAccountOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "account_number" | "email" | "currency_id" | "wallet_id" | "wallet_queue_url" | "wallet_webhook_url", ExtArgs["result"]["paymentAccount"]>
2280
2302
  export type PaymentAccountInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
2281
2303
  currency?: boolean | CurrencyDefaultArgs<ExtArgs>
2282
2304
  managed_wallets?: boolean | PaymentAccount$managed_walletsArgs<ExtArgs>
@@ -2303,6 +2325,8 @@ export namespace Prisma {
2303
2325
  email: string | null
2304
2326
  currency_id: string
2305
2327
  wallet_id: string
2328
+ wallet_queue_url: string | null
2329
+ wallet_webhook_url: string | null
2306
2330
  }, ExtArgs["result"]["paymentAccount"]>
2307
2331
  composites: {}
2308
2332
  }
@@ -2734,6 +2758,8 @@ export namespace Prisma {
2734
2758
  readonly email: FieldRef<"PaymentAccount", 'String'>
2735
2759
  readonly currency_id: FieldRef<"PaymentAccount", 'String'>
2736
2760
  readonly wallet_id: FieldRef<"PaymentAccount", 'String'>
2761
+ readonly wallet_queue_url: FieldRef<"PaymentAccount", 'String'>
2762
+ readonly wallet_webhook_url: FieldRef<"PaymentAccount", 'String'>
2737
2763
  }
2738
2764
 
2739
2765
 
@@ -6541,13 +6567,24 @@ export namespace Prisma {
6541
6567
 
6542
6568
  export type AggregateGlobalPaymentProvider = {
6543
6569
  _count: GlobalPaymentProviderCountAggregateOutputType | null
6570
+ _avg: GlobalPaymentProviderAvgAggregateOutputType | null
6571
+ _sum: GlobalPaymentProviderSumAggregateOutputType | null
6544
6572
  _min: GlobalPaymentProviderMinAggregateOutputType | null
6545
6573
  _max: GlobalPaymentProviderMaxAggregateOutputType | null
6546
6574
  }
6547
6575
 
6576
+ export type GlobalPaymentProviderAvgAggregateOutputType = {
6577
+ idx: number | null
6578
+ }
6579
+
6580
+ export type GlobalPaymentProviderSumAggregateOutputType = {
6581
+ idx: number | null
6582
+ }
6583
+
6548
6584
  export type GlobalPaymentProviderMinAggregateOutputType = {
6549
6585
  id: string | null
6550
6586
  name: string | null
6587
+ idx: number | null
6551
6588
  created_at: Date | null
6552
6589
  updated_at: Date | null
6553
6590
  }
@@ -6555,6 +6592,7 @@ export namespace Prisma {
6555
6592
  export type GlobalPaymentProviderMaxAggregateOutputType = {
6556
6593
  id: string | null
6557
6594
  name: string | null
6595
+ idx: number | null
6558
6596
  created_at: Date | null
6559
6597
  updated_at: Date | null
6560
6598
  }
@@ -6562,15 +6600,25 @@ export namespace Prisma {
6562
6600
  export type GlobalPaymentProviderCountAggregateOutputType = {
6563
6601
  id: number
6564
6602
  name: number
6603
+ idx: number
6565
6604
  created_at: number
6566
6605
  updated_at: number
6567
6606
  _all: number
6568
6607
  }
6569
6608
 
6570
6609
 
6610
+ export type GlobalPaymentProviderAvgAggregateInputType = {
6611
+ idx?: true
6612
+ }
6613
+
6614
+ export type GlobalPaymentProviderSumAggregateInputType = {
6615
+ idx?: true
6616
+ }
6617
+
6571
6618
  export type GlobalPaymentProviderMinAggregateInputType = {
6572
6619
  id?: true
6573
6620
  name?: true
6621
+ idx?: true
6574
6622
  created_at?: true
6575
6623
  updated_at?: true
6576
6624
  }
@@ -6578,6 +6626,7 @@ export namespace Prisma {
6578
6626
  export type GlobalPaymentProviderMaxAggregateInputType = {
6579
6627
  id?: true
6580
6628
  name?: true
6629
+ idx?: true
6581
6630
  created_at?: true
6582
6631
  updated_at?: true
6583
6632
  }
@@ -6585,6 +6634,7 @@ export namespace Prisma {
6585
6634
  export type GlobalPaymentProviderCountAggregateInputType = {
6586
6635
  id?: true
6587
6636
  name?: true
6637
+ idx?: true
6588
6638
  created_at?: true
6589
6639
  updated_at?: true
6590
6640
  _all?: true
@@ -6625,6 +6675,18 @@ export namespace Prisma {
6625
6675
  * Count returned GlobalPaymentProviders
6626
6676
  **/
6627
6677
  _count?: true | GlobalPaymentProviderCountAggregateInputType
6678
+ /**
6679
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
6680
+ *
6681
+ * Select which fields to average
6682
+ **/
6683
+ _avg?: GlobalPaymentProviderAvgAggregateInputType
6684
+ /**
6685
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
6686
+ *
6687
+ * Select which fields to sum
6688
+ **/
6689
+ _sum?: GlobalPaymentProviderSumAggregateInputType
6628
6690
  /**
6629
6691
  * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
6630
6692
  *
@@ -6658,6 +6720,8 @@ export namespace Prisma {
6658
6720
  take?: number
6659
6721
  skip?: number
6660
6722
  _count?: GlobalPaymentProviderCountAggregateInputType | true
6723
+ _avg?: GlobalPaymentProviderAvgAggregateInputType
6724
+ _sum?: GlobalPaymentProviderSumAggregateInputType
6661
6725
  _min?: GlobalPaymentProviderMinAggregateInputType
6662
6726
  _max?: GlobalPaymentProviderMaxAggregateInputType
6663
6727
  }
@@ -6665,9 +6729,12 @@ export namespace Prisma {
6665
6729
  export type GlobalPaymentProviderGroupByOutputType = {
6666
6730
  id: string
6667
6731
  name: string
6732
+ idx: number
6668
6733
  created_at: Date
6669
6734
  updated_at: Date
6670
6735
  _count: GlobalPaymentProviderCountAggregateOutputType | null
6736
+ _avg: GlobalPaymentProviderAvgAggregateOutputType | null
6737
+ _sum: GlobalPaymentProviderSumAggregateOutputType | null
6671
6738
  _min: GlobalPaymentProviderMinAggregateOutputType | null
6672
6739
  _max: GlobalPaymentProviderMaxAggregateOutputType | null
6673
6740
  }
@@ -6689,6 +6756,7 @@ export namespace Prisma {
6689
6756
  export type GlobalPaymentProviderSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
6690
6757
  id?: boolean
6691
6758
  name?: boolean
6759
+ idx?: boolean
6692
6760
  created_at?: boolean
6693
6761
  updated_at?: boolean
6694
6762
  supported_currencies?: boolean | GlobalPaymentProvider$supported_currenciesArgs<ExtArgs>
@@ -6699,6 +6767,7 @@ export namespace Prisma {
6699
6767
  export type GlobalPaymentProviderSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
6700
6768
  id?: boolean
6701
6769
  name?: boolean
6770
+ idx?: boolean
6702
6771
  created_at?: boolean
6703
6772
  updated_at?: boolean
6704
6773
  }, ExtArgs["result"]["globalPaymentProvider"]>
@@ -6706,6 +6775,7 @@ export namespace Prisma {
6706
6775
  export type GlobalPaymentProviderSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
6707
6776
  id?: boolean
6708
6777
  name?: boolean
6778
+ idx?: boolean
6709
6779
  created_at?: boolean
6710
6780
  updated_at?: boolean
6711
6781
  }, ExtArgs["result"]["globalPaymentProvider"]>
@@ -6713,11 +6783,12 @@ export namespace Prisma {
6713
6783
  export type GlobalPaymentProviderSelectScalar = {
6714
6784
  id?: boolean
6715
6785
  name?: boolean
6786
+ idx?: boolean
6716
6787
  created_at?: boolean
6717
6788
  updated_at?: boolean
6718
6789
  }
6719
6790
 
6720
- export type GlobalPaymentProviderOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "name" | "created_at" | "updated_at", ExtArgs["result"]["globalPaymentProvider"]>
6791
+ export type GlobalPaymentProviderOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "name" | "idx" | "created_at" | "updated_at", ExtArgs["result"]["globalPaymentProvider"]>
6721
6792
  export type GlobalPaymentProviderInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
6722
6793
  supported_currencies?: boolean | GlobalPaymentProvider$supported_currenciesArgs<ExtArgs>
6723
6794
  transactions?: boolean | GlobalPaymentProvider$transactionsArgs<ExtArgs>
@@ -6735,6 +6806,7 @@ export namespace Prisma {
6735
6806
  scalars: $Extensions.GetPayloadResult<{
6736
6807
  id: string
6737
6808
  name: string
6809
+ idx: number
6738
6810
  created_at: Date
6739
6811
  updated_at: Date
6740
6812
  }, ExtArgs["result"]["globalPaymentProvider"]>
@@ -7164,6 +7236,7 @@ export namespace Prisma {
7164
7236
  interface GlobalPaymentProviderFieldRefs {
7165
7237
  readonly id: FieldRef<"GlobalPaymentProvider", 'String'>
7166
7238
  readonly name: FieldRef<"GlobalPaymentProvider", 'String'>
7239
+ readonly idx: FieldRef<"GlobalPaymentProvider", 'Int'>
7167
7240
  readonly created_at: FieldRef<"GlobalPaymentProvider", 'DateTime'>
7168
7241
  readonly updated_at: FieldRef<"GlobalPaymentProvider", 'DateTime'>
7169
7242
  }
@@ -16647,7 +16720,9 @@ export namespace Prisma {
16647
16720
  account_number: 'account_number',
16648
16721
  email: 'email',
16649
16722
  currency_id: 'currency_id',
16650
- wallet_id: 'wallet_id'
16723
+ wallet_id: 'wallet_id',
16724
+ wallet_queue_url: 'wallet_queue_url',
16725
+ wallet_webhook_url: 'wallet_webhook_url'
16651
16726
  };
16652
16727
 
16653
16728
  export type PaymentAccountScalarFieldEnum = (typeof PaymentAccountScalarFieldEnum)[keyof typeof PaymentAccountScalarFieldEnum]
@@ -16695,6 +16770,7 @@ export namespace Prisma {
16695
16770
  export const GlobalPaymentProviderScalarFieldEnum: {
16696
16771
  id: 'id',
16697
16772
  name: 'name',
16773
+ idx: 'idx',
16698
16774
  created_at: 'created_at',
16699
16775
  updated_at: 'updated_at'
16700
16776
  };
@@ -16893,6 +16969,20 @@ export namespace Prisma {
16893
16969
 
16894
16970
 
16895
16971
 
16972
+ /**
16973
+ * Reference to a field of type 'Int'
16974
+ */
16975
+ export type IntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int'>
16976
+
16977
+
16978
+
16979
+ /**
16980
+ * Reference to a field of type 'Int[]'
16981
+ */
16982
+ export type ListIntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int[]'>
16983
+
16984
+
16985
+
16896
16986
  /**
16897
16987
  * Reference to a field of type 'Json'
16898
16988
  */
@@ -16908,16 +16998,16 @@ export namespace Prisma {
16908
16998
 
16909
16999
 
16910
17000
  /**
16911
- * Reference to a field of type 'Int'
17001
+ * Reference to a field of type 'Float'
16912
17002
  */
16913
- export type IntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int'>
17003
+ export type FloatFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Float'>
16914
17004
 
16915
17005
 
16916
17006
 
16917
17007
  /**
16918
- * Reference to a field of type 'Int[]'
17008
+ * Reference to a field of type 'Float[]'
16919
17009
  */
16920
- export type ListIntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int[]'>
17010
+ export type ListFloatFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Float[]'>
16921
17011
 
16922
17012
  /**
16923
17013
  * Deep Input Types
@@ -16933,6 +17023,8 @@ export namespace Prisma {
16933
17023
  email?: StringNullableFilter<"PaymentAccount"> | string | null
16934
17024
  currency_id?: StringFilter<"PaymentAccount"> | string
16935
17025
  wallet_id?: StringFilter<"PaymentAccount"> | string
17026
+ wallet_queue_url?: StringNullableFilter<"PaymentAccount"> | string | null
17027
+ wallet_webhook_url?: StringNullableFilter<"PaymentAccount"> | string | null
16936
17028
  currency?: XOR<CurrencyScalarRelationFilter, CurrencyWhereInput>
16937
17029
  managed_wallets?: ManagedWalletListRelationFilter
16938
17030
  transactions?: TransactionListRelationFilter
@@ -16944,6 +17036,8 @@ export namespace Prisma {
16944
17036
  email?: SortOrderInput | SortOrder
16945
17037
  currency_id?: SortOrder
16946
17038
  wallet_id?: SortOrder
17039
+ wallet_queue_url?: SortOrderInput | SortOrder
17040
+ wallet_webhook_url?: SortOrderInput | SortOrder
16947
17041
  currency?: CurrencyOrderByWithRelationInput
16948
17042
  managed_wallets?: ManagedWalletOrderByRelationAggregateInput
16949
17043
  transactions?: TransactionOrderByRelationAggregateInput
@@ -16958,6 +17052,8 @@ export namespace Prisma {
16958
17052
  NOT?: PaymentAccountWhereInput | PaymentAccountWhereInput[]
16959
17053
  email?: StringNullableFilter<"PaymentAccount"> | string | null
16960
17054
  currency_id?: StringFilter<"PaymentAccount"> | string
17055
+ wallet_queue_url?: StringNullableFilter<"PaymentAccount"> | string | null
17056
+ wallet_webhook_url?: StringNullableFilter<"PaymentAccount"> | string | null
16961
17057
  currency?: XOR<CurrencyScalarRelationFilter, CurrencyWhereInput>
16962
17058
  managed_wallets?: ManagedWalletListRelationFilter
16963
17059
  transactions?: TransactionListRelationFilter
@@ -16969,6 +17065,8 @@ export namespace Prisma {
16969
17065
  email?: SortOrderInput | SortOrder
16970
17066
  currency_id?: SortOrder
16971
17067
  wallet_id?: SortOrder
17068
+ wallet_queue_url?: SortOrderInput | SortOrder
17069
+ wallet_webhook_url?: SortOrderInput | SortOrder
16972
17070
  _count?: PaymentAccountCountOrderByAggregateInput
16973
17071
  _max?: PaymentAccountMaxOrderByAggregateInput
16974
17072
  _min?: PaymentAccountMinOrderByAggregateInput
@@ -16983,6 +17081,8 @@ export namespace Prisma {
16983
17081
  email?: StringNullableWithAggregatesFilter<"PaymentAccount"> | string | null
16984
17082
  currency_id?: StringWithAggregatesFilter<"PaymentAccount"> | string
16985
17083
  wallet_id?: StringWithAggregatesFilter<"PaymentAccount"> | string
17084
+ wallet_queue_url?: StringNullableWithAggregatesFilter<"PaymentAccount"> | string | null
17085
+ wallet_webhook_url?: StringNullableWithAggregatesFilter<"PaymentAccount"> | string | null
16986
17086
  }
16987
17087
 
16988
17088
  export type CurrencyWhereInput = {
@@ -17192,6 +17292,7 @@ export namespace Prisma {
17192
17292
  NOT?: GlobalPaymentProviderWhereInput | GlobalPaymentProviderWhereInput[]
17193
17293
  id?: StringFilter<"GlobalPaymentProvider"> | string
17194
17294
  name?: StringFilter<"GlobalPaymentProvider"> | string
17295
+ idx?: IntFilter<"GlobalPaymentProvider"> | number
17195
17296
  created_at?: DateTimeFilter<"GlobalPaymentProvider"> | Date | string
17196
17297
  updated_at?: DateTimeFilter<"GlobalPaymentProvider"> | Date | string
17197
17298
  supported_currencies?: CurrencyListRelationFilter
@@ -17201,6 +17302,7 @@ export namespace Prisma {
17201
17302
  export type GlobalPaymentProviderOrderByWithRelationInput = {
17202
17303
  id?: SortOrder
17203
17304
  name?: SortOrder
17305
+ idx?: SortOrder
17204
17306
  created_at?: SortOrder
17205
17307
  updated_at?: SortOrder
17206
17308
  supported_currencies?: CurrencyOrderByRelationAggregateInput
@@ -17213,6 +17315,7 @@ export namespace Prisma {
17213
17315
  OR?: GlobalPaymentProviderWhereInput[]
17214
17316
  NOT?: GlobalPaymentProviderWhereInput | GlobalPaymentProviderWhereInput[]
17215
17317
  name?: StringFilter<"GlobalPaymentProvider"> | string
17318
+ idx?: IntFilter<"GlobalPaymentProvider"> | number
17216
17319
  created_at?: DateTimeFilter<"GlobalPaymentProvider"> | Date | string
17217
17320
  updated_at?: DateTimeFilter<"GlobalPaymentProvider"> | Date | string
17218
17321
  supported_currencies?: CurrencyListRelationFilter
@@ -17222,11 +17325,14 @@ export namespace Prisma {
17222
17325
  export type GlobalPaymentProviderOrderByWithAggregationInput = {
17223
17326
  id?: SortOrder
17224
17327
  name?: SortOrder
17328
+ idx?: SortOrder
17225
17329
  created_at?: SortOrder
17226
17330
  updated_at?: SortOrder
17227
17331
  _count?: GlobalPaymentProviderCountOrderByAggregateInput
17332
+ _avg?: GlobalPaymentProviderAvgOrderByAggregateInput
17228
17333
  _max?: GlobalPaymentProviderMaxOrderByAggregateInput
17229
17334
  _min?: GlobalPaymentProviderMinOrderByAggregateInput
17335
+ _sum?: GlobalPaymentProviderSumOrderByAggregateInput
17230
17336
  }
17231
17337
 
17232
17338
  export type GlobalPaymentProviderScalarWhereWithAggregatesInput = {
@@ -17235,6 +17341,7 @@ export namespace Prisma {
17235
17341
  NOT?: GlobalPaymentProviderScalarWhereWithAggregatesInput | GlobalPaymentProviderScalarWhereWithAggregatesInput[]
17236
17342
  id?: StringWithAggregatesFilter<"GlobalPaymentProvider"> | string
17237
17343
  name?: StringWithAggregatesFilter<"GlobalPaymentProvider"> | string
17344
+ idx?: IntWithAggregatesFilter<"GlobalPaymentProvider"> | number
17238
17345
  created_at?: DateTimeWithAggregatesFilter<"GlobalPaymentProvider"> | Date | string
17239
17346
  updated_at?: DateTimeWithAggregatesFilter<"GlobalPaymentProvider"> | Date | string
17240
17347
  }
@@ -17847,6 +17954,8 @@ export namespace Prisma {
17847
17954
  account_number?: string | null
17848
17955
  email?: string | null
17849
17956
  wallet_id: string
17957
+ wallet_queue_url?: string | null
17958
+ wallet_webhook_url?: string | null
17850
17959
  currency: CurrencyCreateNestedOneWithoutAccountsInput
17851
17960
  managed_wallets?: ManagedWalletCreateNestedManyWithoutPayment_accountInput
17852
17961
  transactions?: TransactionCreateNestedManyWithoutAccountInput
@@ -17858,6 +17967,8 @@ export namespace Prisma {
17858
17967
  email?: string | null
17859
17968
  currency_id: string
17860
17969
  wallet_id: string
17970
+ wallet_queue_url?: string | null
17971
+ wallet_webhook_url?: string | null
17861
17972
  managed_wallets?: ManagedWalletUncheckedCreateNestedManyWithoutPayment_accountInput
17862
17973
  transactions?: TransactionUncheckedCreateNestedManyWithoutAccountInput
17863
17974
  }
@@ -17867,6 +17978,8 @@ export namespace Prisma {
17867
17978
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
17868
17979
  email?: NullableStringFieldUpdateOperationsInput | string | null
17869
17980
  wallet_id?: StringFieldUpdateOperationsInput | string
17981
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
17982
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
17870
17983
  currency?: CurrencyUpdateOneRequiredWithoutAccountsNestedInput
17871
17984
  managed_wallets?: ManagedWalletUpdateManyWithoutPayment_accountNestedInput
17872
17985
  transactions?: TransactionUpdateManyWithoutAccountNestedInput
@@ -17878,6 +17991,8 @@ export namespace Prisma {
17878
17991
  email?: NullableStringFieldUpdateOperationsInput | string | null
17879
17992
  currency_id?: StringFieldUpdateOperationsInput | string
17880
17993
  wallet_id?: StringFieldUpdateOperationsInput | string
17994
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
17995
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
17881
17996
  managed_wallets?: ManagedWalletUncheckedUpdateManyWithoutPayment_accountNestedInput
17882
17997
  transactions?: TransactionUncheckedUpdateManyWithoutAccountNestedInput
17883
17998
  }
@@ -17888,6 +18003,8 @@ export namespace Prisma {
17888
18003
  email?: string | null
17889
18004
  currency_id: string
17890
18005
  wallet_id: string
18006
+ wallet_queue_url?: string | null
18007
+ wallet_webhook_url?: string | null
17891
18008
  }
17892
18009
 
17893
18010
  export type PaymentAccountUpdateManyMutationInput = {
@@ -17895,6 +18012,8 @@ export namespace Prisma {
17895
18012
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
17896
18013
  email?: NullableStringFieldUpdateOperationsInput | string | null
17897
18014
  wallet_id?: StringFieldUpdateOperationsInput | string
18015
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
18016
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
17898
18017
  }
17899
18018
 
17900
18019
  export type PaymentAccountUncheckedUpdateManyInput = {
@@ -17903,6 +18022,8 @@ export namespace Prisma {
17903
18022
  email?: NullableStringFieldUpdateOperationsInput | string | null
17904
18023
  currency_id?: StringFieldUpdateOperationsInput | string
17905
18024
  wallet_id?: StringFieldUpdateOperationsInput | string
18025
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
18026
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
17906
18027
  }
17907
18028
 
17908
18029
  export type CurrencyCreateInput = {
@@ -18133,6 +18254,7 @@ export namespace Prisma {
18133
18254
  export type GlobalPaymentProviderCreateInput = {
18134
18255
  id?: string
18135
18256
  name: string
18257
+ idx?: number
18136
18258
  created_at?: Date | string
18137
18259
  updated_at?: Date | string
18138
18260
  supported_currencies?: CurrencyCreateNestedManyWithoutPayment_providersInput
@@ -18142,6 +18264,7 @@ export namespace Prisma {
18142
18264
  export type GlobalPaymentProviderUncheckedCreateInput = {
18143
18265
  id?: string
18144
18266
  name: string
18267
+ idx?: number
18145
18268
  created_at?: Date | string
18146
18269
  updated_at?: Date | string
18147
18270
  supported_currencies?: CurrencyUncheckedCreateNestedManyWithoutPayment_providersInput
@@ -18151,6 +18274,7 @@ export namespace Prisma {
18151
18274
  export type GlobalPaymentProviderUpdateInput = {
18152
18275
  id?: StringFieldUpdateOperationsInput | string
18153
18276
  name?: StringFieldUpdateOperationsInput | string
18277
+ idx?: IntFieldUpdateOperationsInput | number
18154
18278
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
18155
18279
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
18156
18280
  supported_currencies?: CurrencyUpdateManyWithoutPayment_providersNestedInput
@@ -18160,6 +18284,7 @@ export namespace Prisma {
18160
18284
  export type GlobalPaymentProviderUncheckedUpdateInput = {
18161
18285
  id?: StringFieldUpdateOperationsInput | string
18162
18286
  name?: StringFieldUpdateOperationsInput | string
18287
+ idx?: IntFieldUpdateOperationsInput | number
18163
18288
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
18164
18289
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
18165
18290
  supported_currencies?: CurrencyUncheckedUpdateManyWithoutPayment_providersNestedInput
@@ -18169,6 +18294,7 @@ export namespace Prisma {
18169
18294
  export type GlobalPaymentProviderCreateManyInput = {
18170
18295
  id?: string
18171
18296
  name: string
18297
+ idx?: number
18172
18298
  created_at?: Date | string
18173
18299
  updated_at?: Date | string
18174
18300
  }
@@ -18176,6 +18302,7 @@ export namespace Prisma {
18176
18302
  export type GlobalPaymentProviderUpdateManyMutationInput = {
18177
18303
  id?: StringFieldUpdateOperationsInput | string
18178
18304
  name?: StringFieldUpdateOperationsInput | string
18305
+ idx?: IntFieldUpdateOperationsInput | number
18179
18306
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
18180
18307
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
18181
18308
  }
@@ -18183,6 +18310,7 @@ export namespace Prisma {
18183
18310
  export type GlobalPaymentProviderUncheckedUpdateManyInput = {
18184
18311
  id?: StringFieldUpdateOperationsInput | string
18185
18312
  name?: StringFieldUpdateOperationsInput | string
18313
+ idx?: IntFieldUpdateOperationsInput | number
18186
18314
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
18187
18315
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
18188
18316
  }
@@ -18915,6 +19043,8 @@ export namespace Prisma {
18915
19043
  email?: SortOrder
18916
19044
  currency_id?: SortOrder
18917
19045
  wallet_id?: SortOrder
19046
+ wallet_queue_url?: SortOrder
19047
+ wallet_webhook_url?: SortOrder
18918
19048
  }
18919
19049
 
18920
19050
  export type PaymentAccountMaxOrderByAggregateInput = {
@@ -18923,6 +19053,8 @@ export namespace Prisma {
18923
19053
  email?: SortOrder
18924
19054
  currency_id?: SortOrder
18925
19055
  wallet_id?: SortOrder
19056
+ wallet_queue_url?: SortOrder
19057
+ wallet_webhook_url?: SortOrder
18926
19058
  }
18927
19059
 
18928
19060
  export type PaymentAccountMinOrderByAggregateInput = {
@@ -18931,6 +19063,8 @@ export namespace Prisma {
18931
19063
  email?: SortOrder
18932
19064
  currency_id?: SortOrder
18933
19065
  wallet_id?: SortOrder
19066
+ wallet_queue_url?: SortOrder
19067
+ wallet_webhook_url?: SortOrder
18934
19068
  }
18935
19069
 
18936
19070
  export type StringWithAggregatesFilter<$PrismaModel = never> = {
@@ -19119,6 +19253,17 @@ export namespace Prisma {
19119
19253
  sender_account_information_id?: SortOrder
19120
19254
  }
19121
19255
 
19256
+ export type IntFilter<$PrismaModel = never> = {
19257
+ equals?: number | IntFieldRefInput<$PrismaModel>
19258
+ in?: number[] | ListIntFieldRefInput<$PrismaModel>
19259
+ notIn?: number[] | ListIntFieldRefInput<$PrismaModel>
19260
+ lt?: number | IntFieldRefInput<$PrismaModel>
19261
+ lte?: number | IntFieldRefInput<$PrismaModel>
19262
+ gt?: number | IntFieldRefInput<$PrismaModel>
19263
+ gte?: number | IntFieldRefInput<$PrismaModel>
19264
+ not?: NestedIntFilter<$PrismaModel> | number
19265
+ }
19266
+
19122
19267
  export type CurrencyListRelationFilter = {
19123
19268
  every?: CurrencyWhereInput
19124
19269
  some?: CurrencyWhereInput
@@ -19132,13 +19277,19 @@ export namespace Prisma {
19132
19277
  export type GlobalPaymentProviderCountOrderByAggregateInput = {
19133
19278
  id?: SortOrder
19134
19279
  name?: SortOrder
19280
+ idx?: SortOrder
19135
19281
  created_at?: SortOrder
19136
19282
  updated_at?: SortOrder
19137
19283
  }
19138
19284
 
19285
+ export type GlobalPaymentProviderAvgOrderByAggregateInput = {
19286
+ idx?: SortOrder
19287
+ }
19288
+
19139
19289
  export type GlobalPaymentProviderMaxOrderByAggregateInput = {
19140
19290
  id?: SortOrder
19141
19291
  name?: SortOrder
19292
+ idx?: SortOrder
19142
19293
  created_at?: SortOrder
19143
19294
  updated_at?: SortOrder
19144
19295
  }
@@ -19146,10 +19297,31 @@ export namespace Prisma {
19146
19297
  export type GlobalPaymentProviderMinOrderByAggregateInput = {
19147
19298
  id?: SortOrder
19148
19299
  name?: SortOrder
19300
+ idx?: SortOrder
19149
19301
  created_at?: SortOrder
19150
19302
  updated_at?: SortOrder
19151
19303
  }
19152
19304
 
19305
+ export type GlobalPaymentProviderSumOrderByAggregateInput = {
19306
+ idx?: SortOrder
19307
+ }
19308
+
19309
+ export type IntWithAggregatesFilter<$PrismaModel = never> = {
19310
+ equals?: number | IntFieldRefInput<$PrismaModel>
19311
+ in?: number[] | ListIntFieldRefInput<$PrismaModel>
19312
+ notIn?: number[] | ListIntFieldRefInput<$PrismaModel>
19313
+ lt?: number | IntFieldRefInput<$PrismaModel>
19314
+ lte?: number | IntFieldRefInput<$PrismaModel>
19315
+ gt?: number | IntFieldRefInput<$PrismaModel>
19316
+ gte?: number | IntFieldRefInput<$PrismaModel>
19317
+ not?: NestedIntWithAggregatesFilter<$PrismaModel> | number
19318
+ _count?: NestedIntFilter<$PrismaModel>
19319
+ _avg?: NestedFloatFilter<$PrismaModel>
19320
+ _sum?: NestedIntFilter<$PrismaModel>
19321
+ _min?: NestedIntFilter<$PrismaModel>
19322
+ _max?: NestedIntFilter<$PrismaModel>
19323
+ }
19324
+
19153
19325
  export type PaymentAccountScalarRelationFilter = {
19154
19326
  is?: PaymentAccountWhereInput
19155
19327
  isNot?: PaymentAccountWhereInput
@@ -19807,6 +19979,14 @@ export namespace Prisma {
19807
19979
  connect?: TransactionWhereUniqueInput | TransactionWhereUniqueInput[]
19808
19980
  }
19809
19981
 
19982
+ export type IntFieldUpdateOperationsInput = {
19983
+ set?: number
19984
+ increment?: number
19985
+ decrement?: number
19986
+ multiply?: number
19987
+ divide?: number
19988
+ }
19989
+
19810
19990
  export type CurrencyUpdateManyWithoutPayment_providersNestedInput = {
19811
19991
  create?: XOR<CurrencyCreateWithoutPayment_providersInput, CurrencyUncheckedCreateWithoutPayment_providersInput> | CurrencyCreateWithoutPayment_providersInput[] | CurrencyUncheckedCreateWithoutPayment_providersInput[]
19812
19992
  connectOrCreate?: CurrencyCreateOrConnectWithoutPayment_providersInput | CurrencyCreateOrConnectWithoutPayment_providersInput[]
@@ -20269,6 +20449,33 @@ export namespace Prisma {
20269
20449
  _min?: NestedDateTimeFilter<$PrismaModel>
20270
20450
  _max?: NestedDateTimeFilter<$PrismaModel>
20271
20451
  }
20452
+
20453
+ export type NestedIntWithAggregatesFilter<$PrismaModel = never> = {
20454
+ equals?: number | IntFieldRefInput<$PrismaModel>
20455
+ in?: number[] | ListIntFieldRefInput<$PrismaModel>
20456
+ notIn?: number[] | ListIntFieldRefInput<$PrismaModel>
20457
+ lt?: number | IntFieldRefInput<$PrismaModel>
20458
+ lte?: number | IntFieldRefInput<$PrismaModel>
20459
+ gt?: number | IntFieldRefInput<$PrismaModel>
20460
+ gte?: number | IntFieldRefInput<$PrismaModel>
20461
+ not?: NestedIntWithAggregatesFilter<$PrismaModel> | number
20462
+ _count?: NestedIntFilter<$PrismaModel>
20463
+ _avg?: NestedFloatFilter<$PrismaModel>
20464
+ _sum?: NestedIntFilter<$PrismaModel>
20465
+ _min?: NestedIntFilter<$PrismaModel>
20466
+ _max?: NestedIntFilter<$PrismaModel>
20467
+ }
20468
+
20469
+ export type NestedFloatFilter<$PrismaModel = never> = {
20470
+ equals?: number | FloatFieldRefInput<$PrismaModel>
20471
+ in?: number[] | ListFloatFieldRefInput<$PrismaModel>
20472
+ notIn?: number[] | ListFloatFieldRefInput<$PrismaModel>
20473
+ lt?: number | FloatFieldRefInput<$PrismaModel>
20474
+ lte?: number | FloatFieldRefInput<$PrismaModel>
20475
+ gt?: number | FloatFieldRefInput<$PrismaModel>
20476
+ gte?: number | FloatFieldRefInput<$PrismaModel>
20477
+ not?: NestedFloatFilter<$PrismaModel> | number
20478
+ }
20272
20479
  export type NestedJsonNullableFilter<$PrismaModel = never> =
20273
20480
  | PatchUndefined<
20274
20481
  Either<Required<NestedJsonNullableFilterBase<$PrismaModel>>, Exclude<keyof Required<NestedJsonNullableFilterBase<$PrismaModel>>, 'path'>>,
@@ -20503,6 +20710,7 @@ export namespace Prisma {
20503
20710
  export type GlobalPaymentProviderCreateWithoutSupported_currenciesInput = {
20504
20711
  id?: string
20505
20712
  name: string
20713
+ idx?: number
20506
20714
  created_at?: Date | string
20507
20715
  updated_at?: Date | string
20508
20716
  transactions?: TransactionCreateNestedManyWithoutProviderInput
@@ -20511,6 +20719,7 @@ export namespace Prisma {
20511
20719
  export type GlobalPaymentProviderUncheckedCreateWithoutSupported_currenciesInput = {
20512
20720
  id?: string
20513
20721
  name: string
20722
+ idx?: number
20514
20723
  created_at?: Date | string
20515
20724
  updated_at?: Date | string
20516
20725
  transactions?: TransactionUncheckedCreateNestedManyWithoutProviderInput
@@ -20526,6 +20735,8 @@ export namespace Prisma {
20526
20735
  account_number?: string | null
20527
20736
  email?: string | null
20528
20737
  wallet_id: string
20738
+ wallet_queue_url?: string | null
20739
+ wallet_webhook_url?: string | null
20529
20740
  managed_wallets?: ManagedWalletCreateNestedManyWithoutPayment_accountInput
20530
20741
  transactions?: TransactionCreateNestedManyWithoutAccountInput
20531
20742
  }
@@ -20535,6 +20746,8 @@ export namespace Prisma {
20535
20746
  account_number?: string | null
20536
20747
  email?: string | null
20537
20748
  wallet_id: string
20749
+ wallet_queue_url?: string | null
20750
+ wallet_webhook_url?: string | null
20538
20751
  managed_wallets?: ManagedWalletUncheckedCreateNestedManyWithoutPayment_accountInput
20539
20752
  transactions?: TransactionUncheckedCreateNestedManyWithoutAccountInput
20540
20753
  }
@@ -20571,6 +20784,7 @@ export namespace Prisma {
20571
20784
  NOT?: GlobalPaymentProviderScalarWhereInput | GlobalPaymentProviderScalarWhereInput[]
20572
20785
  id?: StringFilter<"GlobalPaymentProvider"> | string
20573
20786
  name?: StringFilter<"GlobalPaymentProvider"> | string
20787
+ idx?: IntFilter<"GlobalPaymentProvider"> | number
20574
20788
  created_at?: DateTimeFilter<"GlobalPaymentProvider"> | Date | string
20575
20789
  updated_at?: DateTimeFilter<"GlobalPaymentProvider"> | Date | string
20576
20790
  }
@@ -20600,6 +20814,8 @@ export namespace Prisma {
20600
20814
  email?: StringNullableFilter<"PaymentAccount"> | string | null
20601
20815
  currency_id?: StringFilter<"PaymentAccount"> | string
20602
20816
  wallet_id?: StringFilter<"PaymentAccount"> | string
20817
+ wallet_queue_url?: StringNullableFilter<"PaymentAccount"> | string | null
20818
+ wallet_webhook_url?: StringNullableFilter<"PaymentAccount"> | string | null
20603
20819
  }
20604
20820
 
20605
20821
  export type FundingCreateWithoutSender_account_informationInput = {
@@ -20907,6 +21123,8 @@ export namespace Prisma {
20907
21123
  account_number?: string | null
20908
21124
  email?: string | null
20909
21125
  wallet_id: string
21126
+ wallet_queue_url?: string | null
21127
+ wallet_webhook_url?: string | null
20910
21128
  currency: CurrencyCreateNestedOneWithoutAccountsInput
20911
21129
  transactions?: TransactionCreateNestedManyWithoutAccountInput
20912
21130
  }
@@ -20917,6 +21135,8 @@ export namespace Prisma {
20917
21135
  email?: string | null
20918
21136
  currency_id: string
20919
21137
  wallet_id: string
21138
+ wallet_queue_url?: string | null
21139
+ wallet_webhook_url?: string | null
20920
21140
  transactions?: TransactionUncheckedCreateNestedManyWithoutAccountInput
20921
21141
  }
20922
21142
 
@@ -20941,6 +21161,8 @@ export namespace Prisma {
20941
21161
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
20942
21162
  email?: NullableStringFieldUpdateOperationsInput | string | null
20943
21163
  wallet_id?: StringFieldUpdateOperationsInput | string
21164
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
21165
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
20944
21166
  currency?: CurrencyUpdateOneRequiredWithoutAccountsNestedInput
20945
21167
  transactions?: TransactionUpdateManyWithoutAccountNestedInput
20946
21168
  }
@@ -20951,6 +21173,8 @@ export namespace Prisma {
20951
21173
  email?: NullableStringFieldUpdateOperationsInput | string | null
20952
21174
  currency_id?: StringFieldUpdateOperationsInput | string
20953
21175
  wallet_id?: StringFieldUpdateOperationsInput | string
21176
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
21177
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
20954
21178
  transactions?: TransactionUncheckedUpdateManyWithoutAccountNestedInput
20955
21179
  }
20956
21180
 
@@ -21033,6 +21257,7 @@ export namespace Prisma {
21033
21257
  export type GlobalPaymentProviderCreateWithoutTransactionsInput = {
21034
21258
  id?: string
21035
21259
  name: string
21260
+ idx?: number
21036
21261
  created_at?: Date | string
21037
21262
  updated_at?: Date | string
21038
21263
  supported_currencies?: CurrencyCreateNestedManyWithoutPayment_providersInput
@@ -21041,6 +21266,7 @@ export namespace Prisma {
21041
21266
  export type GlobalPaymentProviderUncheckedCreateWithoutTransactionsInput = {
21042
21267
  id?: string
21043
21268
  name: string
21269
+ idx?: number
21044
21270
  created_at?: Date | string
21045
21271
  updated_at?: Date | string
21046
21272
  supported_currencies?: CurrencyUncheckedCreateNestedManyWithoutPayment_providersInput
@@ -21056,6 +21282,8 @@ export namespace Prisma {
21056
21282
  account_number?: string | null
21057
21283
  email?: string | null
21058
21284
  wallet_id: string
21285
+ wallet_queue_url?: string | null
21286
+ wallet_webhook_url?: string | null
21059
21287
  currency: CurrencyCreateNestedOneWithoutAccountsInput
21060
21288
  managed_wallets?: ManagedWalletCreateNestedManyWithoutPayment_accountInput
21061
21289
  }
@@ -21066,6 +21294,8 @@ export namespace Prisma {
21066
21294
  email?: string | null
21067
21295
  currency_id: string
21068
21296
  wallet_id: string
21297
+ wallet_queue_url?: string | null
21298
+ wallet_webhook_url?: string | null
21069
21299
  managed_wallets?: ManagedWalletUncheckedCreateNestedManyWithoutPayment_accountInput
21070
21300
  }
21071
21301
 
@@ -21200,6 +21430,7 @@ export namespace Prisma {
21200
21430
  export type GlobalPaymentProviderUpdateWithoutTransactionsInput = {
21201
21431
  id?: StringFieldUpdateOperationsInput | string
21202
21432
  name?: StringFieldUpdateOperationsInput | string
21433
+ idx?: IntFieldUpdateOperationsInput | number
21203
21434
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
21204
21435
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
21205
21436
  supported_currencies?: CurrencyUpdateManyWithoutPayment_providersNestedInput
@@ -21208,6 +21439,7 @@ export namespace Prisma {
21208
21439
  export type GlobalPaymentProviderUncheckedUpdateWithoutTransactionsInput = {
21209
21440
  id?: StringFieldUpdateOperationsInput | string
21210
21441
  name?: StringFieldUpdateOperationsInput | string
21442
+ idx?: IntFieldUpdateOperationsInput | number
21211
21443
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
21212
21444
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
21213
21445
  supported_currencies?: CurrencyUncheckedUpdateManyWithoutPayment_providersNestedInput
@@ -21229,6 +21461,8 @@ export namespace Prisma {
21229
21461
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
21230
21462
  email?: NullableStringFieldUpdateOperationsInput | string | null
21231
21463
  wallet_id?: StringFieldUpdateOperationsInput | string
21464
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
21465
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
21232
21466
  currency?: CurrencyUpdateOneRequiredWithoutAccountsNestedInput
21233
21467
  managed_wallets?: ManagedWalletUpdateManyWithoutPayment_accountNestedInput
21234
21468
  }
@@ -21239,6 +21473,8 @@ export namespace Prisma {
21239
21473
  email?: NullableStringFieldUpdateOperationsInput | string | null
21240
21474
  currency_id?: StringFieldUpdateOperationsInput | string
21241
21475
  wallet_id?: StringFieldUpdateOperationsInput | string
21476
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
21477
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
21242
21478
  managed_wallets?: ManagedWalletUncheckedUpdateManyWithoutPayment_accountNestedInput
21243
21479
  }
21244
21480
 
@@ -21887,11 +22123,14 @@ export namespace Prisma {
21887
22123
  account_number?: string | null
21888
22124
  email?: string | null
21889
22125
  wallet_id: string
22126
+ wallet_queue_url?: string | null
22127
+ wallet_webhook_url?: string | null
21890
22128
  }
21891
22129
 
21892
22130
  export type GlobalPaymentProviderUpdateWithoutSupported_currenciesInput = {
21893
22131
  id?: StringFieldUpdateOperationsInput | string
21894
22132
  name?: StringFieldUpdateOperationsInput | string
22133
+ idx?: IntFieldUpdateOperationsInput | number
21895
22134
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
21896
22135
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
21897
22136
  transactions?: TransactionUpdateManyWithoutProviderNestedInput
@@ -21900,6 +22139,7 @@ export namespace Prisma {
21900
22139
  export type GlobalPaymentProviderUncheckedUpdateWithoutSupported_currenciesInput = {
21901
22140
  id?: StringFieldUpdateOperationsInput | string
21902
22141
  name?: StringFieldUpdateOperationsInput | string
22142
+ idx?: IntFieldUpdateOperationsInput | number
21903
22143
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
21904
22144
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
21905
22145
  transactions?: TransactionUncheckedUpdateManyWithoutProviderNestedInput
@@ -21908,6 +22148,7 @@ export namespace Prisma {
21908
22148
  export type GlobalPaymentProviderUncheckedUpdateManyWithoutSupported_currenciesInput = {
21909
22149
  id?: StringFieldUpdateOperationsInput | string
21910
22150
  name?: StringFieldUpdateOperationsInput | string
22151
+ idx?: IntFieldUpdateOperationsInput | number
21911
22152
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
21912
22153
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
21913
22154
  }
@@ -21917,6 +22158,8 @@ export namespace Prisma {
21917
22158
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
21918
22159
  email?: NullableStringFieldUpdateOperationsInput | string | null
21919
22160
  wallet_id?: StringFieldUpdateOperationsInput | string
22161
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
22162
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
21920
22163
  managed_wallets?: ManagedWalletUpdateManyWithoutPayment_accountNestedInput
21921
22164
  transactions?: TransactionUpdateManyWithoutAccountNestedInput
21922
22165
  }
@@ -21926,6 +22169,8 @@ export namespace Prisma {
21926
22169
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
21927
22170
  email?: NullableStringFieldUpdateOperationsInput | string | null
21928
22171
  wallet_id?: StringFieldUpdateOperationsInput | string
22172
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
22173
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
21929
22174
  managed_wallets?: ManagedWalletUncheckedUpdateManyWithoutPayment_accountNestedInput
21930
22175
  transactions?: TransactionUncheckedUpdateManyWithoutAccountNestedInput
21931
22176
  }
@@ -21935,6 +22180,8 @@ export namespace Prisma {
21935
22180
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
21936
22181
  email?: NullableStringFieldUpdateOperationsInput | string | null
21937
22182
  wallet_id?: StringFieldUpdateOperationsInput | string
22183
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
22184
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
21938
22185
  }
21939
22186
 
21940
22187
  export type TransactionCreateManyProviderInput = {