@cowris/paymentdb-client 1.0.3 → 1.0.5

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
 
@@ -7682,6 +7708,8 @@ export namespace Prisma {
7682
7708
  account_id: string | null
7683
7709
  customer_name: string | null
7684
7710
  wallet_identifier: string | null
7711
+ wallet_customer_email: string | null
7712
+ wallet_customer_phone: string | null
7685
7713
  account_number: string | null
7686
7714
  email: string | null
7687
7715
  balance: string | null
@@ -7697,6 +7725,8 @@ export namespace Prisma {
7697
7725
  account_id: string | null
7698
7726
  customer_name: string | null
7699
7727
  wallet_identifier: string | null
7728
+ wallet_customer_email: string | null
7729
+ wallet_customer_phone: string | null
7700
7730
  account_number: string | null
7701
7731
  email: string | null
7702
7732
  balance: string | null
@@ -7712,6 +7742,8 @@ export namespace Prisma {
7712
7742
  account_id: number
7713
7743
  customer_name: number
7714
7744
  wallet_identifier: number
7745
+ wallet_customer_email: number
7746
+ wallet_customer_phone: number
7715
7747
  account_number: number
7716
7748
  email: number
7717
7749
  balance: number
@@ -7729,6 +7761,8 @@ export namespace Prisma {
7729
7761
  account_id?: true
7730
7762
  customer_name?: true
7731
7763
  wallet_identifier?: true
7764
+ wallet_customer_email?: true
7765
+ wallet_customer_phone?: true
7732
7766
  account_number?: true
7733
7767
  email?: true
7734
7768
  balance?: true
@@ -7744,6 +7778,8 @@ export namespace Prisma {
7744
7778
  account_id?: true
7745
7779
  customer_name?: true
7746
7780
  wallet_identifier?: true
7781
+ wallet_customer_email?: true
7782
+ wallet_customer_phone?: true
7747
7783
  account_number?: true
7748
7784
  email?: true
7749
7785
  balance?: true
@@ -7759,6 +7795,8 @@ export namespace Prisma {
7759
7795
  account_id?: true
7760
7796
  customer_name?: true
7761
7797
  wallet_identifier?: true
7798
+ wallet_customer_email?: true
7799
+ wallet_customer_phone?: true
7762
7800
  account_number?: true
7763
7801
  email?: true
7764
7802
  balance?: true
@@ -7847,6 +7885,8 @@ export namespace Prisma {
7847
7885
  account_id: string
7848
7886
  customer_name: string | null
7849
7887
  wallet_identifier: string | null
7888
+ wallet_customer_email: string | null
7889
+ wallet_customer_phone: string | null
7850
7890
  account_number: string | null
7851
7891
  email: string | null
7852
7892
  balance: string
@@ -7879,6 +7919,8 @@ export namespace Prisma {
7879
7919
  account_id?: boolean
7880
7920
  customer_name?: boolean
7881
7921
  wallet_identifier?: boolean
7922
+ wallet_customer_email?: boolean
7923
+ wallet_customer_phone?: boolean
7882
7924
  account_number?: boolean
7883
7925
  email?: boolean
7884
7926
  balance?: boolean
@@ -7895,6 +7937,8 @@ export namespace Prisma {
7895
7937
  account_id?: boolean
7896
7938
  customer_name?: boolean
7897
7939
  wallet_identifier?: boolean
7940
+ wallet_customer_email?: boolean
7941
+ wallet_customer_phone?: boolean
7898
7942
  account_number?: boolean
7899
7943
  email?: boolean
7900
7944
  balance?: boolean
@@ -7911,6 +7955,8 @@ export namespace Prisma {
7911
7955
  account_id?: boolean
7912
7956
  customer_name?: boolean
7913
7957
  wallet_identifier?: boolean
7958
+ wallet_customer_email?: boolean
7959
+ wallet_customer_phone?: boolean
7914
7960
  account_number?: boolean
7915
7961
  email?: boolean
7916
7962
  balance?: boolean
@@ -7927,6 +7973,8 @@ export namespace Prisma {
7927
7973
  account_id?: boolean
7928
7974
  customer_name?: boolean
7929
7975
  wallet_identifier?: boolean
7976
+ wallet_customer_email?: boolean
7977
+ wallet_customer_phone?: boolean
7930
7978
  account_number?: boolean
7931
7979
  email?: boolean
7932
7980
  balance?: boolean
@@ -7937,7 +7985,7 @@ export namespace Prisma {
7937
7985
  updated_at?: boolean
7938
7986
  }
7939
7987
 
7940
- export type ManagedWalletOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "account_id" | "customer_name" | "wallet_identifier" | "account_number" | "email" | "balance" | "currency_id" | "global_payment_provider_id" | "type" | "created_at" | "updated_at", ExtArgs["result"]["managedWallet"]>
7988
+ export type ManagedWalletOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "account_id" | "customer_name" | "wallet_identifier" | "wallet_customer_email" | "wallet_customer_phone" | "account_number" | "email" | "balance" | "currency_id" | "global_payment_provider_id" | "type" | "created_at" | "updated_at", ExtArgs["result"]["managedWallet"]>
7941
7989
  export type ManagedWalletInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
7942
7990
  payment_account?: boolean | PaymentAccountDefaultArgs<ExtArgs>
7943
7991
  }
@@ -7958,6 +8006,8 @@ export namespace Prisma {
7958
8006
  account_id: string
7959
8007
  customer_name: string | null
7960
8008
  wallet_identifier: string | null
8009
+ wallet_customer_email: string | null
8010
+ wallet_customer_phone: string | null
7961
8011
  account_number: string | null
7962
8012
  email: string | null
7963
8013
  balance: string
@@ -8394,6 +8444,8 @@ export namespace Prisma {
8394
8444
  readonly account_id: FieldRef<"ManagedWallet", 'String'>
8395
8445
  readonly customer_name: FieldRef<"ManagedWallet", 'String'>
8396
8446
  readonly wallet_identifier: FieldRef<"ManagedWallet", 'String'>
8447
+ readonly wallet_customer_email: FieldRef<"ManagedWallet", 'String'>
8448
+ readonly wallet_customer_phone: FieldRef<"ManagedWallet", 'String'>
8397
8449
  readonly account_number: FieldRef<"ManagedWallet", 'String'>
8398
8450
  readonly email: FieldRef<"ManagedWallet", 'String'>
8399
8451
  readonly balance: FieldRef<"ManagedWallet", 'String'>
@@ -16694,7 +16746,9 @@ export namespace Prisma {
16694
16746
  account_number: 'account_number',
16695
16747
  email: 'email',
16696
16748
  currency_id: 'currency_id',
16697
- wallet_id: 'wallet_id'
16749
+ wallet_id: 'wallet_id',
16750
+ wallet_queue_url: 'wallet_queue_url',
16751
+ wallet_webhook_url: 'wallet_webhook_url'
16698
16752
  };
16699
16753
 
16700
16754
  export type PaymentAccountScalarFieldEnum = (typeof PaymentAccountScalarFieldEnum)[keyof typeof PaymentAccountScalarFieldEnum]
@@ -16755,6 +16809,8 @@ export namespace Prisma {
16755
16809
  account_id: 'account_id',
16756
16810
  customer_name: 'customer_name',
16757
16811
  wallet_identifier: 'wallet_identifier',
16812
+ wallet_customer_email: 'wallet_customer_email',
16813
+ wallet_customer_phone: 'wallet_customer_phone',
16758
16814
  account_number: 'account_number',
16759
16815
  email: 'email',
16760
16816
  balance: 'balance',
@@ -16995,6 +17051,8 @@ export namespace Prisma {
16995
17051
  email?: StringNullableFilter<"PaymentAccount"> | string | null
16996
17052
  currency_id?: StringFilter<"PaymentAccount"> | string
16997
17053
  wallet_id?: StringFilter<"PaymentAccount"> | string
17054
+ wallet_queue_url?: StringNullableFilter<"PaymentAccount"> | string | null
17055
+ wallet_webhook_url?: StringNullableFilter<"PaymentAccount"> | string | null
16998
17056
  currency?: XOR<CurrencyScalarRelationFilter, CurrencyWhereInput>
16999
17057
  managed_wallets?: ManagedWalletListRelationFilter
17000
17058
  transactions?: TransactionListRelationFilter
@@ -17006,6 +17064,8 @@ export namespace Prisma {
17006
17064
  email?: SortOrderInput | SortOrder
17007
17065
  currency_id?: SortOrder
17008
17066
  wallet_id?: SortOrder
17067
+ wallet_queue_url?: SortOrderInput | SortOrder
17068
+ wallet_webhook_url?: SortOrderInput | SortOrder
17009
17069
  currency?: CurrencyOrderByWithRelationInput
17010
17070
  managed_wallets?: ManagedWalletOrderByRelationAggregateInput
17011
17071
  transactions?: TransactionOrderByRelationAggregateInput
@@ -17020,6 +17080,8 @@ export namespace Prisma {
17020
17080
  NOT?: PaymentAccountWhereInput | PaymentAccountWhereInput[]
17021
17081
  email?: StringNullableFilter<"PaymentAccount"> | string | null
17022
17082
  currency_id?: StringFilter<"PaymentAccount"> | string
17083
+ wallet_queue_url?: StringNullableFilter<"PaymentAccount"> | string | null
17084
+ wallet_webhook_url?: StringNullableFilter<"PaymentAccount"> | string | null
17023
17085
  currency?: XOR<CurrencyScalarRelationFilter, CurrencyWhereInput>
17024
17086
  managed_wallets?: ManagedWalletListRelationFilter
17025
17087
  transactions?: TransactionListRelationFilter
@@ -17031,6 +17093,8 @@ export namespace Prisma {
17031
17093
  email?: SortOrderInput | SortOrder
17032
17094
  currency_id?: SortOrder
17033
17095
  wallet_id?: SortOrder
17096
+ wallet_queue_url?: SortOrderInput | SortOrder
17097
+ wallet_webhook_url?: SortOrderInput | SortOrder
17034
17098
  _count?: PaymentAccountCountOrderByAggregateInput
17035
17099
  _max?: PaymentAccountMaxOrderByAggregateInput
17036
17100
  _min?: PaymentAccountMinOrderByAggregateInput
@@ -17045,6 +17109,8 @@ export namespace Prisma {
17045
17109
  email?: StringNullableWithAggregatesFilter<"PaymentAccount"> | string | null
17046
17110
  currency_id?: StringWithAggregatesFilter<"PaymentAccount"> | string
17047
17111
  wallet_id?: StringWithAggregatesFilter<"PaymentAccount"> | string
17112
+ wallet_queue_url?: StringNullableWithAggregatesFilter<"PaymentAccount"> | string | null
17113
+ wallet_webhook_url?: StringNullableWithAggregatesFilter<"PaymentAccount"> | string | null
17048
17114
  }
17049
17115
 
17050
17116
  export type CurrencyWhereInput = {
@@ -17316,6 +17382,8 @@ export namespace Prisma {
17316
17382
  account_id?: StringFilter<"ManagedWallet"> | string
17317
17383
  customer_name?: StringNullableFilter<"ManagedWallet"> | string | null
17318
17384
  wallet_identifier?: StringNullableFilter<"ManagedWallet"> | string | null
17385
+ wallet_customer_email?: StringNullableFilter<"ManagedWallet"> | string | null
17386
+ wallet_customer_phone?: StringNullableFilter<"ManagedWallet"> | string | null
17319
17387
  account_number?: StringNullableFilter<"ManagedWallet"> | string | null
17320
17388
  email?: StringNullableFilter<"ManagedWallet"> | string | null
17321
17389
  balance?: StringFilter<"ManagedWallet"> | string
@@ -17332,6 +17400,8 @@ export namespace Prisma {
17332
17400
  account_id?: SortOrder
17333
17401
  customer_name?: SortOrderInput | SortOrder
17334
17402
  wallet_identifier?: SortOrderInput | SortOrder
17403
+ wallet_customer_email?: SortOrderInput | SortOrder
17404
+ wallet_customer_phone?: SortOrderInput | SortOrder
17335
17405
  account_number?: SortOrderInput | SortOrder
17336
17406
  email?: SortOrderInput | SortOrder
17337
17407
  balance?: SortOrder
@@ -17351,6 +17421,8 @@ export namespace Prisma {
17351
17421
  account_id?: StringFilter<"ManagedWallet"> | string
17352
17422
  customer_name?: StringNullableFilter<"ManagedWallet"> | string | null
17353
17423
  wallet_identifier?: StringNullableFilter<"ManagedWallet"> | string | null
17424
+ wallet_customer_email?: StringNullableFilter<"ManagedWallet"> | string | null
17425
+ wallet_customer_phone?: StringNullableFilter<"ManagedWallet"> | string | null
17354
17426
  account_number?: StringNullableFilter<"ManagedWallet"> | string | null
17355
17427
  email?: StringNullableFilter<"ManagedWallet"> | string | null
17356
17428
  balance?: StringFilter<"ManagedWallet"> | string
@@ -17367,6 +17439,8 @@ export namespace Prisma {
17367
17439
  account_id?: SortOrder
17368
17440
  customer_name?: SortOrderInput | SortOrder
17369
17441
  wallet_identifier?: SortOrderInput | SortOrder
17442
+ wallet_customer_email?: SortOrderInput | SortOrder
17443
+ wallet_customer_phone?: SortOrderInput | SortOrder
17370
17444
  account_number?: SortOrderInput | SortOrder
17371
17445
  email?: SortOrderInput | SortOrder
17372
17446
  balance?: SortOrder
@@ -17388,6 +17462,8 @@ export namespace Prisma {
17388
17462
  account_id?: StringWithAggregatesFilter<"ManagedWallet"> | string
17389
17463
  customer_name?: StringNullableWithAggregatesFilter<"ManagedWallet"> | string | null
17390
17464
  wallet_identifier?: StringNullableWithAggregatesFilter<"ManagedWallet"> | string | null
17465
+ wallet_customer_email?: StringNullableWithAggregatesFilter<"ManagedWallet"> | string | null
17466
+ wallet_customer_phone?: StringNullableWithAggregatesFilter<"ManagedWallet"> | string | null
17391
17467
  account_number?: StringNullableWithAggregatesFilter<"ManagedWallet"> | string | null
17392
17468
  email?: StringNullableWithAggregatesFilter<"ManagedWallet"> | string | null
17393
17469
  balance?: StringWithAggregatesFilter<"ManagedWallet"> | string
@@ -17916,6 +17992,8 @@ export namespace Prisma {
17916
17992
  account_number?: string | null
17917
17993
  email?: string | null
17918
17994
  wallet_id: string
17995
+ wallet_queue_url?: string | null
17996
+ wallet_webhook_url?: string | null
17919
17997
  currency: CurrencyCreateNestedOneWithoutAccountsInput
17920
17998
  managed_wallets?: ManagedWalletCreateNestedManyWithoutPayment_accountInput
17921
17999
  transactions?: TransactionCreateNestedManyWithoutAccountInput
@@ -17927,6 +18005,8 @@ export namespace Prisma {
17927
18005
  email?: string | null
17928
18006
  currency_id: string
17929
18007
  wallet_id: string
18008
+ wallet_queue_url?: string | null
18009
+ wallet_webhook_url?: string | null
17930
18010
  managed_wallets?: ManagedWalletUncheckedCreateNestedManyWithoutPayment_accountInput
17931
18011
  transactions?: TransactionUncheckedCreateNestedManyWithoutAccountInput
17932
18012
  }
@@ -17936,6 +18016,8 @@ export namespace Prisma {
17936
18016
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
17937
18017
  email?: NullableStringFieldUpdateOperationsInput | string | null
17938
18018
  wallet_id?: StringFieldUpdateOperationsInput | string
18019
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
18020
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
17939
18021
  currency?: CurrencyUpdateOneRequiredWithoutAccountsNestedInput
17940
18022
  managed_wallets?: ManagedWalletUpdateManyWithoutPayment_accountNestedInput
17941
18023
  transactions?: TransactionUpdateManyWithoutAccountNestedInput
@@ -17947,6 +18029,8 @@ export namespace Prisma {
17947
18029
  email?: NullableStringFieldUpdateOperationsInput | string | null
17948
18030
  currency_id?: StringFieldUpdateOperationsInput | string
17949
18031
  wallet_id?: StringFieldUpdateOperationsInput | string
18032
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
18033
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
17950
18034
  managed_wallets?: ManagedWalletUncheckedUpdateManyWithoutPayment_accountNestedInput
17951
18035
  transactions?: TransactionUncheckedUpdateManyWithoutAccountNestedInput
17952
18036
  }
@@ -17957,6 +18041,8 @@ export namespace Prisma {
17957
18041
  email?: string | null
17958
18042
  currency_id: string
17959
18043
  wallet_id: string
18044
+ wallet_queue_url?: string | null
18045
+ wallet_webhook_url?: string | null
17960
18046
  }
17961
18047
 
17962
18048
  export type PaymentAccountUpdateManyMutationInput = {
@@ -17964,6 +18050,8 @@ export namespace Prisma {
17964
18050
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
17965
18051
  email?: NullableStringFieldUpdateOperationsInput | string | null
17966
18052
  wallet_id?: StringFieldUpdateOperationsInput | string
18053
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
18054
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
17967
18055
  }
17968
18056
 
17969
18057
  export type PaymentAccountUncheckedUpdateManyInput = {
@@ -17972,6 +18060,8 @@ export namespace Prisma {
17972
18060
  email?: NullableStringFieldUpdateOperationsInput | string | null
17973
18061
  currency_id?: StringFieldUpdateOperationsInput | string
17974
18062
  wallet_id?: StringFieldUpdateOperationsInput | string
18063
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
18064
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
17975
18065
  }
17976
18066
 
17977
18067
  export type CurrencyCreateInput = {
@@ -18267,6 +18357,8 @@ export namespace Prisma {
18267
18357
  id?: string
18268
18358
  customer_name?: string | null
18269
18359
  wallet_identifier?: string | null
18360
+ wallet_customer_email?: string | null
18361
+ wallet_customer_phone?: string | null
18270
18362
  account_number?: string | null
18271
18363
  email?: string | null
18272
18364
  balance?: string
@@ -18283,6 +18375,8 @@ export namespace Prisma {
18283
18375
  account_id: string
18284
18376
  customer_name?: string | null
18285
18377
  wallet_identifier?: string | null
18378
+ wallet_customer_email?: string | null
18379
+ wallet_customer_phone?: string | null
18286
18380
  account_number?: string | null
18287
18381
  email?: string | null
18288
18382
  balance?: string
@@ -18297,6 +18391,8 @@ export namespace Prisma {
18297
18391
  id?: StringFieldUpdateOperationsInput | string
18298
18392
  customer_name?: NullableStringFieldUpdateOperationsInput | string | null
18299
18393
  wallet_identifier?: NullableStringFieldUpdateOperationsInput | string | null
18394
+ wallet_customer_email?: NullableStringFieldUpdateOperationsInput | string | null
18395
+ wallet_customer_phone?: NullableStringFieldUpdateOperationsInput | string | null
18300
18396
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
18301
18397
  email?: NullableStringFieldUpdateOperationsInput | string | null
18302
18398
  balance?: StringFieldUpdateOperationsInput | string
@@ -18313,6 +18409,8 @@ export namespace Prisma {
18313
18409
  account_id?: StringFieldUpdateOperationsInput | string
18314
18410
  customer_name?: NullableStringFieldUpdateOperationsInput | string | null
18315
18411
  wallet_identifier?: NullableStringFieldUpdateOperationsInput | string | null
18412
+ wallet_customer_email?: NullableStringFieldUpdateOperationsInput | string | null
18413
+ wallet_customer_phone?: NullableStringFieldUpdateOperationsInput | string | null
18316
18414
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
18317
18415
  email?: NullableStringFieldUpdateOperationsInput | string | null
18318
18416
  balance?: StringFieldUpdateOperationsInput | string
@@ -18328,6 +18426,8 @@ export namespace Prisma {
18328
18426
  account_id: string
18329
18427
  customer_name?: string | null
18330
18428
  wallet_identifier?: string | null
18429
+ wallet_customer_email?: string | null
18430
+ wallet_customer_phone?: string | null
18331
18431
  account_number?: string | null
18332
18432
  email?: string | null
18333
18433
  balance?: string
@@ -18342,6 +18442,8 @@ export namespace Prisma {
18342
18442
  id?: StringFieldUpdateOperationsInput | string
18343
18443
  customer_name?: NullableStringFieldUpdateOperationsInput | string | null
18344
18444
  wallet_identifier?: NullableStringFieldUpdateOperationsInput | string | null
18445
+ wallet_customer_email?: NullableStringFieldUpdateOperationsInput | string | null
18446
+ wallet_customer_phone?: NullableStringFieldUpdateOperationsInput | string | null
18345
18447
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
18346
18448
  email?: NullableStringFieldUpdateOperationsInput | string | null
18347
18449
  balance?: StringFieldUpdateOperationsInput | string
@@ -18357,6 +18459,8 @@ export namespace Prisma {
18357
18459
  account_id?: StringFieldUpdateOperationsInput | string
18358
18460
  customer_name?: NullableStringFieldUpdateOperationsInput | string | null
18359
18461
  wallet_identifier?: NullableStringFieldUpdateOperationsInput | string | null
18462
+ wallet_customer_email?: NullableStringFieldUpdateOperationsInput | string | null
18463
+ wallet_customer_phone?: NullableStringFieldUpdateOperationsInput | string | null
18360
18464
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
18361
18465
  email?: NullableStringFieldUpdateOperationsInput | string | null
18362
18466
  balance?: StringFieldUpdateOperationsInput | string
@@ -18991,6 +19095,8 @@ export namespace Prisma {
18991
19095
  email?: SortOrder
18992
19096
  currency_id?: SortOrder
18993
19097
  wallet_id?: SortOrder
19098
+ wallet_queue_url?: SortOrder
19099
+ wallet_webhook_url?: SortOrder
18994
19100
  }
18995
19101
 
18996
19102
  export type PaymentAccountMaxOrderByAggregateInput = {
@@ -18999,6 +19105,8 @@ export namespace Prisma {
18999
19105
  email?: SortOrder
19000
19106
  currency_id?: SortOrder
19001
19107
  wallet_id?: SortOrder
19108
+ wallet_queue_url?: SortOrder
19109
+ wallet_webhook_url?: SortOrder
19002
19110
  }
19003
19111
 
19004
19112
  export type PaymentAccountMinOrderByAggregateInput = {
@@ -19007,6 +19115,8 @@ export namespace Prisma {
19007
19115
  email?: SortOrder
19008
19116
  currency_id?: SortOrder
19009
19117
  wallet_id?: SortOrder
19118
+ wallet_queue_url?: SortOrder
19119
+ wallet_webhook_url?: SortOrder
19010
19120
  }
19011
19121
 
19012
19122
  export type StringWithAggregatesFilter<$PrismaModel = never> = {
@@ -19274,6 +19384,8 @@ export namespace Prisma {
19274
19384
  account_id?: SortOrder
19275
19385
  customer_name?: SortOrder
19276
19386
  wallet_identifier?: SortOrder
19387
+ wallet_customer_email?: SortOrder
19388
+ wallet_customer_phone?: SortOrder
19277
19389
  account_number?: SortOrder
19278
19390
  email?: SortOrder
19279
19391
  balance?: SortOrder
@@ -19289,6 +19401,8 @@ export namespace Prisma {
19289
19401
  account_id?: SortOrder
19290
19402
  customer_name?: SortOrder
19291
19403
  wallet_identifier?: SortOrder
19404
+ wallet_customer_email?: SortOrder
19405
+ wallet_customer_phone?: SortOrder
19292
19406
  account_number?: SortOrder
19293
19407
  email?: SortOrder
19294
19408
  balance?: SortOrder
@@ -19304,6 +19418,8 @@ export namespace Prisma {
19304
19418
  account_id?: SortOrder
19305
19419
  customer_name?: SortOrder
19306
19420
  wallet_identifier?: SortOrder
19421
+ wallet_customer_email?: SortOrder
19422
+ wallet_customer_phone?: SortOrder
19307
19423
  account_number?: SortOrder
19308
19424
  email?: SortOrder
19309
19425
  balance?: SortOrder
@@ -20473,6 +20589,8 @@ export namespace Prisma {
20473
20589
  id?: string
20474
20590
  customer_name?: string | null
20475
20591
  wallet_identifier?: string | null
20592
+ wallet_customer_email?: string | null
20593
+ wallet_customer_phone?: string | null
20476
20594
  account_number?: string | null
20477
20595
  email?: string | null
20478
20596
  balance?: string
@@ -20487,6 +20605,8 @@ export namespace Prisma {
20487
20605
  id?: string
20488
20606
  customer_name?: string | null
20489
20607
  wallet_identifier?: string | null
20608
+ wallet_customer_email?: string | null
20609
+ wallet_customer_phone?: string | null
20490
20610
  account_number?: string | null
20491
20611
  email?: string | null
20492
20612
  balance?: string
@@ -20604,6 +20724,8 @@ export namespace Prisma {
20604
20724
  account_id?: StringFilter<"ManagedWallet"> | string
20605
20725
  customer_name?: StringNullableFilter<"ManagedWallet"> | string | null
20606
20726
  wallet_identifier?: StringNullableFilter<"ManagedWallet"> | string | null
20727
+ wallet_customer_email?: StringNullableFilter<"ManagedWallet"> | string | null
20728
+ wallet_customer_phone?: StringNullableFilter<"ManagedWallet"> | string | null
20607
20729
  account_number?: StringNullableFilter<"ManagedWallet"> | string | null
20608
20730
  email?: StringNullableFilter<"ManagedWallet"> | string | null
20609
20731
  balance?: StringFilter<"ManagedWallet"> | string
@@ -20677,6 +20799,8 @@ export namespace Prisma {
20677
20799
  account_number?: string | null
20678
20800
  email?: string | null
20679
20801
  wallet_id: string
20802
+ wallet_queue_url?: string | null
20803
+ wallet_webhook_url?: string | null
20680
20804
  managed_wallets?: ManagedWalletCreateNestedManyWithoutPayment_accountInput
20681
20805
  transactions?: TransactionCreateNestedManyWithoutAccountInput
20682
20806
  }
@@ -20686,6 +20810,8 @@ export namespace Prisma {
20686
20810
  account_number?: string | null
20687
20811
  email?: string | null
20688
20812
  wallet_id: string
20813
+ wallet_queue_url?: string | null
20814
+ wallet_webhook_url?: string | null
20689
20815
  managed_wallets?: ManagedWalletUncheckedCreateNestedManyWithoutPayment_accountInput
20690
20816
  transactions?: TransactionUncheckedCreateNestedManyWithoutAccountInput
20691
20817
  }
@@ -20752,6 +20878,8 @@ export namespace Prisma {
20752
20878
  email?: StringNullableFilter<"PaymentAccount"> | string | null
20753
20879
  currency_id?: StringFilter<"PaymentAccount"> | string
20754
20880
  wallet_id?: StringFilter<"PaymentAccount"> | string
20881
+ wallet_queue_url?: StringNullableFilter<"PaymentAccount"> | string | null
20882
+ wallet_webhook_url?: StringNullableFilter<"PaymentAccount"> | string | null
20755
20883
  }
20756
20884
 
20757
20885
  export type FundingCreateWithoutSender_account_informationInput = {
@@ -21059,6 +21187,8 @@ export namespace Prisma {
21059
21187
  account_number?: string | null
21060
21188
  email?: string | null
21061
21189
  wallet_id: string
21190
+ wallet_queue_url?: string | null
21191
+ wallet_webhook_url?: string | null
21062
21192
  currency: CurrencyCreateNestedOneWithoutAccountsInput
21063
21193
  transactions?: TransactionCreateNestedManyWithoutAccountInput
21064
21194
  }
@@ -21069,6 +21199,8 @@ export namespace Prisma {
21069
21199
  email?: string | null
21070
21200
  currency_id: string
21071
21201
  wallet_id: string
21202
+ wallet_queue_url?: string | null
21203
+ wallet_webhook_url?: string | null
21072
21204
  transactions?: TransactionUncheckedCreateNestedManyWithoutAccountInput
21073
21205
  }
21074
21206
 
@@ -21093,6 +21225,8 @@ export namespace Prisma {
21093
21225
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
21094
21226
  email?: NullableStringFieldUpdateOperationsInput | string | null
21095
21227
  wallet_id?: StringFieldUpdateOperationsInput | string
21228
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
21229
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
21096
21230
  currency?: CurrencyUpdateOneRequiredWithoutAccountsNestedInput
21097
21231
  transactions?: TransactionUpdateManyWithoutAccountNestedInput
21098
21232
  }
@@ -21103,6 +21237,8 @@ export namespace Prisma {
21103
21237
  email?: NullableStringFieldUpdateOperationsInput | string | null
21104
21238
  currency_id?: StringFieldUpdateOperationsInput | string
21105
21239
  wallet_id?: StringFieldUpdateOperationsInput | string
21240
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
21241
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
21106
21242
  transactions?: TransactionUncheckedUpdateManyWithoutAccountNestedInput
21107
21243
  }
21108
21244
 
@@ -21210,6 +21346,8 @@ export namespace Prisma {
21210
21346
  account_number?: string | null
21211
21347
  email?: string | null
21212
21348
  wallet_id: string
21349
+ wallet_queue_url?: string | null
21350
+ wallet_webhook_url?: string | null
21213
21351
  currency: CurrencyCreateNestedOneWithoutAccountsInput
21214
21352
  managed_wallets?: ManagedWalletCreateNestedManyWithoutPayment_accountInput
21215
21353
  }
@@ -21220,6 +21358,8 @@ export namespace Prisma {
21220
21358
  email?: string | null
21221
21359
  currency_id: string
21222
21360
  wallet_id: string
21361
+ wallet_queue_url?: string | null
21362
+ wallet_webhook_url?: string | null
21223
21363
  managed_wallets?: ManagedWalletUncheckedCreateNestedManyWithoutPayment_accountInput
21224
21364
  }
21225
21365
 
@@ -21385,6 +21525,8 @@ export namespace Prisma {
21385
21525
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
21386
21526
  email?: NullableStringFieldUpdateOperationsInput | string | null
21387
21527
  wallet_id?: StringFieldUpdateOperationsInput | string
21528
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
21529
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
21388
21530
  currency?: CurrencyUpdateOneRequiredWithoutAccountsNestedInput
21389
21531
  managed_wallets?: ManagedWalletUpdateManyWithoutPayment_accountNestedInput
21390
21532
  }
@@ -21395,6 +21537,8 @@ export namespace Prisma {
21395
21537
  email?: NullableStringFieldUpdateOperationsInput | string | null
21396
21538
  currency_id?: StringFieldUpdateOperationsInput | string
21397
21539
  wallet_id?: StringFieldUpdateOperationsInput | string
21540
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
21541
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
21398
21542
  managed_wallets?: ManagedWalletUncheckedUpdateManyWithoutPayment_accountNestedInput
21399
21543
  }
21400
21544
 
@@ -21926,6 +22070,8 @@ export namespace Prisma {
21926
22070
  id?: string
21927
22071
  customer_name?: string | null
21928
22072
  wallet_identifier?: string | null
22073
+ wallet_customer_email?: string | null
22074
+ wallet_customer_phone?: string | null
21929
22075
  account_number?: string | null
21930
22076
  email?: string | null
21931
22077
  balance?: string
@@ -21955,6 +22101,8 @@ export namespace Prisma {
21955
22101
  id?: StringFieldUpdateOperationsInput | string
21956
22102
  customer_name?: NullableStringFieldUpdateOperationsInput | string | null
21957
22103
  wallet_identifier?: NullableStringFieldUpdateOperationsInput | string | null
22104
+ wallet_customer_email?: NullableStringFieldUpdateOperationsInput | string | null
22105
+ wallet_customer_phone?: NullableStringFieldUpdateOperationsInput | string | null
21958
22106
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
21959
22107
  email?: NullableStringFieldUpdateOperationsInput | string | null
21960
22108
  balance?: StringFieldUpdateOperationsInput | string
@@ -21969,6 +22117,8 @@ export namespace Prisma {
21969
22117
  id?: StringFieldUpdateOperationsInput | string
21970
22118
  customer_name?: NullableStringFieldUpdateOperationsInput | string | null
21971
22119
  wallet_identifier?: NullableStringFieldUpdateOperationsInput | string | null
22120
+ wallet_customer_email?: NullableStringFieldUpdateOperationsInput | string | null
22121
+ wallet_customer_phone?: NullableStringFieldUpdateOperationsInput | string | null
21972
22122
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
21973
22123
  email?: NullableStringFieldUpdateOperationsInput | string | null
21974
22124
  balance?: StringFieldUpdateOperationsInput | string
@@ -21983,6 +22133,8 @@ export namespace Prisma {
21983
22133
  id?: StringFieldUpdateOperationsInput | string
21984
22134
  customer_name?: NullableStringFieldUpdateOperationsInput | string | null
21985
22135
  wallet_identifier?: NullableStringFieldUpdateOperationsInput | string | null
22136
+ wallet_customer_email?: NullableStringFieldUpdateOperationsInput | string | null
22137
+ wallet_customer_phone?: NullableStringFieldUpdateOperationsInput | string | null
21986
22138
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
21987
22139
  email?: NullableStringFieldUpdateOperationsInput | string | null
21988
22140
  balance?: StringFieldUpdateOperationsInput | string
@@ -22043,6 +22195,8 @@ export namespace Prisma {
22043
22195
  account_number?: string | null
22044
22196
  email?: string | null
22045
22197
  wallet_id: string
22198
+ wallet_queue_url?: string | null
22199
+ wallet_webhook_url?: string | null
22046
22200
  }
22047
22201
 
22048
22202
  export type GlobalPaymentProviderUpdateWithoutSupported_currenciesInput = {
@@ -22076,6 +22230,8 @@ export namespace Prisma {
22076
22230
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
22077
22231
  email?: NullableStringFieldUpdateOperationsInput | string | null
22078
22232
  wallet_id?: StringFieldUpdateOperationsInput | string
22233
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
22234
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
22079
22235
  managed_wallets?: ManagedWalletUpdateManyWithoutPayment_accountNestedInput
22080
22236
  transactions?: TransactionUpdateManyWithoutAccountNestedInput
22081
22237
  }
@@ -22085,6 +22241,8 @@ export namespace Prisma {
22085
22241
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
22086
22242
  email?: NullableStringFieldUpdateOperationsInput | string | null
22087
22243
  wallet_id?: StringFieldUpdateOperationsInput | string
22244
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
22245
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
22088
22246
  managed_wallets?: ManagedWalletUncheckedUpdateManyWithoutPayment_accountNestedInput
22089
22247
  transactions?: TransactionUncheckedUpdateManyWithoutAccountNestedInput
22090
22248
  }
@@ -22094,6 +22252,8 @@ export namespace Prisma {
22094
22252
  account_number?: NullableStringFieldUpdateOperationsInput | string | null
22095
22253
  email?: NullableStringFieldUpdateOperationsInput | string | null
22096
22254
  wallet_id?: StringFieldUpdateOperationsInput | string
22255
+ wallet_queue_url?: NullableStringFieldUpdateOperationsInput | string | null
22256
+ wallet_webhook_url?: NullableStringFieldUpdateOperationsInput | string | null
22097
22257
  }
22098
22258
 
22099
22259
  export type TransactionCreateManyProviderInput = {