@be-logixpair/api 0.1.0-rc6 → 0.1.0-rc8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +427 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -100566,6 +100566,7 @@ type Billing_ap_transactionsMinAggregateOutputType = {
|
|
|
100566
100566
|
logic_code: string | null;
|
|
100567
100567
|
transaction_number: string | null;
|
|
100568
100568
|
invoice_number: string | null;
|
|
100569
|
+
descriptions: string | null;
|
|
100569
100570
|
sub_transaction_amount: Decimal$1 | null;
|
|
100570
100571
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
100571
100572
|
tax_amount: Decimal$1 | null;
|
|
@@ -100606,6 +100607,7 @@ type Billing_ap_transactionsMaxAggregateOutputType = {
|
|
|
100606
100607
|
logic_code: string | null;
|
|
100607
100608
|
transaction_number: string | null;
|
|
100608
100609
|
invoice_number: string | null;
|
|
100610
|
+
descriptions: string | null;
|
|
100609
100611
|
sub_transaction_amount: Decimal$1 | null;
|
|
100610
100612
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
100611
100613
|
tax_amount: Decimal$1 | null;
|
|
@@ -100646,6 +100648,7 @@ type Billing_ap_transactionsCountAggregateOutputType = {
|
|
|
100646
100648
|
logic_code: number;
|
|
100647
100649
|
transaction_number: number;
|
|
100648
100650
|
invoice_number: number;
|
|
100651
|
+
descriptions: number;
|
|
100649
100652
|
sub_transaction_amount: number;
|
|
100650
100653
|
sub_transaction_local_amount: number;
|
|
100651
100654
|
tax_amount: number;
|
|
@@ -100707,6 +100710,7 @@ type Billing_ap_transactionsMinAggregateInputType = {
|
|
|
100707
100710
|
logic_code?: true;
|
|
100708
100711
|
transaction_number?: true;
|
|
100709
100712
|
invoice_number?: true;
|
|
100713
|
+
descriptions?: true;
|
|
100710
100714
|
sub_transaction_amount?: true;
|
|
100711
100715
|
sub_transaction_local_amount?: true;
|
|
100712
100716
|
tax_amount?: true;
|
|
@@ -100747,6 +100751,7 @@ type Billing_ap_transactionsMaxAggregateInputType = {
|
|
|
100747
100751
|
logic_code?: true;
|
|
100748
100752
|
transaction_number?: true;
|
|
100749
100753
|
invoice_number?: true;
|
|
100754
|
+
descriptions?: true;
|
|
100750
100755
|
sub_transaction_amount?: true;
|
|
100751
100756
|
sub_transaction_local_amount?: true;
|
|
100752
100757
|
tax_amount?: true;
|
|
@@ -100787,6 +100792,7 @@ type Billing_ap_transactionsCountAggregateInputType = {
|
|
|
100787
100792
|
logic_code?: true;
|
|
100788
100793
|
transaction_number?: true;
|
|
100789
100794
|
invoice_number?: true;
|
|
100795
|
+
descriptions?: true;
|
|
100790
100796
|
sub_transaction_amount?: true;
|
|
100791
100797
|
sub_transaction_local_amount?: true;
|
|
100792
100798
|
tax_amount?: true;
|
|
@@ -100902,6 +100908,7 @@ type Billing_ap_transactionsGroupByOutputType = {
|
|
|
100902
100908
|
logic_code: string | null;
|
|
100903
100909
|
transaction_number: string | null;
|
|
100904
100910
|
invoice_number: string | null;
|
|
100911
|
+
descriptions: string | null;
|
|
100905
100912
|
sub_transaction_amount: Decimal$1 | null;
|
|
100906
100913
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
100907
100914
|
tax_amount: Decimal$1 | null;
|
|
@@ -100951,6 +100958,7 @@ type billing_ap_transactionsWhereInput = {
|
|
|
100951
100958
|
logic_code?: StringNullableFilter<"billing_ap_transactions"> | string | null;
|
|
100952
100959
|
transaction_number?: StringNullableFilter<"billing_ap_transactions"> | string | null;
|
|
100953
100960
|
invoice_number?: StringNullableFilter<"billing_ap_transactions"> | string | null;
|
|
100961
|
+
descriptions?: StringNullableFilter<"billing_ap_transactions"> | string | null;
|
|
100954
100962
|
sub_transaction_amount?: DecimalNullableFilter<"billing_ap_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
100955
100963
|
sub_transaction_local_amount?: DecimalNullableFilter<"billing_ap_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
100956
100964
|
tax_amount?: DecimalNullableFilter<"billing_ap_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -101010,6 +101018,7 @@ type billing_ap_transactionsOrderByWithRelationInput = {
|
|
|
101010
101018
|
logic_code?: SortOrderInput | SortOrder;
|
|
101011
101019
|
transaction_number?: SortOrderInput | SortOrder;
|
|
101012
101020
|
invoice_number?: SortOrderInput | SortOrder;
|
|
101021
|
+
descriptions?: SortOrderInput | SortOrder;
|
|
101013
101022
|
sub_transaction_amount?: SortOrderInput | SortOrder;
|
|
101014
101023
|
sub_transaction_local_amount?: SortOrderInput | SortOrder;
|
|
101015
101024
|
tax_amount?: SortOrderInput | SortOrder;
|
|
@@ -101074,6 +101083,7 @@ type billing_ap_transactionsWhereUniqueInput = AtLeast<{
|
|
|
101074
101083
|
id_requisition_status?: UuidNullableFilter<"billing_ap_transactions"> | string | null;
|
|
101075
101084
|
id_payment_status?: UuidNullableFilter<"billing_ap_transactions"> | string | null;
|
|
101076
101085
|
invoice_number?: StringNullableFilter<"billing_ap_transactions"> | string | null;
|
|
101086
|
+
descriptions?: StringNullableFilter<"billing_ap_transactions"> | string | null;
|
|
101077
101087
|
sub_transaction_amount?: DecimalNullableFilter<"billing_ap_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
101078
101088
|
sub_transaction_local_amount?: DecimalNullableFilter<"billing_ap_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
101079
101089
|
tax_amount?: DecimalNullableFilter<"billing_ap_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -101131,6 +101141,7 @@ type billing_ap_transactionsOrderByWithAggregationInput = {
|
|
|
101131
101141
|
logic_code?: SortOrderInput | SortOrder;
|
|
101132
101142
|
transaction_number?: SortOrderInput | SortOrder;
|
|
101133
101143
|
invoice_number?: SortOrderInput | SortOrder;
|
|
101144
|
+
descriptions?: SortOrderInput | SortOrder;
|
|
101134
101145
|
sub_transaction_amount?: SortOrderInput | SortOrder;
|
|
101135
101146
|
sub_transaction_local_amount?: SortOrderInput | SortOrder;
|
|
101136
101147
|
tax_amount?: SortOrderInput | SortOrder;
|
|
@@ -101179,6 +101190,7 @@ type billing_ap_transactionsScalarWhereWithAggregatesInput = {
|
|
|
101179
101190
|
logic_code?: StringNullableWithAggregatesFilter<"billing_ap_transactions"> | string | null;
|
|
101180
101191
|
transaction_number?: StringNullableWithAggregatesFilter<"billing_ap_transactions"> | string | null;
|
|
101181
101192
|
invoice_number?: StringNullableWithAggregatesFilter<"billing_ap_transactions"> | string | null;
|
|
101193
|
+
descriptions?: StringNullableWithAggregatesFilter<"billing_ap_transactions"> | string | null;
|
|
101182
101194
|
sub_transaction_amount?: DecimalNullableWithAggregatesFilter<"billing_ap_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
101183
101195
|
sub_transaction_local_amount?: DecimalNullableWithAggregatesFilter<"billing_ap_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
101184
101196
|
tax_amount?: DecimalNullableWithAggregatesFilter<"billing_ap_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -101210,6 +101222,7 @@ type billing_ap_transactionsCreateInput = {
|
|
|
101210
101222
|
logic_code?: string | null;
|
|
101211
101223
|
transaction_number?: string | null;
|
|
101212
101224
|
invoice_number?: string | null;
|
|
101225
|
+
descriptions?: string | null;
|
|
101213
101226
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
101214
101227
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
101215
101228
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -101267,6 +101280,7 @@ type billing_ap_transactionsUncheckedCreateInput = {
|
|
|
101267
101280
|
logic_code?: string | null;
|
|
101268
101281
|
transaction_number?: string | null;
|
|
101269
101282
|
invoice_number?: string | null;
|
|
101283
|
+
descriptions?: string | null;
|
|
101270
101284
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
101271
101285
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
101272
101286
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -101306,6 +101320,7 @@ type billing_ap_transactionsUpdateInput = {
|
|
|
101306
101320
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
101307
101321
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
101308
101322
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
101323
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
101309
101324
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
101310
101325
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
101311
101326
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -101363,6 +101378,7 @@ type billing_ap_transactionsUncheckedUpdateInput = {
|
|
|
101363
101378
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
101364
101379
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
101365
101380
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
101381
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
101366
101382
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
101367
101383
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
101368
101384
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -101411,6 +101427,7 @@ type billing_ap_transactionsCreateManyInput = {
|
|
|
101411
101427
|
logic_code?: string | null;
|
|
101412
101428
|
transaction_number?: string | null;
|
|
101413
101429
|
invoice_number?: string | null;
|
|
101430
|
+
descriptions?: string | null;
|
|
101414
101431
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
101415
101432
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
101416
101433
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -101442,6 +101459,7 @@ type billing_ap_transactionsUpdateManyMutationInput = {
|
|
|
101442
101459
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
101443
101460
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
101444
101461
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
101462
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
101445
101463
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
101446
101464
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
101447
101465
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -101480,6 +101498,7 @@ type billing_ap_transactionsUncheckedUpdateManyInput = {
|
|
|
101480
101498
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
101481
101499
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
101482
101500
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
101501
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
101483
101502
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
101484
101503
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
101485
101504
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -101532,6 +101551,7 @@ type billing_ap_transactionsCountOrderByAggregateInput = {
|
|
|
101532
101551
|
logic_code?: SortOrder;
|
|
101533
101552
|
transaction_number?: SortOrder;
|
|
101534
101553
|
invoice_number?: SortOrder;
|
|
101554
|
+
descriptions?: SortOrder;
|
|
101535
101555
|
sub_transaction_amount?: SortOrder;
|
|
101536
101556
|
sub_transaction_local_amount?: SortOrder;
|
|
101537
101557
|
tax_amount?: SortOrder;
|
|
@@ -101582,6 +101602,7 @@ type billing_ap_transactionsMaxOrderByAggregateInput = {
|
|
|
101582
101602
|
logic_code?: SortOrder;
|
|
101583
101603
|
transaction_number?: SortOrder;
|
|
101584
101604
|
invoice_number?: SortOrder;
|
|
101605
|
+
descriptions?: SortOrder;
|
|
101585
101606
|
sub_transaction_amount?: SortOrder;
|
|
101586
101607
|
sub_transaction_local_amount?: SortOrder;
|
|
101587
101608
|
tax_amount?: SortOrder;
|
|
@@ -101622,6 +101643,7 @@ type billing_ap_transactionsMinOrderByAggregateInput = {
|
|
|
101622
101643
|
logic_code?: SortOrder;
|
|
101623
101644
|
transaction_number?: SortOrder;
|
|
101624
101645
|
invoice_number?: SortOrder;
|
|
101646
|
+
descriptions?: SortOrder;
|
|
101625
101647
|
sub_transaction_amount?: SortOrder;
|
|
101626
101648
|
sub_transaction_local_amount?: SortOrder;
|
|
101627
101649
|
tax_amount?: SortOrder;
|
|
@@ -102203,6 +102225,7 @@ type billing_ap_transactionsCreateWithoutForwarding_shipment_billingsInput = {
|
|
|
102203
102225
|
logic_code?: string | null;
|
|
102204
102226
|
transaction_number?: string | null;
|
|
102205
102227
|
invoice_number?: string | null;
|
|
102228
|
+
descriptions?: string | null;
|
|
102206
102229
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102207
102230
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102208
102231
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -102259,6 +102282,7 @@ type billing_ap_transactionsUncheckedCreateWithoutForwarding_shipment_billingsIn
|
|
|
102259
102282
|
logic_code?: string | null;
|
|
102260
102283
|
transaction_number?: string | null;
|
|
102261
102284
|
invoice_number?: string | null;
|
|
102285
|
+
descriptions?: string | null;
|
|
102262
102286
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102263
102287
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102264
102288
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -102326,6 +102350,7 @@ type billing_ap_transactionsScalarWhereInput = {
|
|
|
102326
102350
|
logic_code?: StringNullableFilter<"billing_ap_transactions"> | string | null;
|
|
102327
102351
|
transaction_number?: StringNullableFilter<"billing_ap_transactions"> | string | null;
|
|
102328
102352
|
invoice_number?: StringNullableFilter<"billing_ap_transactions"> | string | null;
|
|
102353
|
+
descriptions?: StringNullableFilter<"billing_ap_transactions"> | string | null;
|
|
102329
102354
|
sub_transaction_amount?: DecimalNullableFilter<"billing_ap_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102330
102355
|
sub_transaction_local_amount?: DecimalNullableFilter<"billing_ap_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102331
102356
|
tax_amount?: DecimalNullableFilter<"billing_ap_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -102357,6 +102382,7 @@ type billing_ap_transactionsCreateWithoutForwarding_shipment_billing_detailsInpu
|
|
|
102357
102382
|
logic_code?: string | null;
|
|
102358
102383
|
transaction_number?: string | null;
|
|
102359
102384
|
invoice_number?: string | null;
|
|
102385
|
+
descriptions?: string | null;
|
|
102360
102386
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102361
102387
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102362
102388
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -102413,6 +102439,7 @@ type billing_ap_transactionsUncheckedCreateWithoutForwarding_shipment_billing_de
|
|
|
102413
102439
|
logic_code?: string | null;
|
|
102414
102440
|
transaction_number?: string | null;
|
|
102415
102441
|
invoice_number?: string | null;
|
|
102442
|
+
descriptions?: string | null;
|
|
102416
102443
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102417
102444
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102418
102445
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -102464,6 +102491,7 @@ type billing_ap_transactionsUpdateWithoutForwarding_shipment_billing_detailsInpu
|
|
|
102464
102491
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
102465
102492
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
102466
102493
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
102494
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
102467
102495
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102468
102496
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102469
102497
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -102520,6 +102548,7 @@ type billing_ap_transactionsUncheckedUpdateWithoutForwarding_shipment_billing_de
|
|
|
102520
102548
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
102521
102549
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
102522
102550
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
102551
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
102523
102552
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102524
102553
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102525
102554
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -102558,6 +102587,7 @@ type billing_ap_transactionsCreateWithoutForwarding_consol_billing_detail_costsI
|
|
|
102558
102587
|
logic_code?: string | null;
|
|
102559
102588
|
transaction_number?: string | null;
|
|
102560
102589
|
invoice_number?: string | null;
|
|
102590
|
+
descriptions?: string | null;
|
|
102561
102591
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102562
102592
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102563
102593
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -102614,6 +102644,7 @@ type billing_ap_transactionsUncheckedCreateWithoutForwarding_consol_billing_deta
|
|
|
102614
102644
|
logic_code?: string | null;
|
|
102615
102645
|
transaction_number?: string | null;
|
|
102616
102646
|
invoice_number?: string | null;
|
|
102647
|
+
descriptions?: string | null;
|
|
102617
102648
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102618
102649
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102619
102650
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -102665,6 +102696,7 @@ type billing_ap_transactionsUpdateWithoutForwarding_consol_billing_detail_costsI
|
|
|
102665
102696
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
102666
102697
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
102667
102698
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
102699
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
102668
102700
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102669
102701
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102670
102702
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -102721,6 +102753,7 @@ type billing_ap_transactionsUncheckedUpdateWithoutForwarding_consol_billing_deta
|
|
|
102721
102753
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
102722
102754
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
102723
102755
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
102756
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
102724
102757
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102725
102758
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102726
102759
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -102759,6 +102792,7 @@ type billing_ap_transactionsCreateWithoutCancelling_transactionInput = {
|
|
|
102759
102792
|
logic_code?: string | null;
|
|
102760
102793
|
transaction_number?: string | null;
|
|
102761
102794
|
invoice_number?: string | null;
|
|
102795
|
+
descriptions?: string | null;
|
|
102762
102796
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102763
102797
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102764
102798
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -102815,6 +102849,7 @@ type billing_ap_transactionsUncheckedCreateWithoutCancelling_transactionInput =
|
|
|
102815
102849
|
logic_code?: string | null;
|
|
102816
102850
|
transaction_number?: string | null;
|
|
102817
102851
|
invoice_number?: string | null;
|
|
102852
|
+
descriptions?: string | null;
|
|
102818
102853
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102819
102854
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102820
102855
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -102857,6 +102892,7 @@ type billing_ap_transactionsCreateWithoutCancelled_transactionInput = {
|
|
|
102857
102892
|
logic_code?: string | null;
|
|
102858
102893
|
transaction_number?: string | null;
|
|
102859
102894
|
invoice_number?: string | null;
|
|
102895
|
+
descriptions?: string | null;
|
|
102860
102896
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102861
102897
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102862
102898
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -102913,6 +102949,7 @@ type billing_ap_transactionsUncheckedCreateWithoutCancelled_transactionInput = {
|
|
|
102913
102949
|
logic_code?: string | null;
|
|
102914
102950
|
transaction_number?: string | null;
|
|
102915
102951
|
invoice_number?: string | null;
|
|
102952
|
+
descriptions?: string | null;
|
|
102916
102953
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102917
102954
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102918
102955
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -102964,6 +103001,7 @@ type billing_ap_transactionsUpdateWithoutCancelling_transactionInput = {
|
|
|
102964
103001
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
102965
103002
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
102966
103003
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103004
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
102967
103005
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102968
103006
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
102969
103007
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103020,6 +103058,7 @@ type billing_ap_transactionsUncheckedUpdateWithoutCancelling_transactionInput =
|
|
|
103020
103058
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103021
103059
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103022
103060
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103061
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103023
103062
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103024
103063
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103025
103064
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103067,6 +103106,7 @@ type billing_ap_transactionsUpdateWithoutCancelled_transactionInput = {
|
|
|
103067
103106
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103068
103107
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103069
103108
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103109
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103070
103110
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103071
103111
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103072
103112
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103123,6 +103163,7 @@ type billing_ap_transactionsUncheckedUpdateWithoutCancelled_transactionInput = {
|
|
|
103123
103163
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103124
103164
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103125
103165
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103166
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103126
103167
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103127
103168
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103128
103169
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103161,6 +103202,7 @@ type billing_ap_transactionsCreateWithoutBilling_ap_transaction_linesInput = {
|
|
|
103161
103202
|
logic_code?: string | null;
|
|
103162
103203
|
transaction_number?: string | null;
|
|
103163
103204
|
invoice_number?: string | null;
|
|
103205
|
+
descriptions?: string | null;
|
|
103164
103206
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103165
103207
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103166
103208
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103217,6 +103259,7 @@ type billing_ap_transactionsUncheckedCreateWithoutBilling_ap_transaction_linesIn
|
|
|
103217
103259
|
logic_code?: string | null;
|
|
103218
103260
|
transaction_number?: string | null;
|
|
103219
103261
|
invoice_number?: string | null;
|
|
103262
|
+
descriptions?: string | null;
|
|
103220
103263
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103221
103264
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103222
103265
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103268,6 +103311,7 @@ type billing_ap_transactionsUpdateWithoutBilling_ap_transaction_linesInput = {
|
|
|
103268
103311
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103269
103312
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103270
103313
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103314
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103271
103315
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103272
103316
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103273
103317
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103324,6 +103368,7 @@ type billing_ap_transactionsUncheckedUpdateWithoutBilling_ap_transaction_linesIn
|
|
|
103324
103368
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103325
103369
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103326
103370
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103371
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103327
103372
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103328
103373
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103329
103374
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103362,6 +103407,7 @@ type billing_ap_transactionsCreateWithoutBilling_ap_transaction_logsInput = {
|
|
|
103362
103407
|
logic_code?: string | null;
|
|
103363
103408
|
transaction_number?: string | null;
|
|
103364
103409
|
invoice_number?: string | null;
|
|
103410
|
+
descriptions?: string | null;
|
|
103365
103411
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103366
103412
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103367
103413
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103418,6 +103464,7 @@ type billing_ap_transactionsUncheckedCreateWithoutBilling_ap_transaction_logsInp
|
|
|
103418
103464
|
logic_code?: string | null;
|
|
103419
103465
|
transaction_number?: string | null;
|
|
103420
103466
|
invoice_number?: string | null;
|
|
103467
|
+
descriptions?: string | null;
|
|
103421
103468
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103422
103469
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103423
103470
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103469,6 +103516,7 @@ type billing_ap_transactionsUpdateWithoutBilling_ap_transaction_logsInput = {
|
|
|
103469
103516
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103470
103517
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103471
103518
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103519
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103472
103520
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103473
103521
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103474
103522
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103525,6 +103573,7 @@ type billing_ap_transactionsUncheckedUpdateWithoutBilling_ap_transaction_logsInp
|
|
|
103525
103573
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103526
103574
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103527
103575
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103576
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103528
103577
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103529
103578
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103530
103579
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103563,6 +103612,7 @@ type billing_ap_transactionsCreateWithoutForwarding_consolInput = {
|
|
|
103563
103612
|
logic_code?: string | null;
|
|
103564
103613
|
transaction_number?: string | null;
|
|
103565
103614
|
invoice_number?: string | null;
|
|
103615
|
+
descriptions?: string | null;
|
|
103566
103616
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103567
103617
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103568
103618
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103618,6 +103668,7 @@ type billing_ap_transactionsUncheckedCreateWithoutForwarding_consolInput = {
|
|
|
103618
103668
|
logic_code?: string | null;
|
|
103619
103669
|
transaction_number?: string | null;
|
|
103620
103670
|
invoice_number?: string | null;
|
|
103671
|
+
descriptions?: string | null;
|
|
103621
103672
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103622
103673
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103623
103674
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103678,6 +103729,7 @@ type billing_ap_transactionsCreateWithoutForwarding_consol_edocInput = {
|
|
|
103678
103729
|
logic_code?: string | null;
|
|
103679
103730
|
transaction_number?: string | null;
|
|
103680
103731
|
invoice_number?: string | null;
|
|
103732
|
+
descriptions?: string | null;
|
|
103681
103733
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103682
103734
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103683
103735
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103734,6 +103786,7 @@ type billing_ap_transactionsUncheckedCreateWithoutForwarding_consol_edocInput =
|
|
|
103734
103786
|
logic_code?: string | null;
|
|
103735
103787
|
transaction_number?: string | null;
|
|
103736
103788
|
invoice_number?: string | null;
|
|
103789
|
+
descriptions?: string | null;
|
|
103737
103790
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103738
103791
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103739
103792
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103785,6 +103838,7 @@ type billing_ap_transactionsUpdateWithoutForwarding_consol_edocInput = {
|
|
|
103785
103838
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103786
103839
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103787
103840
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103841
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103788
103842
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103789
103843
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103790
103844
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103841,6 +103895,7 @@ type billing_ap_transactionsUncheckedUpdateWithoutForwarding_consol_edocInput =
|
|
|
103841
103895
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103842
103896
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103843
103897
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103898
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
103844
103899
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103845
103900
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103846
103901
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103879,6 +103934,7 @@ type billing_ap_transactionsCreateWithoutAccount_organizationInput = {
|
|
|
103879
103934
|
logic_code?: string | null;
|
|
103880
103935
|
transaction_number?: string | null;
|
|
103881
103936
|
invoice_number?: string | null;
|
|
103937
|
+
descriptions?: string | null;
|
|
103882
103938
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103883
103939
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103884
103940
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103934,6 +103990,7 @@ type billing_ap_transactionsUncheckedCreateWithoutAccount_organizationInput = {
|
|
|
103934
103990
|
logic_code?: string | null;
|
|
103935
103991
|
transaction_number?: string | null;
|
|
103936
103992
|
invoice_number?: string | null;
|
|
103993
|
+
descriptions?: string | null;
|
|
103937
103994
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103938
103995
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103939
103996
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -103994,6 +104051,7 @@ type billing_ap_transactionsCreateWithoutAccount_organization_addressInput = {
|
|
|
103994
104051
|
logic_code?: string | null;
|
|
103995
104052
|
transaction_number?: string | null;
|
|
103996
104053
|
invoice_number?: string | null;
|
|
104054
|
+
descriptions?: string | null;
|
|
103997
104055
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103998
104056
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
103999
104057
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -104049,6 +104107,7 @@ type billing_ap_transactionsUncheckedCreateWithoutAccount_organization_addressIn
|
|
|
104049
104107
|
logic_code?: string | null;
|
|
104050
104108
|
transaction_number?: string | null;
|
|
104051
104109
|
invoice_number?: string | null;
|
|
104110
|
+
descriptions?: string | null;
|
|
104052
104111
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104053
104112
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104054
104113
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -104109,6 +104168,7 @@ type billing_ap_transactionsCreateWithoutCurrencyInput = {
|
|
|
104109
104168
|
logic_code?: string | null;
|
|
104110
104169
|
transaction_number?: string | null;
|
|
104111
104170
|
invoice_number?: string | null;
|
|
104171
|
+
descriptions?: string | null;
|
|
104112
104172
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104113
104173
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104114
104174
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -104164,6 +104224,7 @@ type billing_ap_transactionsUncheckedCreateWithoutCurrencyInput = {
|
|
|
104164
104224
|
logic_code?: string | null;
|
|
104165
104225
|
transaction_number?: string | null;
|
|
104166
104226
|
invoice_number?: string | null;
|
|
104227
|
+
descriptions?: string | null;
|
|
104167
104228
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104168
104229
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104169
104230
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -104211,6 +104272,7 @@ type billing_ap_transactionsCreateWithoutLocal_currencyInput = {
|
|
|
104211
104272
|
logic_code?: string | null;
|
|
104212
104273
|
transaction_number?: string | null;
|
|
104213
104274
|
invoice_number?: string | null;
|
|
104275
|
+
descriptions?: string | null;
|
|
104214
104276
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104215
104277
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104216
104278
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -104266,6 +104328,7 @@ type billing_ap_transactionsUncheckedCreateWithoutLocal_currencyInput = {
|
|
|
104266
104328
|
logic_code?: string | null;
|
|
104267
104329
|
transaction_number?: string | null;
|
|
104268
104330
|
invoice_number?: string | null;
|
|
104331
|
+
descriptions?: string | null;
|
|
104269
104332
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104270
104333
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104271
104334
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -104339,6 +104402,7 @@ type billing_ap_transactionsCreateWithoutBilling_transaction_typeInput = {
|
|
|
104339
104402
|
logic_code?: string | null;
|
|
104340
104403
|
transaction_number?: string | null;
|
|
104341
104404
|
invoice_number?: string | null;
|
|
104405
|
+
descriptions?: string | null;
|
|
104342
104406
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104343
104407
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104344
104408
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -104394,6 +104458,7 @@ type billing_ap_transactionsUncheckedCreateWithoutBilling_transaction_typeInput
|
|
|
104394
104458
|
logic_code?: string | null;
|
|
104395
104459
|
transaction_number?: string | null;
|
|
104396
104460
|
invoice_number?: string | null;
|
|
104461
|
+
descriptions?: string | null;
|
|
104397
104462
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104398
104463
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104399
104464
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -104454,6 +104519,7 @@ type billing_ap_transactionsCreateWithoutRequisition_statusInput = {
|
|
|
104454
104519
|
logic_code?: string | null;
|
|
104455
104520
|
transaction_number?: string | null;
|
|
104456
104521
|
invoice_number?: string | null;
|
|
104522
|
+
descriptions?: string | null;
|
|
104457
104523
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104458
104524
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104459
104525
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -104509,6 +104575,7 @@ type billing_ap_transactionsUncheckedCreateWithoutRequisition_statusInput = {
|
|
|
104509
104575
|
logic_code?: string | null;
|
|
104510
104576
|
transaction_number?: string | null;
|
|
104511
104577
|
invoice_number?: string | null;
|
|
104578
|
+
descriptions?: string | null;
|
|
104512
104579
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104513
104580
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104514
104581
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -104569,6 +104636,7 @@ type billing_ap_transactionsCreateWithoutPayment_statusInput = {
|
|
|
104569
104636
|
logic_code?: string | null;
|
|
104570
104637
|
transaction_number?: string | null;
|
|
104571
104638
|
invoice_number?: string | null;
|
|
104639
|
+
descriptions?: string | null;
|
|
104572
104640
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104573
104641
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104574
104642
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -104624,6 +104692,7 @@ type billing_ap_transactionsUncheckedCreateWithoutPayment_statusInput = {
|
|
|
104624
104692
|
logic_code?: string | null;
|
|
104625
104693
|
transaction_number?: string | null;
|
|
104626
104694
|
invoice_number?: string | null;
|
|
104695
|
+
descriptions?: string | null;
|
|
104627
104696
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104628
104697
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104629
104698
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -104684,6 +104753,7 @@ type billing_ap_transactionsCreateWithoutBilling_cancellation_reasonInput = {
|
|
|
104684
104753
|
logic_code?: string | null;
|
|
104685
104754
|
transaction_number?: string | null;
|
|
104686
104755
|
invoice_number?: string | null;
|
|
104756
|
+
descriptions?: string | null;
|
|
104687
104757
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104688
104758
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104689
104759
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -104740,6 +104810,7 @@ type billing_ap_transactionsUncheckedCreateWithoutBilling_cancellation_reasonInp
|
|
|
104740
104810
|
logic_code?: string | null;
|
|
104741
104811
|
transaction_number?: string | null;
|
|
104742
104812
|
invoice_number?: string | null;
|
|
104813
|
+
descriptions?: string | null;
|
|
104743
104814
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104744
104815
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104745
104816
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -104799,6 +104870,7 @@ type billing_ap_transactionsCreateWithoutForwarding_shipment_edocInput = {
|
|
|
104799
104870
|
logic_code?: string | null;
|
|
104800
104871
|
transaction_number?: string | null;
|
|
104801
104872
|
invoice_number?: string | null;
|
|
104873
|
+
descriptions?: string | null;
|
|
104802
104874
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104803
104875
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104804
104876
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -104855,6 +104927,7 @@ type billing_ap_transactionsUncheckedCreateWithoutForwarding_shipment_edocInput
|
|
|
104855
104927
|
logic_code?: string | null;
|
|
104856
104928
|
transaction_number?: string | null;
|
|
104857
104929
|
invoice_number?: string | null;
|
|
104930
|
+
descriptions?: string | null;
|
|
104858
104931
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104859
104932
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104860
104933
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -104906,6 +104979,7 @@ type billing_ap_transactionsUpdateWithoutForwarding_shipment_edocInput = {
|
|
|
104906
104979
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
104907
104980
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
104908
104981
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
104982
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
104909
104983
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104910
104984
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104911
104985
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -104962,6 +105036,7 @@ type billing_ap_transactionsUncheckedUpdateWithoutForwarding_shipment_edocInput
|
|
|
104962
105036
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
104963
105037
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
104964
105038
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105039
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
104965
105040
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104966
105041
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
104967
105042
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105000,6 +105075,7 @@ type billing_ap_transactionsCreateWithoutAp_transaction_branchInput = {
|
|
|
105000
105075
|
logic_code?: string | null;
|
|
105001
105076
|
transaction_number?: string | null;
|
|
105002
105077
|
invoice_number?: string | null;
|
|
105078
|
+
descriptions?: string | null;
|
|
105003
105079
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105004
105080
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105005
105081
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105055,6 +105131,7 @@ type billing_ap_transactionsUncheckedCreateWithoutAp_transaction_branchInput = {
|
|
|
105055
105131
|
logic_code?: string | null;
|
|
105056
105132
|
transaction_number?: string | null;
|
|
105057
105133
|
invoice_number?: string | null;
|
|
105134
|
+
descriptions?: string | null;
|
|
105058
105135
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105059
105136
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105060
105137
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105115,6 +105192,7 @@ type billing_ap_transactionsUpdateWithoutForwarding_shipment_billingsInput = {
|
|
|
105115
105192
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105116
105193
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105117
105194
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105195
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105118
105196
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105119
105197
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105120
105198
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105171,6 +105249,7 @@ type billing_ap_transactionsUncheckedUpdateWithoutForwarding_shipment_billingsIn
|
|
|
105171
105249
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105172
105250
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105173
105251
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105252
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105174
105253
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105175
105254
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105176
105255
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105218,6 +105297,7 @@ type billing_ap_transactionsUncheckedUpdateManyWithoutForwarding_shipment_billin
|
|
|
105218
105297
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105219
105298
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105220
105299
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105300
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105221
105301
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105222
105302
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105223
105303
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105257,6 +105337,7 @@ type billing_ap_transactionsCreateManyForwarding_consolInput = {
|
|
|
105257
105337
|
logic_code?: string | null;
|
|
105258
105338
|
transaction_number?: string | null;
|
|
105259
105339
|
invoice_number?: string | null;
|
|
105340
|
+
descriptions?: string | null;
|
|
105260
105341
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105261
105342
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105262
105343
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105288,6 +105369,7 @@ type billing_ap_transactionsUpdateWithoutForwarding_consolInput = {
|
|
|
105288
105369
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105289
105370
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105290
105371
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105372
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105291
105373
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105292
105374
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105293
105375
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105343,6 +105425,7 @@ type billing_ap_transactionsUncheckedUpdateWithoutForwarding_consolInput = {
|
|
|
105343
105425
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105344
105426
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105345
105427
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105428
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105346
105429
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105347
105430
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105348
105431
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105390,6 +105473,7 @@ type billing_ap_transactionsUncheckedUpdateManyWithoutForwarding_consolInput = {
|
|
|
105390
105473
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105391
105474
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105392
105475
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105476
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105393
105477
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105394
105478
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105395
105479
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105429,6 +105513,7 @@ type billing_ap_transactionsCreateManyAccount_organizationInput = {
|
|
|
105429
105513
|
logic_code?: string | null;
|
|
105430
105514
|
transaction_number?: string | null;
|
|
105431
105515
|
invoice_number?: string | null;
|
|
105516
|
+
descriptions?: string | null;
|
|
105432
105517
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105433
105518
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105434
105519
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105460,6 +105545,7 @@ type billing_ap_transactionsUpdateWithoutAccount_organizationInput = {
|
|
|
105460
105545
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105461
105546
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105462
105547
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105548
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105463
105549
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105464
105550
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105465
105551
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105515,6 +105601,7 @@ type billing_ap_transactionsUncheckedUpdateWithoutAccount_organizationInput = {
|
|
|
105515
105601
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105516
105602
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105517
105603
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105604
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105518
105605
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105519
105606
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105520
105607
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105562,6 +105649,7 @@ type billing_ap_transactionsUncheckedUpdateManyWithoutAccount_organizationInput
|
|
|
105562
105649
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105563
105650
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105564
105651
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105652
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105565
105653
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105566
105654
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105567
105655
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105601,6 +105689,7 @@ type billing_ap_transactionsCreateManyAccount_organization_addressInput = {
|
|
|
105601
105689
|
logic_code?: string | null;
|
|
105602
105690
|
transaction_number?: string | null;
|
|
105603
105691
|
invoice_number?: string | null;
|
|
105692
|
+
descriptions?: string | null;
|
|
105604
105693
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105605
105694
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105606
105695
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105632,6 +105721,7 @@ type billing_ap_transactionsUpdateWithoutAccount_organization_addressInput = {
|
|
|
105632
105721
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105633
105722
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105634
105723
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105724
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105635
105725
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105636
105726
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105637
105727
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105687,6 +105777,7 @@ type billing_ap_transactionsUncheckedUpdateWithoutAccount_organization_addressIn
|
|
|
105687
105777
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105688
105778
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105689
105779
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105780
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105690
105781
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105691
105782
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105692
105783
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105734,6 +105825,7 @@ type billing_ap_transactionsUncheckedUpdateManyWithoutAccount_organization_addre
|
|
|
105734
105825
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105735
105826
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105736
105827
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105828
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105737
105829
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105738
105830
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105739
105831
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105773,6 +105865,7 @@ type billing_ap_transactionsCreateManyCurrencyInput = {
|
|
|
105773
105865
|
logic_code?: string | null;
|
|
105774
105866
|
transaction_number?: string | null;
|
|
105775
105867
|
invoice_number?: string | null;
|
|
105868
|
+
descriptions?: string | null;
|
|
105776
105869
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105777
105870
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105778
105871
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105812,6 +105905,7 @@ type billing_ap_transactionsCreateManyLocal_currencyInput = {
|
|
|
105812
105905
|
logic_code?: string | null;
|
|
105813
105906
|
transaction_number?: string | null;
|
|
105814
105907
|
invoice_number?: string | null;
|
|
105908
|
+
descriptions?: string | null;
|
|
105815
105909
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105816
105910
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105817
105911
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105843,6 +105937,7 @@ type billing_ap_transactionsUpdateWithoutCurrencyInput = {
|
|
|
105843
105937
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105844
105938
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105845
105939
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105940
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105846
105941
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105847
105942
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105848
105943
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105898,6 +105993,7 @@ type billing_ap_transactionsUncheckedUpdateWithoutCurrencyInput = {
|
|
|
105898
105993
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105899
105994
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105900
105995
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105996
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105901
105997
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105902
105998
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105903
105999
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105945,6 +106041,7 @@ type billing_ap_transactionsUncheckedUpdateManyWithoutCurrencyInput = {
|
|
|
105945
106041
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105946
106042
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105947
106043
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106044
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105948
106045
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105949
106046
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105950
106047
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -105976,6 +106073,7 @@ type billing_ap_transactionsUpdateWithoutLocal_currencyInput = {
|
|
|
105976
106073
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105977
106074
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105978
106075
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106076
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
105979
106077
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105980
106078
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
105981
106079
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106031,6 +106129,7 @@ type billing_ap_transactionsUncheckedUpdateWithoutLocal_currencyInput = {
|
|
|
106031
106129
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106032
106130
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106033
106131
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106132
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106034
106133
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106035
106134
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106036
106135
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106078,6 +106177,7 @@ type billing_ap_transactionsUncheckedUpdateManyWithoutLocal_currencyInput = {
|
|
|
106078
106177
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106079
106178
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106080
106179
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106180
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106081
106181
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106082
106182
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106083
106183
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106117,6 +106217,7 @@ type billing_ap_transactionsCreateManyBilling_transaction_typeInput = {
|
|
|
106117
106217
|
logic_code?: string | null;
|
|
106118
106218
|
transaction_number?: string | null;
|
|
106119
106219
|
invoice_number?: string | null;
|
|
106220
|
+
descriptions?: string | null;
|
|
106120
106221
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106121
106222
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106122
106223
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106148,6 +106249,7 @@ type billing_ap_transactionsUpdateWithoutBilling_transaction_typeInput = {
|
|
|
106148
106249
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106149
106250
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106150
106251
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106252
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106151
106253
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106152
106254
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106153
106255
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106203,6 +106305,7 @@ type billing_ap_transactionsUncheckedUpdateWithoutBilling_transaction_typeInput
|
|
|
106203
106305
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106204
106306
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106205
106307
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106308
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106206
106309
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106207
106310
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106208
106311
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106250,6 +106353,7 @@ type billing_ap_transactionsUncheckedUpdateManyWithoutBilling_transaction_typeIn
|
|
|
106250
106353
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106251
106354
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106252
106355
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106356
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106253
106357
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106254
106358
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106255
106359
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106289,6 +106393,7 @@ type billing_ap_transactionsCreateManyRequisition_statusInput = {
|
|
|
106289
106393
|
logic_code?: string | null;
|
|
106290
106394
|
transaction_number?: string | null;
|
|
106291
106395
|
invoice_number?: string | null;
|
|
106396
|
+
descriptions?: string | null;
|
|
106292
106397
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106293
106398
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106294
106399
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106320,6 +106425,7 @@ type billing_ap_transactionsUpdateWithoutRequisition_statusInput = {
|
|
|
106320
106425
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106321
106426
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106322
106427
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106428
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106323
106429
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106324
106430
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106325
106431
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106375,6 +106481,7 @@ type billing_ap_transactionsUncheckedUpdateWithoutRequisition_statusInput = {
|
|
|
106375
106481
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106376
106482
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106377
106483
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106484
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106378
106485
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106379
106486
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106380
106487
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106422,6 +106529,7 @@ type billing_ap_transactionsUncheckedUpdateManyWithoutRequisition_statusInput =
|
|
|
106422
106529
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106423
106530
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106424
106531
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106532
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106425
106533
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106426
106534
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106427
106535
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106461,6 +106569,7 @@ type billing_ap_transactionsCreateManyPayment_statusInput = {
|
|
|
106461
106569
|
logic_code?: string | null;
|
|
106462
106570
|
transaction_number?: string | null;
|
|
106463
106571
|
invoice_number?: string | null;
|
|
106572
|
+
descriptions?: string | null;
|
|
106464
106573
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106465
106574
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106466
106575
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106492,6 +106601,7 @@ type billing_ap_transactionsUpdateWithoutPayment_statusInput = {
|
|
|
106492
106601
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106493
106602
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106494
106603
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106604
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106495
106605
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106496
106606
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106497
106607
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106547,6 +106657,7 @@ type billing_ap_transactionsUncheckedUpdateWithoutPayment_statusInput = {
|
|
|
106547
106657
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106548
106658
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106549
106659
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106660
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106550
106661
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106551
106662
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106552
106663
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106594,6 +106705,7 @@ type billing_ap_transactionsUncheckedUpdateManyWithoutPayment_statusInput = {
|
|
|
106594
106705
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106595
106706
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106596
106707
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106708
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106597
106709
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106598
106710
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106599
106711
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106634,6 +106746,7 @@ type billing_ap_transactionsCreateManyBilling_cancellation_reasonInput = {
|
|
|
106634
106746
|
logic_code?: string | null;
|
|
106635
106747
|
transaction_number?: string | null;
|
|
106636
106748
|
invoice_number?: string | null;
|
|
106749
|
+
descriptions?: string | null;
|
|
106637
106750
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106638
106751
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106639
106752
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106664,6 +106777,7 @@ type billing_ap_transactionsUpdateWithoutBilling_cancellation_reasonInput = {
|
|
|
106664
106777
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106665
106778
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106666
106779
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106780
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106667
106781
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106668
106782
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106669
106783
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106720,6 +106834,7 @@ type billing_ap_transactionsUncheckedUpdateWithoutBilling_cancellation_reasonInp
|
|
|
106720
106834
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106721
106835
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106722
106836
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106837
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106723
106838
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106724
106839
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106725
106840
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106767,6 +106882,7 @@ type billing_ap_transactionsUncheckedUpdateManyWithoutBilling_cancellation_reaso
|
|
|
106767
106882
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106768
106883
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106769
106884
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106885
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106770
106886
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106771
106887
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106772
106888
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106805,6 +106921,7 @@ type billing_ap_transactionsCreateManyAp_transaction_branchInput = {
|
|
|
106805
106921
|
logic_code?: string | null;
|
|
106806
106922
|
transaction_number?: string | null;
|
|
106807
106923
|
invoice_number?: string | null;
|
|
106924
|
+
descriptions?: string | null;
|
|
106808
106925
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106809
106926
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106810
106927
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106836,6 +106953,7 @@ type billing_ap_transactionsUpdateWithoutAp_transaction_branchInput = {
|
|
|
106836
106953
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106837
106954
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106838
106955
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106956
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106839
106957
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106840
106958
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106841
106959
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106891,6 +107009,7 @@ type billing_ap_transactionsUncheckedUpdateWithoutAp_transaction_branchInput = {
|
|
|
106891
107009
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106892
107010
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106893
107011
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
107012
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106894
107013
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106895
107014
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106896
107015
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -106938,6 +107057,7 @@ type billing_ap_transactionsUncheckedUpdateManyWithoutAp_transaction_branchInput
|
|
|
106938
107057
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106939
107058
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106940
107059
|
invoice_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
107060
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
106941
107061
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106942
107062
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
106943
107063
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -107034,6 +107154,7 @@ type billing_ap_transactionsSelect<ExtArgs extends Types$1.Extensions.InternalAr
|
|
|
107034
107154
|
logic_code?: boolean;
|
|
107035
107155
|
transaction_number?: boolean;
|
|
107036
107156
|
invoice_number?: boolean;
|
|
107157
|
+
descriptions?: boolean;
|
|
107037
107158
|
sub_transaction_amount?: boolean;
|
|
107038
107159
|
sub_transaction_local_amount?: boolean;
|
|
107039
107160
|
tax_amount?: boolean;
|
|
@@ -107094,6 +107215,7 @@ type billing_ap_transactionsSelectCreateManyAndReturn<ExtArgs extends Types$1.Ex
|
|
|
107094
107215
|
logic_code?: boolean;
|
|
107095
107216
|
transaction_number?: boolean;
|
|
107096
107217
|
invoice_number?: boolean;
|
|
107218
|
+
descriptions?: boolean;
|
|
107097
107219
|
sub_transaction_amount?: boolean;
|
|
107098
107220
|
sub_transaction_local_amount?: boolean;
|
|
107099
107221
|
tax_amount?: boolean;
|
|
@@ -107145,6 +107267,7 @@ type billing_ap_transactionsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Ex
|
|
|
107145
107267
|
logic_code?: boolean;
|
|
107146
107268
|
transaction_number?: boolean;
|
|
107147
107269
|
invoice_number?: boolean;
|
|
107270
|
+
descriptions?: boolean;
|
|
107148
107271
|
sub_transaction_amount?: boolean;
|
|
107149
107272
|
sub_transaction_local_amount?: boolean;
|
|
107150
107273
|
tax_amount?: boolean;
|
|
@@ -107196,6 +107319,7 @@ type billing_ap_transactionsSelectScalar = {
|
|
|
107196
107319
|
logic_code?: boolean;
|
|
107197
107320
|
transaction_number?: boolean;
|
|
107198
107321
|
invoice_number?: boolean;
|
|
107322
|
+
descriptions?: boolean;
|
|
107199
107323
|
sub_transaction_amount?: boolean;
|
|
107200
107324
|
sub_transaction_local_amount?: boolean;
|
|
107201
107325
|
tax_amount?: boolean;
|
|
@@ -107222,7 +107346,7 @@ type billing_ap_transactionsSelectScalar = {
|
|
|
107222
107346
|
updated_at?: boolean;
|
|
107223
107347
|
updated_by?: boolean;
|
|
107224
107348
|
};
|
|
107225
|
-
type billing_ap_transactionsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_consol" | "id_ap_transaction_branch" | "id_account_organization" | "id_account_organization_address" | "id_transaction_type" | "id_currency" | "id_local_currency" | "id_requisition_status" | "id_payment_status" | "logic_code" | "transaction_number" | "invoice_number" | "sub_transaction_amount" | "sub_transaction_local_amount" | "tax_amount" | "tax_local_amount" | "transaction_amount" | "local_transaction_amount" | "outstanding_amount" | "tntd_days" | "post_date" | "invoice_date" | "due_date" | "fully_paid_date" | "requisition_date" | "is_active" | "id_ap_transaction_cancelled" | "cancelled_transaction_number" | "id_cancelled_reason" | "cancelled_reason_description" | "cancelled_at" | "cancelled_by" | "is_cancelled" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["billing_ap_transactions"]>;
|
|
107349
|
+
type billing_ap_transactionsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_consol" | "id_ap_transaction_branch" | "id_account_organization" | "id_account_organization_address" | "id_transaction_type" | "id_currency" | "id_local_currency" | "id_requisition_status" | "id_payment_status" | "logic_code" | "transaction_number" | "invoice_number" | "descriptions" | "sub_transaction_amount" | "sub_transaction_local_amount" | "tax_amount" | "tax_local_amount" | "transaction_amount" | "local_transaction_amount" | "outstanding_amount" | "tntd_days" | "post_date" | "invoice_date" | "due_date" | "fully_paid_date" | "requisition_date" | "is_active" | "id_ap_transaction_cancelled" | "cancelled_transaction_number" | "id_cancelled_reason" | "cancelled_reason_description" | "cancelled_at" | "cancelled_by" | "is_cancelled" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["billing_ap_transactions"]>;
|
|
107226
107350
|
type billing_ap_transactionsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
107227
107351
|
cancelled_transaction?: boolean | billing_ap_transactions$cancelled_transactionArgs<ExtArgs>;
|
|
107228
107352
|
cancelling_transaction?: boolean | billing_ap_transactions$cancelling_transactionArgs<ExtArgs>;
|
|
@@ -107308,6 +107432,7 @@ type $billing_ap_transactionsPayload<ExtArgs extends Types$1.Extensions.Internal
|
|
|
107308
107432
|
logic_code: string | null;
|
|
107309
107433
|
transaction_number: string | null;
|
|
107310
107434
|
invoice_number: string | null;
|
|
107435
|
+
descriptions: string | null;
|
|
107311
107436
|
sub_transaction_amount: Decimal$1 | null;
|
|
107312
107437
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
107313
107438
|
tax_amount: Decimal$1 | null;
|
|
@@ -107706,6 +107831,7 @@ interface billing_ap_transactionsFieldRefs {
|
|
|
107706
107831
|
readonly logic_code: FieldRef<"billing_ap_transactions", 'String'>;
|
|
107707
107832
|
readonly transaction_number: FieldRef<"billing_ap_transactions", 'String'>;
|
|
107708
107833
|
readonly invoice_number: FieldRef<"billing_ap_transactions", 'String'>;
|
|
107834
|
+
readonly descriptions: FieldRef<"billing_ap_transactions", 'String'>;
|
|
107709
107835
|
readonly sub_transaction_amount: FieldRef<"billing_ap_transactions", 'Decimal'>;
|
|
107710
107836
|
readonly sub_transaction_local_amount: FieldRef<"billing_ap_transactions", 'Decimal'>;
|
|
107711
107837
|
readonly tax_amount: FieldRef<"billing_ap_transactions", 'Decimal'>;
|
|
@@ -114468,6 +114594,7 @@ type Billing_ar_transactionsMinAggregateOutputType = {
|
|
|
114468
114594
|
id_compliance_sub_type: string | null;
|
|
114469
114595
|
logic_code: string | null;
|
|
114470
114596
|
transaction_number: string | null;
|
|
114597
|
+
descriptions: string | null;
|
|
114471
114598
|
sub_transaction_amount: Decimal$1 | null;
|
|
114472
114599
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
114473
114600
|
tax_amount: Decimal$1 | null;
|
|
@@ -114509,6 +114636,7 @@ type Billing_ar_transactionsMaxAggregateOutputType = {
|
|
|
114509
114636
|
id_compliance_sub_type: string | null;
|
|
114510
114637
|
logic_code: string | null;
|
|
114511
114638
|
transaction_number: string | null;
|
|
114639
|
+
descriptions: string | null;
|
|
114512
114640
|
sub_transaction_amount: Decimal$1 | null;
|
|
114513
114641
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
114514
114642
|
tax_amount: Decimal$1 | null;
|
|
@@ -114550,6 +114678,7 @@ type Billing_ar_transactionsCountAggregateOutputType = {
|
|
|
114550
114678
|
id_compliance_sub_type: number;
|
|
114551
114679
|
logic_code: number;
|
|
114552
114680
|
transaction_number: number;
|
|
114681
|
+
descriptions: number;
|
|
114553
114682
|
sub_transaction_amount: number;
|
|
114554
114683
|
sub_transaction_local_amount: number;
|
|
114555
114684
|
tax_amount: number;
|
|
@@ -114612,6 +114741,7 @@ type Billing_ar_transactionsMinAggregateInputType = {
|
|
|
114612
114741
|
id_compliance_sub_type?: true;
|
|
114613
114742
|
logic_code?: true;
|
|
114614
114743
|
transaction_number?: true;
|
|
114744
|
+
descriptions?: true;
|
|
114615
114745
|
sub_transaction_amount?: true;
|
|
114616
114746
|
sub_transaction_local_amount?: true;
|
|
114617
114747
|
tax_amount?: true;
|
|
@@ -114653,6 +114783,7 @@ type Billing_ar_transactionsMaxAggregateInputType = {
|
|
|
114653
114783
|
id_compliance_sub_type?: true;
|
|
114654
114784
|
logic_code?: true;
|
|
114655
114785
|
transaction_number?: true;
|
|
114786
|
+
descriptions?: true;
|
|
114656
114787
|
sub_transaction_amount?: true;
|
|
114657
114788
|
sub_transaction_local_amount?: true;
|
|
114658
114789
|
tax_amount?: true;
|
|
@@ -114694,6 +114825,7 @@ type Billing_ar_transactionsCountAggregateInputType = {
|
|
|
114694
114825
|
id_compliance_sub_type?: true;
|
|
114695
114826
|
logic_code?: true;
|
|
114696
114827
|
transaction_number?: true;
|
|
114828
|
+
descriptions?: true;
|
|
114697
114829
|
sub_transaction_amount?: true;
|
|
114698
114830
|
sub_transaction_local_amount?: true;
|
|
114699
114831
|
tax_amount?: true;
|
|
@@ -114810,6 +114942,7 @@ type Billing_ar_transactionsGroupByOutputType = {
|
|
|
114810
114942
|
id_compliance_sub_type: string | null;
|
|
114811
114943
|
logic_code: string | null;
|
|
114812
114944
|
transaction_number: string | null;
|
|
114945
|
+
descriptions: string | null;
|
|
114813
114946
|
sub_transaction_amount: Decimal$1 | null;
|
|
114814
114947
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
114815
114948
|
tax_amount: Decimal$1 | null;
|
|
@@ -114860,6 +114993,7 @@ type billing_ar_transactionsWhereInput = {
|
|
|
114860
114993
|
id_compliance_sub_type?: UuidNullableFilter<"billing_ar_transactions"> | string | null;
|
|
114861
114994
|
logic_code?: StringNullableFilter<"billing_ar_transactions"> | string | null;
|
|
114862
114995
|
transaction_number?: StringNullableFilter<"billing_ar_transactions"> | string | null;
|
|
114996
|
+
descriptions?: StringNullableFilter<"billing_ar_transactions"> | string | null;
|
|
114863
114997
|
sub_transaction_amount?: DecimalNullableFilter<"billing_ar_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
114864
114998
|
sub_transaction_local_amount?: DecimalNullableFilter<"billing_ar_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
114865
114999
|
tax_amount?: DecimalNullableFilter<"billing_ar_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -114919,6 +115053,7 @@ type billing_ar_transactionsOrderByWithRelationInput = {
|
|
|
114919
115053
|
id_compliance_sub_type?: SortOrderInput | SortOrder;
|
|
114920
115054
|
logic_code?: SortOrderInput | SortOrder;
|
|
114921
115055
|
transaction_number?: SortOrderInput | SortOrder;
|
|
115056
|
+
descriptions?: SortOrderInput | SortOrder;
|
|
114922
115057
|
sub_transaction_amount?: SortOrderInput | SortOrder;
|
|
114923
115058
|
sub_transaction_local_amount?: SortOrderInput | SortOrder;
|
|
114924
115059
|
tax_amount?: SortOrderInput | SortOrder;
|
|
@@ -114983,6 +115118,7 @@ type billing_ar_transactionsWhereUniqueInput = AtLeast<{
|
|
|
114983
115118
|
id_agreed_payment_method?: UuidNullableFilter<"billing_ar_transactions"> | string | null;
|
|
114984
115119
|
id_payment_status?: UuidNullableFilter<"billing_ar_transactions"> | string | null;
|
|
114985
115120
|
id_compliance_sub_type?: UuidNullableFilter<"billing_ar_transactions"> | string | null;
|
|
115121
|
+
descriptions?: StringNullableFilter<"billing_ar_transactions"> | string | null;
|
|
114986
115122
|
sub_transaction_amount?: DecimalNullableFilter<"billing_ar_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
114987
115123
|
sub_transaction_local_amount?: DecimalNullableFilter<"billing_ar_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
114988
115124
|
tax_amount?: DecimalNullableFilter<"billing_ar_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -115040,6 +115176,7 @@ type billing_ar_transactionsOrderByWithAggregationInput = {
|
|
|
115040
115176
|
id_compliance_sub_type?: SortOrderInput | SortOrder;
|
|
115041
115177
|
logic_code?: SortOrderInput | SortOrder;
|
|
115042
115178
|
transaction_number?: SortOrderInput | SortOrder;
|
|
115179
|
+
descriptions?: SortOrderInput | SortOrder;
|
|
115043
115180
|
sub_transaction_amount?: SortOrderInput | SortOrder;
|
|
115044
115181
|
sub_transaction_local_amount?: SortOrderInput | SortOrder;
|
|
115045
115182
|
tax_amount?: SortOrderInput | SortOrder;
|
|
@@ -115089,6 +115226,7 @@ type billing_ar_transactionsScalarWhereWithAggregatesInput = {
|
|
|
115089
115226
|
id_compliance_sub_type?: UuidNullableWithAggregatesFilter<"billing_ar_transactions"> | string | null;
|
|
115090
115227
|
logic_code?: StringNullableWithAggregatesFilter<"billing_ar_transactions"> | string | null;
|
|
115091
115228
|
transaction_number?: StringNullableWithAggregatesFilter<"billing_ar_transactions"> | string | null;
|
|
115229
|
+
descriptions?: StringNullableWithAggregatesFilter<"billing_ar_transactions"> | string | null;
|
|
115092
115230
|
sub_transaction_amount?: DecimalNullableWithAggregatesFilter<"billing_ar_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
115093
115231
|
sub_transaction_local_amount?: DecimalNullableWithAggregatesFilter<"billing_ar_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
115094
115232
|
tax_amount?: DecimalNullableWithAggregatesFilter<"billing_ar_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -115118,6 +115256,7 @@ type billing_ar_transactionsCreateInput = {
|
|
|
115118
115256
|
id?: string;
|
|
115119
115257
|
logic_code?: string | null;
|
|
115120
115258
|
transaction_number?: string | null;
|
|
115259
|
+
descriptions?: string | null;
|
|
115121
115260
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
115122
115261
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
115123
115262
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -115175,6 +115314,7 @@ type billing_ar_transactionsUncheckedCreateInput = {
|
|
|
115175
115314
|
id_compliance_sub_type?: string | null;
|
|
115176
115315
|
logic_code?: string | null;
|
|
115177
115316
|
transaction_number?: string | null;
|
|
115317
|
+
descriptions?: string | null;
|
|
115178
115318
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
115179
115319
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
115180
115320
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -115208,6 +115348,7 @@ type billing_ar_transactionsUpdateInput = {
|
|
|
115208
115348
|
id?: StringFieldUpdateOperationsInput | string;
|
|
115209
115349
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
115210
115350
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
115351
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
115211
115352
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
115212
115353
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
115213
115354
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -115265,6 +115406,7 @@ type billing_ar_transactionsUncheckedUpdateInput = {
|
|
|
115265
115406
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
115266
115407
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
115267
115408
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
115409
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
115268
115410
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
115269
115411
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
115270
115412
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -115310,6 +115452,7 @@ type billing_ar_transactionsCreateManyInput = {
|
|
|
115310
115452
|
id_compliance_sub_type?: string | null;
|
|
115311
115453
|
logic_code?: string | null;
|
|
115312
115454
|
transaction_number?: string | null;
|
|
115455
|
+
descriptions?: string | null;
|
|
115313
115456
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
115314
115457
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
115315
115458
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -115339,6 +115482,7 @@ type billing_ar_transactionsUpdateManyMutationInput = {
|
|
|
115339
115482
|
id?: StringFieldUpdateOperationsInput | string;
|
|
115340
115483
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
115341
115484
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
115485
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
115342
115486
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
115343
115487
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
115344
115488
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -115378,6 +115522,7 @@ type billing_ar_transactionsUncheckedUpdateManyInput = {
|
|
|
115378
115522
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
115379
115523
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
115380
115524
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
115525
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
115381
115526
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
115382
115527
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
115383
115528
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -115431,6 +115576,7 @@ type billing_ar_transactionsCountOrderByAggregateInput = {
|
|
|
115431
115576
|
id_compliance_sub_type?: SortOrder;
|
|
115432
115577
|
logic_code?: SortOrder;
|
|
115433
115578
|
transaction_number?: SortOrder;
|
|
115579
|
+
descriptions?: SortOrder;
|
|
115434
115580
|
sub_transaction_amount?: SortOrder;
|
|
115435
115581
|
sub_transaction_local_amount?: SortOrder;
|
|
115436
115582
|
tax_amount?: SortOrder;
|
|
@@ -115482,6 +115628,7 @@ type billing_ar_transactionsMaxOrderByAggregateInput = {
|
|
|
115482
115628
|
id_compliance_sub_type?: SortOrder;
|
|
115483
115629
|
logic_code?: SortOrder;
|
|
115484
115630
|
transaction_number?: SortOrder;
|
|
115631
|
+
descriptions?: SortOrder;
|
|
115485
115632
|
sub_transaction_amount?: SortOrder;
|
|
115486
115633
|
sub_transaction_local_amount?: SortOrder;
|
|
115487
115634
|
tax_amount?: SortOrder;
|
|
@@ -115523,6 +115670,7 @@ type billing_ar_transactionsMinOrderByAggregateInput = {
|
|
|
115523
115670
|
id_compliance_sub_type?: SortOrder;
|
|
115524
115671
|
logic_code?: SortOrder;
|
|
115525
115672
|
transaction_number?: SortOrder;
|
|
115673
|
+
descriptions?: SortOrder;
|
|
115526
115674
|
sub_transaction_amount?: SortOrder;
|
|
115527
115675
|
sub_transaction_local_amount?: SortOrder;
|
|
115528
115676
|
tax_amount?: SortOrder;
|
|
@@ -116140,6 +116288,7 @@ type billing_ar_transactionsCreateWithoutForwarding_shipment_billingInput = {
|
|
|
116140
116288
|
id?: string;
|
|
116141
116289
|
logic_code?: string | null;
|
|
116142
116290
|
transaction_number?: string | null;
|
|
116291
|
+
descriptions?: string | null;
|
|
116143
116292
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116144
116293
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116145
116294
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -116195,6 +116344,7 @@ type billing_ar_transactionsUncheckedCreateWithoutForwarding_shipment_billingInp
|
|
|
116195
116344
|
id_compliance_sub_type?: string | null;
|
|
116196
116345
|
logic_code?: string | null;
|
|
116197
116346
|
transaction_number?: string | null;
|
|
116347
|
+
descriptions?: string | null;
|
|
116198
116348
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116199
116349
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116200
116350
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -116264,6 +116414,7 @@ type billing_ar_transactionsScalarWhereInput = {
|
|
|
116264
116414
|
id_compliance_sub_type?: UuidNullableFilter<"billing_ar_transactions"> | string | null;
|
|
116265
116415
|
logic_code?: StringNullableFilter<"billing_ar_transactions"> | string | null;
|
|
116266
116416
|
transaction_number?: StringNullableFilter<"billing_ar_transactions"> | string | null;
|
|
116417
|
+
descriptions?: StringNullableFilter<"billing_ar_transactions"> | string | null;
|
|
116267
116418
|
sub_transaction_amount?: DecimalNullableFilter<"billing_ar_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116268
116419
|
sub_transaction_local_amount?: DecimalNullableFilter<"billing_ar_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116269
116420
|
tax_amount?: DecimalNullableFilter<"billing_ar_transactions"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -116293,6 +116444,7 @@ type billing_ar_transactionsCreateWithoutForwarding_shipment_billing_detailsInpu
|
|
|
116293
116444
|
id?: string;
|
|
116294
116445
|
logic_code?: string | null;
|
|
116295
116446
|
transaction_number?: string | null;
|
|
116447
|
+
descriptions?: string | null;
|
|
116296
116448
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116297
116449
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116298
116450
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -116349,6 +116501,7 @@ type billing_ar_transactionsUncheckedCreateWithoutForwarding_shipment_billing_de
|
|
|
116349
116501
|
id_compliance_sub_type?: string | null;
|
|
116350
116502
|
logic_code?: string | null;
|
|
116351
116503
|
transaction_number?: string | null;
|
|
116504
|
+
descriptions?: string | null;
|
|
116352
116505
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116353
116506
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116354
116507
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -116394,6 +116547,7 @@ type billing_ar_transactionsUpdateWithoutForwarding_shipment_billing_detailsInpu
|
|
|
116394
116547
|
id?: StringFieldUpdateOperationsInput | string;
|
|
116395
116548
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116396
116549
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116550
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116397
116551
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116398
116552
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116399
116553
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -116450,6 +116604,7 @@ type billing_ar_transactionsUncheckedUpdateWithoutForwarding_shipment_billing_de
|
|
|
116450
116604
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116451
116605
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116452
116606
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116607
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116453
116608
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116454
116609
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116455
116610
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -116482,6 +116637,7 @@ type billing_ar_transactionsCreateWithoutCancelling_transactionInput = {
|
|
|
116482
116637
|
id?: string;
|
|
116483
116638
|
logic_code?: string | null;
|
|
116484
116639
|
transaction_number?: string | null;
|
|
116640
|
+
descriptions?: string | null;
|
|
116485
116641
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116486
116642
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116487
116643
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -116538,6 +116694,7 @@ type billing_ar_transactionsUncheckedCreateWithoutCancelling_transactionInput =
|
|
|
116538
116694
|
id_compliance_sub_type?: string | null;
|
|
116539
116695
|
logic_code?: string | null;
|
|
116540
116696
|
transaction_number?: string | null;
|
|
116697
|
+
descriptions?: string | null;
|
|
116541
116698
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116542
116699
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116543
116700
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -116574,6 +116731,7 @@ type billing_ar_transactionsCreateWithoutCancelled_transactionInput = {
|
|
|
116574
116731
|
id?: string;
|
|
116575
116732
|
logic_code?: string | null;
|
|
116576
116733
|
transaction_number?: string | null;
|
|
116734
|
+
descriptions?: string | null;
|
|
116577
116735
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116578
116736
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116579
116737
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -116630,6 +116788,7 @@ type billing_ar_transactionsUncheckedCreateWithoutCancelled_transactionInput = {
|
|
|
116630
116788
|
id_compliance_sub_type?: string | null;
|
|
116631
116789
|
logic_code?: string | null;
|
|
116632
116790
|
transaction_number?: string | null;
|
|
116791
|
+
descriptions?: string | null;
|
|
116633
116792
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116634
116793
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116635
116794
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -116675,6 +116834,7 @@ type billing_ar_transactionsUpdateWithoutCancelling_transactionInput = {
|
|
|
116675
116834
|
id?: StringFieldUpdateOperationsInput | string;
|
|
116676
116835
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116677
116836
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116837
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116678
116838
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116679
116839
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116680
116840
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -116731,6 +116891,7 @@ type billing_ar_transactionsUncheckedUpdateWithoutCancelling_transactionInput =
|
|
|
116731
116891
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116732
116892
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116733
116893
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116894
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116734
116895
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116735
116896
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116736
116897
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -116772,6 +116933,7 @@ type billing_ar_transactionsUpdateWithoutCancelled_transactionInput = {
|
|
|
116772
116933
|
id?: StringFieldUpdateOperationsInput | string;
|
|
116773
116934
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116774
116935
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116936
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116775
116937
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116776
116938
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116777
116939
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -116828,6 +116990,7 @@ type billing_ar_transactionsUncheckedUpdateWithoutCancelled_transactionInput = {
|
|
|
116828
116990
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116829
116991
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116830
116992
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116993
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116831
116994
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116832
116995
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116833
116996
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -116860,6 +117023,7 @@ type billing_ar_transactionsCreateWithoutBilling_ar_transaction_linesInput = {
|
|
|
116860
117023
|
id?: string;
|
|
116861
117024
|
logic_code?: string | null;
|
|
116862
117025
|
transaction_number?: string | null;
|
|
117026
|
+
descriptions?: string | null;
|
|
116863
117027
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116864
117028
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116865
117029
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -116916,6 +117080,7 @@ type billing_ar_transactionsUncheckedCreateWithoutBilling_ar_transaction_linesIn
|
|
|
116916
117080
|
id_compliance_sub_type?: string | null;
|
|
116917
117081
|
logic_code?: string | null;
|
|
116918
117082
|
transaction_number?: string | null;
|
|
117083
|
+
descriptions?: string | null;
|
|
116919
117084
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116920
117085
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116921
117086
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -116961,6 +117126,7 @@ type billing_ar_transactionsUpdateWithoutBilling_ar_transaction_linesInput = {
|
|
|
116961
117126
|
id?: StringFieldUpdateOperationsInput | string;
|
|
116962
117127
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116963
117128
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
117129
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
116964
117130
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116965
117131
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
116966
117132
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -117017,6 +117183,7 @@ type billing_ar_transactionsUncheckedUpdateWithoutBilling_ar_transaction_linesIn
|
|
|
117017
117183
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
117018
117184
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
117019
117185
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
117186
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
117020
117187
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117021
117188
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117022
117189
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -117049,6 +117216,7 @@ type billing_ar_transactionsCreateWithoutBilling_ar_transaction_logsInput = {
|
|
|
117049
117216
|
id?: string;
|
|
117050
117217
|
logic_code?: string | null;
|
|
117051
117218
|
transaction_number?: string | null;
|
|
117219
|
+
descriptions?: string | null;
|
|
117052
117220
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117053
117221
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117054
117222
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -117105,6 +117273,7 @@ type billing_ar_transactionsUncheckedCreateWithoutBilling_ar_transaction_logsInp
|
|
|
117105
117273
|
id_compliance_sub_type?: string | null;
|
|
117106
117274
|
logic_code?: string | null;
|
|
117107
117275
|
transaction_number?: string | null;
|
|
117276
|
+
descriptions?: string | null;
|
|
117108
117277
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117109
117278
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117110
117279
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -117150,6 +117319,7 @@ type billing_ar_transactionsUpdateWithoutBilling_ar_transaction_logsInput = {
|
|
|
117150
117319
|
id?: StringFieldUpdateOperationsInput | string;
|
|
117151
117320
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
117152
117321
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
117322
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
117153
117323
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117154
117324
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117155
117325
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -117206,6 +117376,7 @@ type billing_ar_transactionsUncheckedUpdateWithoutBilling_ar_transaction_logsInp
|
|
|
117206
117376
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
117207
117377
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
117208
117378
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
117379
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
117209
117380
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117210
117381
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117211
117382
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -117238,6 +117409,7 @@ type billing_ar_transactionsCreateWithoutForwarding_consolInput = {
|
|
|
117238
117409
|
id?: string;
|
|
117239
117410
|
logic_code?: string | null;
|
|
117240
117411
|
transaction_number?: string | null;
|
|
117412
|
+
descriptions?: string | null;
|
|
117241
117413
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117242
117414
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117243
117415
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -117293,6 +117465,7 @@ type billing_ar_transactionsUncheckedCreateWithoutForwarding_consolInput = {
|
|
|
117293
117465
|
id_compliance_sub_type?: string | null;
|
|
117294
117466
|
logic_code?: string | null;
|
|
117295
117467
|
transaction_number?: string | null;
|
|
117468
|
+
descriptions?: string | null;
|
|
117296
117469
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117297
117470
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117298
117471
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -117347,6 +117520,7 @@ type billing_ar_transactionsCreateWithoutAccount_organizationInput = {
|
|
|
117347
117520
|
id?: string;
|
|
117348
117521
|
logic_code?: string | null;
|
|
117349
117522
|
transaction_number?: string | null;
|
|
117523
|
+
descriptions?: string | null;
|
|
117350
117524
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117351
117525
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117352
117526
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -117402,6 +117576,7 @@ type billing_ar_transactionsUncheckedCreateWithoutAccount_organizationInput = {
|
|
|
117402
117576
|
id_compliance_sub_type?: string | null;
|
|
117403
117577
|
logic_code?: string | null;
|
|
117404
117578
|
transaction_number?: string | null;
|
|
117579
|
+
descriptions?: string | null;
|
|
117405
117580
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117406
117581
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117407
117582
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -117456,6 +117631,7 @@ type billing_ar_transactionsCreateWithoutAccount_organization_addressInput = {
|
|
|
117456
117631
|
id?: string;
|
|
117457
117632
|
logic_code?: string | null;
|
|
117458
117633
|
transaction_number?: string | null;
|
|
117634
|
+
descriptions?: string | null;
|
|
117459
117635
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117460
117636
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117461
117637
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -117511,6 +117687,7 @@ type billing_ar_transactionsUncheckedCreateWithoutAccount_organization_addressIn
|
|
|
117511
117687
|
id_compliance_sub_type?: string | null;
|
|
117512
117688
|
logic_code?: string | null;
|
|
117513
117689
|
transaction_number?: string | null;
|
|
117690
|
+
descriptions?: string | null;
|
|
117514
117691
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117515
117692
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117516
117693
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -117565,6 +117742,7 @@ type billing_ar_transactionsCreateWithoutAgreed_payment_methodInput = {
|
|
|
117565
117742
|
id?: string;
|
|
117566
117743
|
logic_code?: string | null;
|
|
117567
117744
|
transaction_number?: string | null;
|
|
117745
|
+
descriptions?: string | null;
|
|
117568
117746
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117569
117747
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117570
117748
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -117620,6 +117798,7 @@ type billing_ar_transactionsUncheckedCreateWithoutAgreed_payment_methodInput = {
|
|
|
117620
117798
|
id_compliance_sub_type?: string | null;
|
|
117621
117799
|
logic_code?: string | null;
|
|
117622
117800
|
transaction_number?: string | null;
|
|
117801
|
+
descriptions?: string | null;
|
|
117623
117802
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117624
117803
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117625
117804
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -117674,6 +117853,7 @@ type billing_ar_transactionsCreateWithoutCurrencyInput = {
|
|
|
117674
117853
|
id?: string;
|
|
117675
117854
|
logic_code?: string | null;
|
|
117676
117855
|
transaction_number?: string | null;
|
|
117856
|
+
descriptions?: string | null;
|
|
117677
117857
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117678
117858
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117679
117859
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -117729,6 +117909,7 @@ type billing_ar_transactionsUncheckedCreateWithoutCurrencyInput = {
|
|
|
117729
117909
|
id_compliance_sub_type?: string | null;
|
|
117730
117910
|
logic_code?: string | null;
|
|
117731
117911
|
transaction_number?: string | null;
|
|
117912
|
+
descriptions?: string | null;
|
|
117732
117913
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117733
117914
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117734
117915
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -117770,6 +117951,7 @@ type billing_ar_transactionsCreateWithoutLocal_currencyInput = {
|
|
|
117770
117951
|
id?: string;
|
|
117771
117952
|
logic_code?: string | null;
|
|
117772
117953
|
transaction_number?: string | null;
|
|
117954
|
+
descriptions?: string | null;
|
|
117773
117955
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117774
117956
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117775
117957
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -117825,6 +118007,7 @@ type billing_ar_transactionsUncheckedCreateWithoutLocal_currencyInput = {
|
|
|
117825
118007
|
id_compliance_sub_type?: string | null;
|
|
117826
118008
|
logic_code?: string | null;
|
|
117827
118009
|
transaction_number?: string | null;
|
|
118010
|
+
descriptions?: string | null;
|
|
117828
118011
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117829
118012
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117830
118013
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -117892,6 +118075,7 @@ type billing_ar_transactionsCreateWithoutInvoice_typeInput = {
|
|
|
117892
118075
|
id?: string;
|
|
117893
118076
|
logic_code?: string | null;
|
|
117894
118077
|
transaction_number?: string | null;
|
|
118078
|
+
descriptions?: string | null;
|
|
117895
118079
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117896
118080
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117897
118081
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -117947,6 +118131,7 @@ type billing_ar_transactionsUncheckedCreateWithoutInvoice_typeInput = {
|
|
|
117947
118131
|
id_compliance_sub_type?: string | null;
|
|
117948
118132
|
logic_code?: string | null;
|
|
117949
118133
|
transaction_number?: string | null;
|
|
118134
|
+
descriptions?: string | null;
|
|
117950
118135
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117951
118136
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
117952
118137
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118001,6 +118186,7 @@ type billing_ar_transactionsCreateWithoutBilling_transaction_typeInput = {
|
|
|
118001
118186
|
id?: string;
|
|
118002
118187
|
logic_code?: string | null;
|
|
118003
118188
|
transaction_number?: string | null;
|
|
118189
|
+
descriptions?: string | null;
|
|
118004
118190
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118005
118191
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118006
118192
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118056,6 +118242,7 @@ type billing_ar_transactionsUncheckedCreateWithoutBilling_transaction_typeInput
|
|
|
118056
118242
|
id_compliance_sub_type?: string | null;
|
|
118057
118243
|
logic_code?: string | null;
|
|
118058
118244
|
transaction_number?: string | null;
|
|
118245
|
+
descriptions?: string | null;
|
|
118059
118246
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118060
118247
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118061
118248
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118110,6 +118297,7 @@ type billing_ar_transactionsCreateWithoutPayment_statusInput = {
|
|
|
118110
118297
|
id?: string;
|
|
118111
118298
|
logic_code?: string | null;
|
|
118112
118299
|
transaction_number?: string | null;
|
|
118300
|
+
descriptions?: string | null;
|
|
118113
118301
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118114
118302
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118115
118303
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118165,6 +118353,7 @@ type billing_ar_transactionsUncheckedCreateWithoutPayment_statusInput = {
|
|
|
118165
118353
|
id_compliance_sub_type?: string | null;
|
|
118166
118354
|
logic_code?: string | null;
|
|
118167
118355
|
transaction_number?: string | null;
|
|
118356
|
+
descriptions?: string | null;
|
|
118168
118357
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118169
118358
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118170
118359
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118219,6 +118408,7 @@ type billing_ar_transactionsCreateWithoutCompliance_sub_typeInput = {
|
|
|
118219
118408
|
id?: string;
|
|
118220
118409
|
logic_code?: string | null;
|
|
118221
118410
|
transaction_number?: string | null;
|
|
118411
|
+
descriptions?: string | null;
|
|
118222
118412
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118223
118413
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118224
118414
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118274,6 +118464,7 @@ type billing_ar_transactionsUncheckedCreateWithoutCompliance_sub_typeInput = {
|
|
|
118274
118464
|
id_payment_status?: string | null;
|
|
118275
118465
|
logic_code?: string | null;
|
|
118276
118466
|
transaction_number?: string | null;
|
|
118467
|
+
descriptions?: string | null;
|
|
118277
118468
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118278
118469
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118279
118470
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118328,6 +118519,7 @@ type billing_ar_transactionsCreateWithoutBilling_cancellation_reasonInput = {
|
|
|
118328
118519
|
id?: string;
|
|
118329
118520
|
logic_code?: string | null;
|
|
118330
118521
|
transaction_number?: string | null;
|
|
118522
|
+
descriptions?: string | null;
|
|
118331
118523
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118332
118524
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118333
118525
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118384,6 +118576,7 @@ type billing_ar_transactionsUncheckedCreateWithoutBilling_cancellation_reasonInp
|
|
|
118384
118576
|
id_compliance_sub_type?: string | null;
|
|
118385
118577
|
logic_code?: string | null;
|
|
118386
118578
|
transaction_number?: string | null;
|
|
118579
|
+
descriptions?: string | null;
|
|
118387
118580
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118388
118581
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118389
118582
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118437,6 +118630,7 @@ type billing_ar_transactionsCreateWithoutAr_transaction_branchInput = {
|
|
|
118437
118630
|
id?: string;
|
|
118438
118631
|
logic_code?: string | null;
|
|
118439
118632
|
transaction_number?: string | null;
|
|
118633
|
+
descriptions?: string | null;
|
|
118440
118634
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118441
118635
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118442
118636
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118492,6 +118686,7 @@ type billing_ar_transactionsUncheckedCreateWithoutAr_transaction_branchInput = {
|
|
|
118492
118686
|
id_compliance_sub_type?: string | null;
|
|
118493
118687
|
logic_code?: string | null;
|
|
118494
118688
|
transaction_number?: string | null;
|
|
118689
|
+
descriptions?: string | null;
|
|
118495
118690
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118496
118691
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118497
118692
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118557,6 +118752,7 @@ type billing_ar_transactionsCreateManyForwarding_shipment_billingInput = {
|
|
|
118557
118752
|
id_compliance_sub_type?: string | null;
|
|
118558
118753
|
logic_code?: string | null;
|
|
118559
118754
|
transaction_number?: string | null;
|
|
118755
|
+
descriptions?: string | null;
|
|
118560
118756
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118561
118757
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118562
118758
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118586,6 +118782,7 @@ type billing_ar_transactionsUpdateWithoutForwarding_shipment_billingInput = {
|
|
|
118586
118782
|
id?: StringFieldUpdateOperationsInput | string;
|
|
118587
118783
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118588
118784
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118785
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118589
118786
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118590
118787
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118591
118788
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118641,6 +118838,7 @@ type billing_ar_transactionsUncheckedUpdateWithoutForwarding_shipment_billingInp
|
|
|
118641
118838
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118642
118839
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118643
118840
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118841
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118644
118842
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118645
118843
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118646
118844
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118685,6 +118883,7 @@ type billing_ar_transactionsUncheckedUpdateManyWithoutForwarding_shipment_billin
|
|
|
118685
118883
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118686
118884
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118687
118885
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118886
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118688
118887
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118689
118888
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118690
118889
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118725,6 +118924,7 @@ type billing_ar_transactionsCreateManyForwarding_consolInput = {
|
|
|
118725
118924
|
id_compliance_sub_type?: string | null;
|
|
118726
118925
|
logic_code?: string | null;
|
|
118727
118926
|
transaction_number?: string | null;
|
|
118927
|
+
descriptions?: string | null;
|
|
118728
118928
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118729
118929
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118730
118930
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118754,6 +118954,7 @@ type billing_ar_transactionsUpdateWithoutForwarding_consolInput = {
|
|
|
118754
118954
|
id?: StringFieldUpdateOperationsInput | string;
|
|
118755
118955
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118756
118956
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118957
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118757
118958
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118758
118959
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118759
118960
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118809,6 +119010,7 @@ type billing_ar_transactionsUncheckedUpdateWithoutForwarding_consolInput = {
|
|
|
118809
119010
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118810
119011
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118811
119012
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119013
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118812
119014
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118813
119015
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118814
119016
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118853,6 +119055,7 @@ type billing_ar_transactionsUncheckedUpdateManyWithoutForwarding_consolInput = {
|
|
|
118853
119055
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118854
119056
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118855
119057
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119058
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118856
119059
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118857
119060
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118858
119061
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118893,6 +119096,7 @@ type billing_ar_transactionsCreateManyAccount_organizationInput = {
|
|
|
118893
119096
|
id_compliance_sub_type?: string | null;
|
|
118894
119097
|
logic_code?: string | null;
|
|
118895
119098
|
transaction_number?: string | null;
|
|
119099
|
+
descriptions?: string | null;
|
|
118896
119100
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118897
119101
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118898
119102
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118922,6 +119126,7 @@ type billing_ar_transactionsUpdateWithoutAccount_organizationInput = {
|
|
|
118922
119126
|
id?: StringFieldUpdateOperationsInput | string;
|
|
118923
119127
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118924
119128
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119129
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118925
119130
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118926
119131
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118927
119132
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -118977,6 +119182,7 @@ type billing_ar_transactionsUncheckedUpdateWithoutAccount_organizationInput = {
|
|
|
118977
119182
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118978
119183
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118979
119184
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119185
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
118980
119186
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118981
119187
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
118982
119188
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119021,6 +119227,7 @@ type billing_ar_transactionsUncheckedUpdateManyWithoutAccount_organizationInput
|
|
|
119021
119227
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119022
119228
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119023
119229
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119230
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119024
119231
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119025
119232
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119026
119233
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119061,6 +119268,7 @@ type billing_ar_transactionsCreateManyAccount_organization_addressInput = {
|
|
|
119061
119268
|
id_compliance_sub_type?: string | null;
|
|
119062
119269
|
logic_code?: string | null;
|
|
119063
119270
|
transaction_number?: string | null;
|
|
119271
|
+
descriptions?: string | null;
|
|
119064
119272
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119065
119273
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119066
119274
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119090,6 +119298,7 @@ type billing_ar_transactionsUpdateWithoutAccount_organization_addressInput = {
|
|
|
119090
119298
|
id?: StringFieldUpdateOperationsInput | string;
|
|
119091
119299
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119092
119300
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119301
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119093
119302
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119094
119303
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119095
119304
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119145,6 +119354,7 @@ type billing_ar_transactionsUncheckedUpdateWithoutAccount_organization_addressIn
|
|
|
119145
119354
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119146
119355
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119147
119356
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119357
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119148
119358
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119149
119359
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119150
119360
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119189,6 +119399,7 @@ type billing_ar_transactionsUncheckedUpdateManyWithoutAccount_organization_addre
|
|
|
119189
119399
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119190
119400
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119191
119401
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119402
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119192
119403
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119193
119404
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119194
119405
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119229,6 +119440,7 @@ type billing_ar_transactionsCreateManyAgreed_payment_methodInput = {
|
|
|
119229
119440
|
id_compliance_sub_type?: string | null;
|
|
119230
119441
|
logic_code?: string | null;
|
|
119231
119442
|
transaction_number?: string | null;
|
|
119443
|
+
descriptions?: string | null;
|
|
119232
119444
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119233
119445
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119234
119446
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119258,6 +119470,7 @@ type billing_ar_transactionsUpdateWithoutAgreed_payment_methodInput = {
|
|
|
119258
119470
|
id?: StringFieldUpdateOperationsInput | string;
|
|
119259
119471
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119260
119472
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119473
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119261
119474
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119262
119475
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119263
119476
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119313,6 +119526,7 @@ type billing_ar_transactionsUncheckedUpdateWithoutAgreed_payment_methodInput = {
|
|
|
119313
119526
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119314
119527
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119315
119528
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119529
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119316
119530
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119317
119531
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119318
119532
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119357,6 +119571,7 @@ type billing_ar_transactionsUncheckedUpdateManyWithoutAgreed_payment_methodInput
|
|
|
119357
119571
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119358
119572
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119359
119573
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119574
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119360
119575
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119361
119576
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119362
119577
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119397,6 +119612,7 @@ type billing_ar_transactionsCreateManyCurrencyInput = {
|
|
|
119397
119612
|
id_compliance_sub_type?: string | null;
|
|
119398
119613
|
logic_code?: string | null;
|
|
119399
119614
|
transaction_number?: string | null;
|
|
119615
|
+
descriptions?: string | null;
|
|
119400
119616
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119401
119617
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119402
119618
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119437,6 +119653,7 @@ type billing_ar_transactionsCreateManyLocal_currencyInput = {
|
|
|
119437
119653
|
id_compliance_sub_type?: string | null;
|
|
119438
119654
|
logic_code?: string | null;
|
|
119439
119655
|
transaction_number?: string | null;
|
|
119656
|
+
descriptions?: string | null;
|
|
119440
119657
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119441
119658
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119442
119659
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119466,6 +119683,7 @@ type billing_ar_transactionsUpdateWithoutCurrencyInput = {
|
|
|
119466
119683
|
id?: StringFieldUpdateOperationsInput | string;
|
|
119467
119684
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119468
119685
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119686
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119469
119687
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119470
119688
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119471
119689
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119521,6 +119739,7 @@ type billing_ar_transactionsUncheckedUpdateWithoutCurrencyInput = {
|
|
|
119521
119739
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119522
119740
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119523
119741
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119742
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119524
119743
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119525
119744
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119526
119745
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119565,6 +119784,7 @@ type billing_ar_transactionsUncheckedUpdateManyWithoutCurrencyInput = {
|
|
|
119565
119784
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119566
119785
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119567
119786
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119787
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119568
119788
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119569
119789
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119570
119790
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119594,6 +119814,7 @@ type billing_ar_transactionsUpdateWithoutLocal_currencyInput = {
|
|
|
119594
119814
|
id?: StringFieldUpdateOperationsInput | string;
|
|
119595
119815
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119596
119816
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119817
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119597
119818
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119598
119819
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119599
119820
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119649,6 +119870,7 @@ type billing_ar_transactionsUncheckedUpdateWithoutLocal_currencyInput = {
|
|
|
119649
119870
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119650
119871
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119651
119872
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119873
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119652
119874
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119653
119875
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119654
119876
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119693,6 +119915,7 @@ type billing_ar_transactionsUncheckedUpdateManyWithoutLocal_currencyInput = {
|
|
|
119693
119915
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119694
119916
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119695
119917
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119918
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119696
119919
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119697
119920
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119698
119921
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119733,6 +119956,7 @@ type billing_ar_transactionsCreateManyInvoice_typeInput = {
|
|
|
119733
119956
|
id_compliance_sub_type?: string | null;
|
|
119734
119957
|
logic_code?: string | null;
|
|
119735
119958
|
transaction_number?: string | null;
|
|
119959
|
+
descriptions?: string | null;
|
|
119736
119960
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119737
119961
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119738
119962
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119762,6 +119986,7 @@ type billing_ar_transactionsUpdateWithoutInvoice_typeInput = {
|
|
|
119762
119986
|
id?: StringFieldUpdateOperationsInput | string;
|
|
119763
119987
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119764
119988
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119989
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119765
119990
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119766
119991
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119767
119992
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119817,6 +120042,7 @@ type billing_ar_transactionsUncheckedUpdateWithoutInvoice_typeInput = {
|
|
|
119817
120042
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119818
120043
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119819
120044
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120045
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119820
120046
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119821
120047
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119822
120048
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119861,6 +120087,7 @@ type billing_ar_transactionsUncheckedUpdateManyWithoutInvoice_typeInput = {
|
|
|
119861
120087
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119862
120088
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119863
120089
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120090
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119864
120091
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119865
120092
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119866
120093
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119901,6 +120128,7 @@ type billing_ar_transactionsCreateManyBilling_transaction_typeInput = {
|
|
|
119901
120128
|
id_compliance_sub_type?: string | null;
|
|
119902
120129
|
logic_code?: string | null;
|
|
119903
120130
|
transaction_number?: string | null;
|
|
120131
|
+
descriptions?: string | null;
|
|
119904
120132
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119905
120133
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119906
120134
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119930,6 +120158,7 @@ type billing_ar_transactionsUpdateWithoutBilling_transaction_typeInput = {
|
|
|
119930
120158
|
id?: StringFieldUpdateOperationsInput | string;
|
|
119931
120159
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119932
120160
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120161
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119933
120162
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119934
120163
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119935
120164
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -119985,6 +120214,7 @@ type billing_ar_transactionsUncheckedUpdateWithoutBilling_transaction_typeInput
|
|
|
119985
120214
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119986
120215
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119987
120216
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120217
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
119988
120218
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119989
120219
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
119990
120220
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -120029,6 +120259,7 @@ type billing_ar_transactionsUncheckedUpdateManyWithoutBilling_transaction_typeIn
|
|
|
120029
120259
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120030
120260
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120031
120261
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120262
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120032
120263
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120033
120264
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120034
120265
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -120069,6 +120300,7 @@ type billing_ar_transactionsCreateManyPayment_statusInput = {
|
|
|
120069
120300
|
id_compliance_sub_type?: string | null;
|
|
120070
120301
|
logic_code?: string | null;
|
|
120071
120302
|
transaction_number?: string | null;
|
|
120303
|
+
descriptions?: string | null;
|
|
120072
120304
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120073
120305
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120074
120306
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -120098,6 +120330,7 @@ type billing_ar_transactionsUpdateWithoutPayment_statusInput = {
|
|
|
120098
120330
|
id?: StringFieldUpdateOperationsInput | string;
|
|
120099
120331
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120100
120332
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120333
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120101
120334
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120102
120335
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120103
120336
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -120153,6 +120386,7 @@ type billing_ar_transactionsUncheckedUpdateWithoutPayment_statusInput = {
|
|
|
120153
120386
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120154
120387
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120155
120388
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120389
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120156
120390
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120157
120391
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120158
120392
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -120197,6 +120431,7 @@ type billing_ar_transactionsUncheckedUpdateManyWithoutPayment_statusInput = {
|
|
|
120197
120431
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120198
120432
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120199
120433
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120434
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120200
120435
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120201
120436
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120202
120437
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -120237,6 +120472,7 @@ type billing_ar_transactionsCreateManyCompliance_sub_typeInput = {
|
|
|
120237
120472
|
id_payment_status?: string | null;
|
|
120238
120473
|
logic_code?: string | null;
|
|
120239
120474
|
transaction_number?: string | null;
|
|
120475
|
+
descriptions?: string | null;
|
|
120240
120476
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120241
120477
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120242
120478
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -120266,6 +120502,7 @@ type billing_ar_transactionsUpdateWithoutCompliance_sub_typeInput = {
|
|
|
120266
120502
|
id?: StringFieldUpdateOperationsInput | string;
|
|
120267
120503
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120268
120504
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120505
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120269
120506
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120270
120507
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120271
120508
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -120321,6 +120558,7 @@ type billing_ar_transactionsUncheckedUpdateWithoutCompliance_sub_typeInput = {
|
|
|
120321
120558
|
id_payment_status?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120322
120559
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120323
120560
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120561
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120324
120562
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120325
120563
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120326
120564
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -120365,6 +120603,7 @@ type billing_ar_transactionsUncheckedUpdateManyWithoutCompliance_sub_typeInput =
|
|
|
120365
120603
|
id_payment_status?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120366
120604
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120367
120605
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120606
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120368
120607
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120369
120608
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120370
120609
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -120406,6 +120645,7 @@ type billing_ar_transactionsCreateManyBilling_cancellation_reasonInput = {
|
|
|
120406
120645
|
id_compliance_sub_type?: string | null;
|
|
120407
120646
|
logic_code?: string | null;
|
|
120408
120647
|
transaction_number?: string | null;
|
|
120648
|
+
descriptions?: string | null;
|
|
120409
120649
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120410
120650
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120411
120651
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -120434,6 +120674,7 @@ type billing_ar_transactionsUpdateWithoutBilling_cancellation_reasonInput = {
|
|
|
120434
120674
|
id?: StringFieldUpdateOperationsInput | string;
|
|
120435
120675
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120436
120676
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120677
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120437
120678
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120438
120679
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120439
120680
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -120490,6 +120731,7 @@ type billing_ar_transactionsUncheckedUpdateWithoutBilling_cancellation_reasonInp
|
|
|
120490
120731
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120491
120732
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120492
120733
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120734
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120493
120735
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120494
120736
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120495
120737
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -120534,6 +120776,7 @@ type billing_ar_transactionsUncheckedUpdateManyWithoutBilling_cancellation_reaso
|
|
|
120534
120776
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120535
120777
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120536
120778
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120779
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120537
120780
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120538
120781
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120539
120782
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -120573,6 +120816,7 @@ type billing_ar_transactionsCreateManyAr_transaction_branchInput = {
|
|
|
120573
120816
|
id_compliance_sub_type?: string | null;
|
|
120574
120817
|
logic_code?: string | null;
|
|
120575
120818
|
transaction_number?: string | null;
|
|
120819
|
+
descriptions?: string | null;
|
|
120576
120820
|
sub_transaction_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120577
120821
|
sub_transaction_local_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120578
120822
|
tax_amount?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -120602,6 +120846,7 @@ type billing_ar_transactionsUpdateWithoutAr_transaction_branchInput = {
|
|
|
120602
120846
|
id?: StringFieldUpdateOperationsInput | string;
|
|
120603
120847
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120604
120848
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120849
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120605
120850
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120606
120851
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120607
120852
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -120657,6 +120902,7 @@ type billing_ar_transactionsUncheckedUpdateWithoutAr_transaction_branchInput = {
|
|
|
120657
120902
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120658
120903
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120659
120904
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120905
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120660
120906
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120661
120907
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120662
120908
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -120701,6 +120947,7 @@ type billing_ar_transactionsUncheckedUpdateManyWithoutAr_transaction_branchInput
|
|
|
120701
120947
|
id_compliance_sub_type?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120702
120948
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120703
120949
|
transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120950
|
+
descriptions?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
120704
120951
|
sub_transaction_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120705
120952
|
sub_transaction_local_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
120706
120953
|
tax_amount?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -120782,6 +121029,7 @@ type billing_ar_transactionsSelect<ExtArgs extends Types$1.Extensions.InternalAr
|
|
|
120782
121029
|
id_compliance_sub_type?: boolean;
|
|
120783
121030
|
logic_code?: boolean;
|
|
120784
121031
|
transaction_number?: boolean;
|
|
121032
|
+
descriptions?: boolean;
|
|
120785
121033
|
sub_transaction_amount?: boolean;
|
|
120786
121034
|
sub_transaction_local_amount?: boolean;
|
|
120787
121035
|
tax_amount?: boolean;
|
|
@@ -120842,6 +121090,7 @@ type billing_ar_transactionsSelectCreateManyAndReturn<ExtArgs extends Types$1.Ex
|
|
|
120842
121090
|
id_compliance_sub_type?: boolean;
|
|
120843
121091
|
logic_code?: boolean;
|
|
120844
121092
|
transaction_number?: boolean;
|
|
121093
|
+
descriptions?: boolean;
|
|
120845
121094
|
sub_transaction_amount?: boolean;
|
|
120846
121095
|
sub_transaction_local_amount?: boolean;
|
|
120847
121096
|
tax_amount?: boolean;
|
|
@@ -120897,6 +121146,7 @@ type billing_ar_transactionsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Ex
|
|
|
120897
121146
|
id_compliance_sub_type?: boolean;
|
|
120898
121147
|
logic_code?: boolean;
|
|
120899
121148
|
transaction_number?: boolean;
|
|
121149
|
+
descriptions?: boolean;
|
|
120900
121150
|
sub_transaction_amount?: boolean;
|
|
120901
121151
|
sub_transaction_local_amount?: boolean;
|
|
120902
121152
|
tax_amount?: boolean;
|
|
@@ -120952,6 +121202,7 @@ type billing_ar_transactionsSelectScalar = {
|
|
|
120952
121202
|
id_compliance_sub_type?: boolean;
|
|
120953
121203
|
logic_code?: boolean;
|
|
120954
121204
|
transaction_number?: boolean;
|
|
121205
|
+
descriptions?: boolean;
|
|
120955
121206
|
sub_transaction_amount?: boolean;
|
|
120956
121207
|
sub_transaction_local_amount?: boolean;
|
|
120957
121208
|
tax_amount?: boolean;
|
|
@@ -120977,7 +121228,7 @@ type billing_ar_transactionsSelectScalar = {
|
|
|
120977
121228
|
updated_at?: boolean;
|
|
120978
121229
|
updated_by?: boolean;
|
|
120979
121230
|
};
|
|
120980
|
-
type billing_ar_transactionsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_shipment_billing" | "id_forwarding_consol" | "id_ar_transaction_branch" | "id_account_organization" | "id_account_organization_address" | "id_transaction_type" | "id_invoice_type" | "id_currency" | "id_local_currency" | "id_agreed_payment_method" | "id_payment_status" | "id_compliance_sub_type" | "logic_code" | "transaction_number" | "sub_transaction_amount" | "sub_transaction_local_amount" | "tax_amount" | "tax_local_amount" | "transaction_amount" | "local_transaction_amount" | "outstanding_amount" | "tntd_days" | "post_date" | "invoice_date" | "due_date" | "fully_paid_date" | "is_active" | "id_ar_transaction_cancelled" | "cancelled_transaction_number" | "id_cancelled_reason" | "cancelled_reason_description" | "cancelled_at" | "cancelled_by" | "is_cancelled" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["billing_ar_transactions"]>;
|
|
121231
|
+
type billing_ar_transactionsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_shipment_billing" | "id_forwarding_consol" | "id_ar_transaction_branch" | "id_account_organization" | "id_account_organization_address" | "id_transaction_type" | "id_invoice_type" | "id_currency" | "id_local_currency" | "id_agreed_payment_method" | "id_payment_status" | "id_compliance_sub_type" | "logic_code" | "transaction_number" | "descriptions" | "sub_transaction_amount" | "sub_transaction_local_amount" | "tax_amount" | "tax_local_amount" | "transaction_amount" | "local_transaction_amount" | "outstanding_amount" | "tntd_days" | "post_date" | "invoice_date" | "due_date" | "fully_paid_date" | "is_active" | "id_ar_transaction_cancelled" | "cancelled_transaction_number" | "id_cancelled_reason" | "cancelled_reason_description" | "cancelled_at" | "cancelled_by" | "is_cancelled" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["billing_ar_transactions"]>;
|
|
120981
121232
|
type billing_ar_transactionsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
120982
121233
|
cancelled_transaction?: boolean | billing_ar_transactions$cancelled_transactionArgs<ExtArgs>;
|
|
120983
121234
|
cancelling_transaction?: boolean | billing_ar_transactions$cancelling_transactionArgs<ExtArgs>;
|
|
@@ -121069,6 +121320,7 @@ type $billing_ar_transactionsPayload<ExtArgs extends Types$1.Extensions.Internal
|
|
|
121069
121320
|
id_compliance_sub_type: string | null;
|
|
121070
121321
|
logic_code: string | null;
|
|
121071
121322
|
transaction_number: string | null;
|
|
121323
|
+
descriptions: string | null;
|
|
121072
121324
|
sub_transaction_amount: Decimal$1 | null;
|
|
121073
121325
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
121074
121326
|
tax_amount: Decimal$1 | null;
|
|
@@ -121467,6 +121719,7 @@ interface billing_ar_transactionsFieldRefs {
|
|
|
121467
121719
|
readonly id_compliance_sub_type: FieldRef<"billing_ar_transactions", 'String'>;
|
|
121468
121720
|
readonly logic_code: FieldRef<"billing_ar_transactions", 'String'>;
|
|
121469
121721
|
readonly transaction_number: FieldRef<"billing_ar_transactions", 'String'>;
|
|
121722
|
+
readonly descriptions: FieldRef<"billing_ar_transactions", 'String'>;
|
|
121470
121723
|
readonly sub_transaction_amount: FieldRef<"billing_ar_transactions", 'Decimal'>;
|
|
121471
121724
|
readonly sub_transaction_local_amount: FieldRef<"billing_ar_transactions", 'Decimal'>;
|
|
121472
121725
|
readonly tax_amount: FieldRef<"billing_ar_transactions", 'Decimal'>;
|
|
@@ -955330,6 +955583,7 @@ declare const Billing_ap_transactionsScalarFieldEnum: {
|
|
|
955330
955583
|
readonly logic_code: "logic_code";
|
|
955331
955584
|
readonly transaction_number: "transaction_number";
|
|
955332
955585
|
readonly invoice_number: "invoice_number";
|
|
955586
|
+
readonly descriptions: "descriptions";
|
|
955333
955587
|
readonly sub_transaction_amount: "sub_transaction_amount";
|
|
955334
955588
|
readonly sub_transaction_local_amount: "sub_transaction_local_amount";
|
|
955335
955589
|
readonly tax_amount: "tax_amount";
|
|
@@ -955408,6 +955662,7 @@ declare const Billing_ar_transactionsScalarFieldEnum: {
|
|
|
955408
955662
|
readonly id_compliance_sub_type: "id_compliance_sub_type";
|
|
955409
955663
|
readonly logic_code: "logic_code";
|
|
955410
955664
|
readonly transaction_number: "transaction_number";
|
|
955665
|
+
readonly descriptions: "descriptions";
|
|
955411
955666
|
readonly sub_transaction_amount: "sub_transaction_amount";
|
|
955412
955667
|
readonly sub_transaction_local_amount: "sub_transaction_local_amount";
|
|
955413
955668
|
readonly tax_amount: "tax_amount";
|
|
@@ -972715,6 +972970,7 @@ declare const consolidationsRouter: BuiltRouter<{
|
|
|
972715
972970
|
id_payment_status: string | null;
|
|
972716
972971
|
transaction_number: string | null;
|
|
972717
972972
|
invoice_number: string | null;
|
|
972973
|
+
descriptions: string | null;
|
|
972718
972974
|
sub_transaction_amount: Decimal$1 | null;
|
|
972719
972975
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
972720
972976
|
tax_amount: Decimal$1 | null;
|
|
@@ -972755,6 +973011,7 @@ declare const consolidationsRouter: BuiltRouter<{
|
|
|
972755
973011
|
id_payment_status: string | null;
|
|
972756
973012
|
transaction_number: string | null;
|
|
972757
973013
|
invoice_number: string | null;
|
|
973014
|
+
descriptions: string | null;
|
|
972758
973015
|
sub_transaction_amount: Decimal$1 | null;
|
|
972759
973016
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
972760
973017
|
tax_amount: Decimal$1 | null;
|
|
@@ -972876,6 +973133,7 @@ declare const consolidationsRouter: BuiltRouter<{
|
|
|
972876
973133
|
id_payment_status: string | null;
|
|
972877
973134
|
transaction_number: string | null;
|
|
972878
973135
|
invoice_number: string | null;
|
|
973136
|
+
descriptions: string | null;
|
|
972879
973137
|
sub_transaction_amount: Decimal$1 | null;
|
|
972880
973138
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
972881
973139
|
tax_amount: Decimal$1 | null;
|
|
@@ -973316,6 +973574,7 @@ declare const consolidationsRouter: BuiltRouter<{
|
|
|
973316
973574
|
id_payment_status: string | null;
|
|
973317
973575
|
transaction_number: string | null;
|
|
973318
973576
|
invoice_number: string | null;
|
|
973577
|
+
descriptions: string | null;
|
|
973319
973578
|
sub_transaction_amount: Decimal$1 | null;
|
|
973320
973579
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
973321
973580
|
tax_amount: Decimal$1 | null;
|
|
@@ -985183,6 +985442,7 @@ declare const consolidationsRouter: BuiltRouter<{
|
|
|
985183
985442
|
id_payment_status: string | null;
|
|
985184
985443
|
transaction_number: string | null;
|
|
985185
985444
|
invoice_number: string | null;
|
|
985445
|
+
descriptions: string | null;
|
|
985186
985446
|
sub_transaction_amount: Decimal$1 | null;
|
|
985187
985447
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
985188
985448
|
tax_amount: Decimal$1 | null;
|
|
@@ -985393,6 +985653,7 @@ declare const consolidationsRouter: BuiltRouter<{
|
|
|
985393
985653
|
id_payment_status: string | null;
|
|
985394
985654
|
transaction_number: string | null;
|
|
985395
985655
|
invoice_number: string | null;
|
|
985656
|
+
descriptions: string | null;
|
|
985396
985657
|
sub_transaction_amount: Decimal$1 | null;
|
|
985397
985658
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
985398
985659
|
tax_amount: Decimal$1 | null;
|
|
@@ -989405,6 +989666,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
989405
989666
|
id_payment_status: string | null;
|
|
989406
989667
|
transaction_number: string | null;
|
|
989407
989668
|
invoice_number: string | null;
|
|
989669
|
+
descriptions: string | null;
|
|
989408
989670
|
sub_transaction_amount: Decimal$1 | null;
|
|
989409
989671
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
989410
989672
|
tax_amount: Decimal$1 | null;
|
|
@@ -993468,6 +993730,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
993468
993730
|
id_payment_status: string | null;
|
|
993469
993731
|
transaction_number: string | null;
|
|
993470
993732
|
invoice_number: string | null;
|
|
993733
|
+
descriptions: string | null;
|
|
993471
993734
|
sub_transaction_amount: Decimal$1 | null;
|
|
993472
993735
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
993473
993736
|
tax_amount: Decimal$1 | null;
|
|
@@ -993507,6 +993770,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
993507
993770
|
id_transaction_type: string | null;
|
|
993508
993771
|
id_payment_status: string | null;
|
|
993509
993772
|
transaction_number: string | null;
|
|
993773
|
+
descriptions: string | null;
|
|
993510
993774
|
sub_transaction_amount: Decimal$1 | null;
|
|
993511
993775
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
993512
993776
|
tax_amount: Decimal$1 | null;
|
|
@@ -993821,6 +994085,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
993821
994085
|
id_payment_status: string | null;
|
|
993822
994086
|
transaction_number: string | null;
|
|
993823
994087
|
invoice_number: string | null;
|
|
994088
|
+
descriptions: string | null;
|
|
993824
994089
|
sub_transaction_amount: Decimal$1 | null;
|
|
993825
994090
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
993826
994091
|
tax_amount: Decimal$1 | null;
|
|
@@ -993861,6 +994126,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
993861
994126
|
id_payment_status: string | null;
|
|
993862
994127
|
transaction_number: string | null;
|
|
993863
994128
|
invoice_number: string | null;
|
|
994129
|
+
descriptions: string | null;
|
|
993864
994130
|
sub_transaction_amount: Decimal$1 | null;
|
|
993865
994131
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
993866
994132
|
tax_amount: Decimal$1 | null;
|
|
@@ -993949,6 +994215,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
993949
994215
|
id_payment_status: string | null;
|
|
993950
994216
|
transaction_number: string | null;
|
|
993951
994217
|
invoice_number: string | null;
|
|
994218
|
+
descriptions: string | null;
|
|
993952
994219
|
sub_transaction_amount: Decimal$1 | null;
|
|
993953
994220
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
993954
994221
|
tax_amount: Decimal$1 | null;
|
|
@@ -994059,6 +994326,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
994059
994326
|
id_transaction_type: string | null;
|
|
994060
994327
|
id_payment_status: string | null;
|
|
994061
994328
|
transaction_number: string | null;
|
|
994329
|
+
descriptions: string | null;
|
|
994062
994330
|
sub_transaction_amount: Decimal$1 | null;
|
|
994063
994331
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
994064
994332
|
tax_amount: Decimal$1 | null;
|
|
@@ -994112,6 +994380,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
994112
994380
|
id_transaction_type: string | null;
|
|
994113
994381
|
id_payment_status: string | null;
|
|
994114
994382
|
transaction_number: string | null;
|
|
994383
|
+
descriptions: string | null;
|
|
994115
994384
|
sub_transaction_amount: Decimal$1 | null;
|
|
994116
994385
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
994117
994386
|
tax_amount: Decimal$1 | null;
|
|
@@ -994213,6 +994482,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
994213
994482
|
id_transaction_type: string | null;
|
|
994214
994483
|
id_payment_status: string | null;
|
|
994215
994484
|
transaction_number: string | null;
|
|
994485
|
+
descriptions: string | null;
|
|
994216
994486
|
sub_transaction_amount: Decimal$1 | null;
|
|
994217
994487
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
994218
994488
|
tax_amount: Decimal$1 | null;
|
|
@@ -1001775,6 +1002045,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
1001775
1002045
|
id_payment_status: string | null;
|
|
1001776
1002046
|
transaction_number: string | null;
|
|
1001777
1002047
|
invoice_number: string | null;
|
|
1002048
|
+
descriptions: string | null;
|
|
1001778
1002049
|
sub_transaction_amount: Decimal$1 | null;
|
|
1001779
1002050
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1001780
1002051
|
tax_amount: Decimal$1 | null;
|
|
@@ -1001814,6 +1002085,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
1001814
1002085
|
id_transaction_type: string | null;
|
|
1001815
1002086
|
id_payment_status: string | null;
|
|
1001816
1002087
|
transaction_number: string | null;
|
|
1002088
|
+
descriptions: string | null;
|
|
1001817
1002089
|
sub_transaction_amount: Decimal$1 | null;
|
|
1001818
1002090
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1001819
1002091
|
tax_amount: Decimal$1 | null;
|
|
@@ -1002345,6 +1002617,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
1002345
1002617
|
id_payment_status: string | null;
|
|
1002346
1002618
|
transaction_number: string | null;
|
|
1002347
1002619
|
invoice_number: string | null;
|
|
1002620
|
+
descriptions: string | null;
|
|
1002348
1002621
|
sub_transaction_amount: Decimal$1 | null;
|
|
1002349
1002622
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1002350
1002623
|
tax_amount: Decimal$1 | null;
|
|
@@ -1002385,6 +1002658,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
1002385
1002658
|
id_payment_status: string | null;
|
|
1002386
1002659
|
transaction_number: string | null;
|
|
1002387
1002660
|
invoice_number: string | null;
|
|
1002661
|
+
descriptions: string | null;
|
|
1002388
1002662
|
sub_transaction_amount: Decimal$1 | null;
|
|
1002389
1002663
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1002390
1002664
|
tax_amount: Decimal$1 | null;
|
|
@@ -1002484,6 +1002758,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
1002484
1002758
|
id_payment_status: string | null;
|
|
1002485
1002759
|
transaction_number: string | null;
|
|
1002486
1002760
|
invoice_number: string | null;
|
|
1002761
|
+
descriptions: string | null;
|
|
1002487
1002762
|
sub_transaction_amount: Decimal$1 | null;
|
|
1002488
1002763
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1002489
1002764
|
tax_amount: Decimal$1 | null;
|
|
@@ -1002784,6 +1003059,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
1002784
1003059
|
id_transaction_type: string | null;
|
|
1002785
1003060
|
id_payment_status: string | null;
|
|
1002786
1003061
|
transaction_number: string | null;
|
|
1003062
|
+
descriptions: string | null;
|
|
1002787
1003063
|
sub_transaction_amount: Decimal$1 | null;
|
|
1002788
1003064
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1002789
1003065
|
tax_amount: Decimal$1 | null;
|
|
@@ -1002825,6 +1003101,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
1002825
1003101
|
id_transaction_type: string | null;
|
|
1002826
1003102
|
id_payment_status: string | null;
|
|
1002827
1003103
|
transaction_number: string | null;
|
|
1003104
|
+
descriptions: string | null;
|
|
1002828
1003105
|
sub_transaction_amount: Decimal$1 | null;
|
|
1002829
1003106
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1002830
1003107
|
tax_amount: Decimal$1 | null;
|
|
@@ -1002926,6 +1003203,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
1002926
1003203
|
id_transaction_type: string | null;
|
|
1002927
1003204
|
id_payment_status: string | null;
|
|
1002928
1003205
|
transaction_number: string | null;
|
|
1003206
|
+
descriptions: string | null;
|
|
1002929
1003207
|
sub_transaction_amount: Decimal$1 | null;
|
|
1002930
1003208
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1002931
1003209
|
tax_amount: Decimal$1 | null;
|
|
@@ -1004794,6 +1005072,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
1004794
1005072
|
id_payment_status: string | null;
|
|
1004795
1005073
|
transaction_number: string | null;
|
|
1004796
1005074
|
invoice_number: string | null;
|
|
1005075
|
+
descriptions: string | null;
|
|
1004797
1005076
|
sub_transaction_amount: Decimal$1 | null;
|
|
1004798
1005077
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1004799
1005078
|
tax_amount: Decimal$1 | null;
|
|
@@ -1004833,6 +1005112,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
1004833
1005112
|
id_transaction_type: string | null;
|
|
1004834
1005113
|
id_payment_status: string | null;
|
|
1004835
1005114
|
transaction_number: string | null;
|
|
1005115
|
+
descriptions: string | null;
|
|
1004836
1005116
|
sub_transaction_amount: Decimal$1 | null;
|
|
1004837
1005117
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1004838
1005118
|
tax_amount: Decimal$1 | null;
|
|
@@ -1005669,6 +1005949,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
1005669
1005949
|
id_payment_status: string | null;
|
|
1005670
1005950
|
transaction_number: string | null;
|
|
1005671
1005951
|
invoice_number: string | null;
|
|
1005952
|
+
descriptions: string | null;
|
|
1005672
1005953
|
sub_transaction_amount: Decimal$1 | null;
|
|
1005673
1005954
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1005674
1005955
|
tax_amount: Decimal$1 | null;
|
|
@@ -1005708,6 +1005989,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
1005708
1005989
|
id_transaction_type: string | null;
|
|
1005709
1005990
|
id_payment_status: string | null;
|
|
1005710
1005991
|
transaction_number: string | null;
|
|
1005992
|
+
descriptions: string | null;
|
|
1005711
1005993
|
sub_transaction_amount: Decimal$1 | null;
|
|
1005712
1005994
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1005713
1005995
|
tax_amount: Decimal$1 | null;
|
|
@@ -1006648,6 +1006930,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
1006648
1006930
|
id_payment_status: string | null;
|
|
1006649
1006931
|
transaction_number: string | null;
|
|
1006650
1006932
|
invoice_number: string | null;
|
|
1006933
|
+
descriptions: string | null;
|
|
1006651
1006934
|
sub_transaction_amount: Decimal$1 | null;
|
|
1006652
1006935
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1006653
1006936
|
tax_amount: Decimal$1 | null;
|
|
@@ -1006854,6 +1007137,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
1006854
1007137
|
id_payment_status: string | null;
|
|
1006855
1007138
|
transaction_number: string | null;
|
|
1006856
1007139
|
invoice_number: string | null;
|
|
1007140
|
+
descriptions: string | null;
|
|
1006857
1007141
|
sub_transaction_amount: Decimal$1 | null;
|
|
1006858
1007142
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1006859
1007143
|
tax_amount: Decimal$1 | null;
|
|
@@ -1013671,6 +1013955,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1013671
1013955
|
id_transaction_type: string | null;
|
|
1013672
1013956
|
id_payment_status: string | null;
|
|
1013673
1013957
|
transaction_number: string | null;
|
|
1013958
|
+
descriptions: string | null;
|
|
1013674
1013959
|
sub_transaction_amount: Decimal$1 | null;
|
|
1013675
1013960
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1013676
1013961
|
tax_amount: Decimal$1 | null;
|
|
@@ -1013712,6 +1013997,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1013712
1013997
|
id_transaction_type: string | null;
|
|
1013713
1013998
|
id_payment_status: string | null;
|
|
1013714
1013999
|
transaction_number: string | null;
|
|
1014000
|
+
descriptions: string | null;
|
|
1013715
1014001
|
sub_transaction_amount: Decimal$1 | null;
|
|
1013716
1014002
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1013717
1014003
|
tax_amount: Decimal$1 | null;
|
|
@@ -1013877,6 +1014163,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1013877
1014163
|
id_transaction_type: string | null;
|
|
1013878
1014164
|
id_payment_status: string | null;
|
|
1013879
1014165
|
transaction_number: string | null;
|
|
1014166
|
+
descriptions: string | null;
|
|
1013880
1014167
|
sub_transaction_amount: Decimal$1 | null;
|
|
1013881
1014168
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1013882
1014169
|
tax_amount: Decimal$1 | null;
|
|
@@ -1014492,6 +1014779,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1014492
1014779
|
id_transaction_type: string | null;
|
|
1014493
1014780
|
id_payment_status: string | null;
|
|
1014494
1014781
|
transaction_number: string | null;
|
|
1014782
|
+
descriptions: string | null;
|
|
1014495
1014783
|
sub_transaction_amount: Decimal$1 | null;
|
|
1014496
1014784
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1014497
1014785
|
tax_amount: Decimal$1 | null;
|
|
@@ -1014533,6 +1014821,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1014533
1014821
|
id_transaction_type: string | null;
|
|
1014534
1014822
|
id_payment_status: string | null;
|
|
1014535
1014823
|
transaction_number: string | null;
|
|
1014824
|
+
descriptions: string | null;
|
|
1014536
1014825
|
sub_transaction_amount: Decimal$1 | null;
|
|
1014537
1014826
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1014538
1014827
|
tax_amount: Decimal$1 | null;
|
|
@@ -1014698,6 +1014987,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1014698
1014987
|
id_transaction_type: string | null;
|
|
1014699
1014988
|
id_payment_status: string | null;
|
|
1014700
1014989
|
transaction_number: string | null;
|
|
1014990
|
+
descriptions: string | null;
|
|
1014701
1014991
|
sub_transaction_amount: Decimal$1 | null;
|
|
1014702
1014992
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1014703
1014993
|
tax_amount: Decimal$1 | null;
|
|
@@ -1014841,6 +1015131,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1014841
1015131
|
id_compliance_sub_type?: string | number | boolean | null | undefined;
|
|
1014842
1015132
|
id_ar_branch_transaction?: string | number | boolean | null | undefined;
|
|
1014843
1015133
|
transaction_number?: string | number | boolean | null | undefined;
|
|
1015134
|
+
descriptions?: string | number | boolean | null | undefined;
|
|
1014844
1015135
|
sub_transaction_amount?: string | number | boolean | null | undefined;
|
|
1014845
1015136
|
sub_transaction_local_amount?: string | number | boolean | null | undefined;
|
|
1014846
1015137
|
tax_amount?: string | number | boolean | null | undefined;
|
|
@@ -1014852,6 +1015143,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1014852
1015143
|
invoice_date?: string | number | boolean | null | undefined;
|
|
1014853
1015144
|
due_date?: string | number | boolean | null | undefined;
|
|
1014854
1015145
|
fully_paid_date?: string | number | boolean | null | undefined;
|
|
1015146
|
+
tntd_days?: string | number | null | undefined;
|
|
1014855
1015147
|
lines?: {
|
|
1014856
1015148
|
is_active?: string | number | boolean | null | undefined;
|
|
1014857
1015149
|
id_billing_ar_transaction?: string | number | boolean | null | undefined;
|
|
@@ -1014899,6 +1015191,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1014899
1015191
|
id_transaction_type: string | null;
|
|
1014900
1015192
|
id_payment_status: string | null;
|
|
1014901
1015193
|
transaction_number: string | null;
|
|
1015194
|
+
descriptions: string | null;
|
|
1014902
1015195
|
sub_transaction_amount: Decimal$1 | null;
|
|
1014903
1015196
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1014904
1015197
|
tax_amount: Decimal$1 | null;
|
|
@@ -1014986,6 +1015279,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1014986
1015279
|
id_compliance_sub_type?: string | number | boolean | null | undefined;
|
|
1014987
1015280
|
id_ar_branch_transaction?: string | number | boolean | null | undefined;
|
|
1014988
1015281
|
transaction_number?: string | number | boolean | null | undefined;
|
|
1015282
|
+
descriptions?: string | number | boolean | null | undefined;
|
|
1014989
1015283
|
sub_transaction_amount?: string | number | boolean | null | undefined;
|
|
1014990
1015284
|
sub_transaction_local_amount?: string | number | boolean | null | undefined;
|
|
1014991
1015285
|
tax_amount?: string | number | boolean | null | undefined;
|
|
@@ -1014997,6 +1015291,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1014997
1015291
|
invoice_date?: string | number | boolean | null | undefined;
|
|
1014998
1015292
|
due_date?: string | number | boolean | null | undefined;
|
|
1014999
1015293
|
fully_paid_date?: string | number | boolean | null | undefined;
|
|
1015294
|
+
tntd_days?: string | number | null | undefined;
|
|
1015000
1015295
|
};
|
|
1015001
1015296
|
output: {
|
|
1015002
1015297
|
data: {
|
|
@@ -1015018,6 +1015313,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1015018
1015313
|
id_transaction_type: string | null;
|
|
1015019
1015314
|
id_payment_status: string | null;
|
|
1015020
1015315
|
transaction_number: string | null;
|
|
1015316
|
+
descriptions: string | null;
|
|
1015021
1015317
|
sub_transaction_amount: Decimal$1 | null;
|
|
1015022
1015318
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1015023
1015319
|
tax_amount: Decimal$1 | null;
|
|
@@ -1015079,6 +1015375,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1015079
1015375
|
id_transaction_type: string | null;
|
|
1015080
1015376
|
id_payment_status: string | null;
|
|
1015081
1015377
|
transaction_number: string | null;
|
|
1015378
|
+
descriptions: string | null;
|
|
1015082
1015379
|
sub_transaction_amount: Decimal$1 | null;
|
|
1015083
1015380
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1015084
1015381
|
tax_amount: Decimal$1 | null;
|
|
@@ -1015124,6 +1015421,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1015124
1015421
|
id_compliance_sub_type?: string | number | boolean | null | undefined;
|
|
1015125
1015422
|
id_ar_branch_transaction?: string | number | boolean | null | undefined;
|
|
1015126
1015423
|
transaction_number?: string | number | boolean | null | undefined;
|
|
1015424
|
+
descriptions?: string | number | boolean | null | undefined;
|
|
1015127
1015425
|
sub_transaction_amount?: string | number | boolean | null | undefined;
|
|
1015128
1015426
|
sub_transaction_local_amount?: string | number | boolean | null | undefined;
|
|
1015129
1015427
|
tax_amount?: string | number | boolean | null | undefined;
|
|
@@ -1015135,6 +1015433,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1015135
1015433
|
invoice_date?: string | number | boolean | null | undefined;
|
|
1015136
1015434
|
due_date?: string | number | boolean | null | undefined;
|
|
1015137
1015435
|
fully_paid_date?: string | number | boolean | null | undefined;
|
|
1015436
|
+
tntd_days?: string | number | null | undefined;
|
|
1015138
1015437
|
lines?: {
|
|
1015139
1015438
|
is_active?: string | number | boolean | null | undefined;
|
|
1015140
1015439
|
id_billing_ar_transaction?: string | number | boolean | null | undefined;
|
|
@@ -1015212,6 +1015511,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1015212
1015511
|
id_compliance_sub_type?: string | number | boolean | null | undefined;
|
|
1015213
1015512
|
id_ar_branch_transaction?: string | number | boolean | null | undefined;
|
|
1015214
1015513
|
transaction_number?: string | number | boolean | null | undefined;
|
|
1015514
|
+
descriptions?: string | number | boolean | null | undefined;
|
|
1015215
1015515
|
sub_transaction_amount?: string | number | boolean | null | undefined;
|
|
1015216
1015516
|
sub_transaction_local_amount?: string | number | boolean | null | undefined;
|
|
1015217
1015517
|
tax_amount?: string | number | boolean | null | undefined;
|
|
@@ -1015223,6 +1015523,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1015223
1015523
|
invoice_date?: string | number | boolean | null | undefined;
|
|
1015224
1015524
|
due_date?: string | number | boolean | null | undefined;
|
|
1015225
1015525
|
fully_paid_date?: string | number | boolean | null | undefined;
|
|
1015526
|
+
tntd_days?: string | number | null | undefined;
|
|
1015226
1015527
|
}[] | undefined;
|
|
1015227
1015528
|
};
|
|
1015228
1015529
|
output: {
|
|
@@ -1015246,6 +1015547,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1015246
1015547
|
id_transaction_type: string | null;
|
|
1015247
1015548
|
id_payment_status: string | null;
|
|
1015248
1015549
|
transaction_number: string | null;
|
|
1015550
|
+
descriptions: string | null;
|
|
1015249
1015551
|
sub_transaction_amount: Decimal$1 | null;
|
|
1015250
1015552
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1015251
1015553
|
tax_amount: Decimal$1 | null;
|
|
@@ -1015300,6 +1015602,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1015300
1015602
|
id_transaction_type: string | null;
|
|
1015301
1015603
|
id_payment_status: string | null;
|
|
1015302
1015604
|
transaction_number: string | null;
|
|
1015605
|
+
descriptions: string | null;
|
|
1015303
1015606
|
sub_transaction_amount: Decimal$1 | null;
|
|
1015304
1015607
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1015305
1015608
|
tax_amount: Decimal$1 | null;
|
|
@@ -1015362,6 +1015665,58 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1015362
1015665
|
id_transaction_type: string | null;
|
|
1015363
1015666
|
id_payment_status: string | null;
|
|
1015364
1015667
|
transaction_number: string | null;
|
|
1015668
|
+
descriptions: string | null;
|
|
1015669
|
+
sub_transaction_amount: Decimal$1 | null;
|
|
1015670
|
+
sub_transaction_local_amount: Decimal$1 | null;
|
|
1015671
|
+
tax_amount: Decimal$1 | null;
|
|
1015672
|
+
tax_local_amount: Decimal$1 | null;
|
|
1015673
|
+
transaction_amount: Decimal$1 | null;
|
|
1015674
|
+
local_transaction_amount: Decimal$1 | null;
|
|
1015675
|
+
outstanding_amount: Decimal$1 | null;
|
|
1015676
|
+
post_date: Date | null;
|
|
1015677
|
+
invoice_date: Date | null;
|
|
1015678
|
+
due_date: Date | null;
|
|
1015679
|
+
fully_paid_date: Date | null;
|
|
1015680
|
+
cancelled_transaction_number: string | null;
|
|
1015681
|
+
id_cancelled_reason: string | null;
|
|
1015682
|
+
cancelled_reason_description: string | null;
|
|
1015683
|
+
cancelled_at: Date | null;
|
|
1015684
|
+
cancelled_by: string | null;
|
|
1015685
|
+
is_cancelled: boolean | null;
|
|
1015686
|
+
id_ar_transaction_branch: string | null;
|
|
1015687
|
+
id_invoice_type: string | null;
|
|
1015688
|
+
id_compliance_sub_type: string | null;
|
|
1015689
|
+
id_ar_transaction_cancelled: string | null;
|
|
1015690
|
+
} | undefined)[] | undefined;
|
|
1015691
|
+
} | undefined;
|
|
1015692
|
+
meta: object;
|
|
1015693
|
+
}>;
|
|
1015694
|
+
syncTotals: MutationProcedure<{
|
|
1015695
|
+
input: {
|
|
1015696
|
+
id?: string | number | boolean | null | undefined;
|
|
1015697
|
+
ids?: (string | number | boolean)[] | null | undefined;
|
|
1015698
|
+
};
|
|
1015699
|
+
output: {
|
|
1015700
|
+
data: ({
|
|
1015701
|
+
is_active: boolean | null;
|
|
1015702
|
+
id: string;
|
|
1015703
|
+
logic_code: string | null;
|
|
1015704
|
+
created_at: Date | null;
|
|
1015705
|
+
created_by: string | null;
|
|
1015706
|
+
updated_at: Date | null;
|
|
1015707
|
+
updated_by: string | null;
|
|
1015708
|
+
id_currency: string | null;
|
|
1015709
|
+
id_agreed_payment_method: string | null;
|
|
1015710
|
+
tntd_days: number | null;
|
|
1015711
|
+
id_forwarding_consol: string | null;
|
|
1015712
|
+
id_local_currency: string | null;
|
|
1015713
|
+
id_forwarding_shipment_billing: string | null;
|
|
1015714
|
+
id_account_organization: string | null;
|
|
1015715
|
+
id_account_organization_address: string | null;
|
|
1015716
|
+
id_transaction_type: string | null;
|
|
1015717
|
+
id_payment_status: string | null;
|
|
1015718
|
+
transaction_number: string | null;
|
|
1015719
|
+
descriptions: string | null;
|
|
1015365
1015720
|
sub_transaction_amount: Decimal$1 | null;
|
|
1015366
1015721
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1015367
1015722
|
tax_amount: Decimal$1 | null;
|
|
@@ -1015527,6 +1015882,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1015527
1015882
|
id_transaction_type: string | null;
|
|
1015528
1015883
|
id_payment_status: string | null;
|
|
1015529
1015884
|
transaction_number: string | null;
|
|
1015885
|
+
descriptions: string | null;
|
|
1015530
1015886
|
sub_transaction_amount: Decimal$1 | null;
|
|
1015531
1015887
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1015532
1015888
|
tax_amount: Decimal$1 | null;
|
|
@@ -1015910,6 +1016266,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1015910
1016266
|
id_transaction_type: string | null;
|
|
1015911
1016267
|
id_payment_status: string | null;
|
|
1015912
1016268
|
transaction_number: string | null;
|
|
1016269
|
+
descriptions: string | null;
|
|
1015913
1016270
|
sub_transaction_amount: Decimal$1 | null;
|
|
1015914
1016271
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1015915
1016272
|
tax_amount: Decimal$1 | null;
|
|
@@ -1016970,6 +1017327,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1016970
1017327
|
id_payment_status: string | null;
|
|
1016971
1017328
|
transaction_number: string | null;
|
|
1016972
1017329
|
invoice_number: string | null;
|
|
1017330
|
+
descriptions: string | null;
|
|
1016973
1017331
|
sub_transaction_amount: Decimal$1 | null;
|
|
1016974
1017332
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1016975
1017333
|
tax_amount: Decimal$1 | null;
|
|
@@ -1017010,6 +1017368,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1017010
1017368
|
id_payment_status: string | null;
|
|
1017011
1017369
|
transaction_number: string | null;
|
|
1017012
1017370
|
invoice_number: string | null;
|
|
1017371
|
+
descriptions: string | null;
|
|
1017013
1017372
|
sub_transaction_amount: Decimal$1 | null;
|
|
1017014
1017373
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1017015
1017374
|
tax_amount: Decimal$1 | null;
|
|
@@ -1017182,6 +1017541,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1017182
1017541
|
id_payment_status: string | null;
|
|
1017183
1017542
|
transaction_number: string | null;
|
|
1017184
1017543
|
invoice_number: string | null;
|
|
1017544
|
+
descriptions: string | null;
|
|
1017185
1017545
|
sub_transaction_amount: Decimal$1 | null;
|
|
1017186
1017546
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1017187
1017547
|
tax_amount: Decimal$1 | null;
|
|
@@ -1017803,6 +1018163,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1017803
1018163
|
id_payment_status: string | null;
|
|
1017804
1018164
|
transaction_number: string | null;
|
|
1017805
1018165
|
invoice_number: string | null;
|
|
1018166
|
+
descriptions: string | null;
|
|
1017806
1018167
|
sub_transaction_amount: Decimal$1 | null;
|
|
1017807
1018168
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1017808
1018169
|
tax_amount: Decimal$1 | null;
|
|
@@ -1017843,6 +1018204,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1017843
1018204
|
id_payment_status: string | null;
|
|
1017844
1018205
|
transaction_number: string | null;
|
|
1017845
1018206
|
invoice_number: string | null;
|
|
1018207
|
+
descriptions: string | null;
|
|
1017846
1018208
|
sub_transaction_amount: Decimal$1 | null;
|
|
1017847
1018209
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1017848
1018210
|
tax_amount: Decimal$1 | null;
|
|
@@ -1018015,6 +1018377,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1018015
1018377
|
id_payment_status: string | null;
|
|
1018016
1018378
|
transaction_number: string | null;
|
|
1018017
1018379
|
invoice_number: string | null;
|
|
1018380
|
+
descriptions: string | null;
|
|
1018018
1018381
|
sub_transaction_amount: Decimal$1 | null;
|
|
1018019
1018382
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1018020
1018383
|
tax_amount: Decimal$1 | null;
|
|
@@ -1018154,6 +1018517,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1018154
1018517
|
id_payment_status?: string | number | boolean | null | undefined;
|
|
1018155
1018518
|
id_ap_branch_transaction?: string | number | boolean | null | undefined;
|
|
1018156
1018519
|
transaction_number?: string | number | boolean | null | undefined;
|
|
1018520
|
+
descriptions?: string | number | boolean | null | undefined;
|
|
1018157
1018521
|
invoice_number?: string | number | boolean | null | undefined;
|
|
1018158
1018522
|
sub_transaction_amount?: string | number | boolean | null | undefined;
|
|
1018159
1018523
|
sub_transaction_local_amount?: string | number | boolean | null | undefined;
|
|
@@ -1018218,6 +1018582,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1018218
1018582
|
id_payment_status: string | null;
|
|
1018219
1018583
|
transaction_number: string | null;
|
|
1018220
1018584
|
invoice_number: string | null;
|
|
1018585
|
+
descriptions: string | null;
|
|
1018221
1018586
|
sub_transaction_amount: Decimal$1 | null;
|
|
1018222
1018587
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1018223
1018588
|
tax_amount: Decimal$1 | null;
|
|
@@ -1018306,6 +1018671,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1018306
1018671
|
id_payment_status?: string | number | boolean | null | undefined;
|
|
1018307
1018672
|
id_ap_branch_transaction?: string | number | boolean | null | undefined;
|
|
1018308
1018673
|
transaction_number?: string | number | boolean | null | undefined;
|
|
1018674
|
+
descriptions?: string | number | boolean | null | undefined;
|
|
1018309
1018675
|
invoice_number?: string | number | boolean | null | undefined;
|
|
1018310
1018676
|
sub_transaction_amount?: string | number | boolean | null | undefined;
|
|
1018311
1018677
|
sub_transaction_local_amount?: string | number | boolean | null | undefined;
|
|
@@ -1018341,6 +1018707,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1018341
1018707
|
id_payment_status: string | null;
|
|
1018342
1018708
|
transaction_number: string | null;
|
|
1018343
1018709
|
invoice_number: string | null;
|
|
1018710
|
+
descriptions: string | null;
|
|
1018344
1018711
|
sub_transaction_amount: Decimal$1 | null;
|
|
1018345
1018712
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1018346
1018713
|
tax_amount: Decimal$1 | null;
|
|
@@ -1018401,6 +1018768,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1018401
1018768
|
id_payment_status: string | null;
|
|
1018402
1018769
|
transaction_number: string | null;
|
|
1018403
1018770
|
invoice_number: string | null;
|
|
1018771
|
+
descriptions: string | null;
|
|
1018404
1018772
|
sub_transaction_amount: Decimal$1 | null;
|
|
1018405
1018773
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1018406
1018774
|
tax_amount: Decimal$1 | null;
|
|
@@ -1018442,6 +1018810,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1018442
1018810
|
id_payment_status?: string | number | boolean | null | undefined;
|
|
1018443
1018811
|
id_ap_branch_transaction?: string | number | boolean | null | undefined;
|
|
1018444
1018812
|
transaction_number?: string | number | boolean | null | undefined;
|
|
1018813
|
+
descriptions?: string | number | boolean | null | undefined;
|
|
1018445
1018814
|
invoice_number?: string | number | boolean | null | undefined;
|
|
1018446
1018815
|
sub_transaction_amount?: string | number | boolean | null | undefined;
|
|
1018447
1018816
|
sub_transaction_local_amount?: string | number | boolean | null | undefined;
|
|
@@ -1018538,6 +1018907,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1018538
1018907
|
id_payment_status?: string | number | boolean | null | undefined;
|
|
1018539
1018908
|
id_ap_branch_transaction?: string | number | boolean | null | undefined;
|
|
1018540
1018909
|
transaction_number?: string | number | boolean | null | undefined;
|
|
1018910
|
+
descriptions?: string | number | boolean | null | undefined;
|
|
1018541
1018911
|
invoice_number?: string | number | boolean | null | undefined;
|
|
1018542
1018912
|
sub_transaction_amount?: string | number | boolean | null | undefined;
|
|
1018543
1018913
|
sub_transaction_local_amount?: string | number | boolean | null | undefined;
|
|
@@ -1018575,6 +1018945,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1018575
1018945
|
id_payment_status: string | null;
|
|
1018576
1018946
|
transaction_number: string | null;
|
|
1018577
1018947
|
invoice_number: string | null;
|
|
1018948
|
+
descriptions: string | null;
|
|
1018578
1018949
|
sub_transaction_amount: Decimal$1 | null;
|
|
1018579
1018950
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1018580
1018951
|
tax_amount: Decimal$1 | null;
|
|
@@ -1018628,6 +1018999,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1018628
1018999
|
id_payment_status: string | null;
|
|
1018629
1019000
|
transaction_number: string | null;
|
|
1018630
1019001
|
invoice_number: string | null;
|
|
1019002
|
+
descriptions: string | null;
|
|
1018631
1019003
|
sub_transaction_amount: Decimal$1 | null;
|
|
1018632
1019004
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1018633
1019005
|
tax_amount: Decimal$1 | null;
|
|
@@ -1018689,6 +1019061,57 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1018689
1019061
|
id_payment_status: string | null;
|
|
1018690
1019062
|
transaction_number: string | null;
|
|
1018691
1019063
|
invoice_number: string | null;
|
|
1019064
|
+
descriptions: string | null;
|
|
1019065
|
+
sub_transaction_amount: Decimal$1 | null;
|
|
1019066
|
+
sub_transaction_local_amount: Decimal$1 | null;
|
|
1019067
|
+
tax_amount: Decimal$1 | null;
|
|
1019068
|
+
tax_local_amount: Decimal$1 | null;
|
|
1019069
|
+
transaction_amount: Decimal$1 | null;
|
|
1019070
|
+
local_transaction_amount: Decimal$1 | null;
|
|
1019071
|
+
outstanding_amount: Decimal$1 | null;
|
|
1019072
|
+
post_date: Date | null;
|
|
1019073
|
+
invoice_date: Date | null;
|
|
1019074
|
+
due_date: Date | null;
|
|
1019075
|
+
fully_paid_date: Date | null;
|
|
1019076
|
+
requisition_date: Date | null;
|
|
1019077
|
+
id_ap_transaction_cancelled: string | null;
|
|
1019078
|
+
cancelled_transaction_number: string | null;
|
|
1019079
|
+
id_cancelled_reason: string | null;
|
|
1019080
|
+
cancelled_reason_description: string | null;
|
|
1019081
|
+
cancelled_at: Date | null;
|
|
1019082
|
+
cancelled_by: string | null;
|
|
1019083
|
+
is_cancelled: boolean | null;
|
|
1019084
|
+
} | undefined)[] | undefined;
|
|
1019085
|
+
} | undefined;
|
|
1019086
|
+
meta: object;
|
|
1019087
|
+
}>;
|
|
1019088
|
+
syncTotals: MutationProcedure<{
|
|
1019089
|
+
input: {
|
|
1019090
|
+
id?: string | number | boolean | null | undefined;
|
|
1019091
|
+
ids?: (string | number | boolean)[] | null | undefined;
|
|
1019092
|
+
};
|
|
1019093
|
+
output: {
|
|
1019094
|
+
data: ({
|
|
1019095
|
+
is_active: boolean | null;
|
|
1019096
|
+
id: string;
|
|
1019097
|
+
logic_code: string | null;
|
|
1019098
|
+
created_at: Date | null;
|
|
1019099
|
+
created_by: string | null;
|
|
1019100
|
+
updated_at: Date | null;
|
|
1019101
|
+
updated_by: string | null;
|
|
1019102
|
+
id_currency: string | null;
|
|
1019103
|
+
tntd_days: number | null;
|
|
1019104
|
+
id_forwarding_consol: string | null;
|
|
1019105
|
+
id_local_currency: string | null;
|
|
1019106
|
+
id_ap_transaction_branch: string | null;
|
|
1019107
|
+
id_account_organization: string | null;
|
|
1019108
|
+
id_account_organization_address: string | null;
|
|
1019109
|
+
id_transaction_type: string | null;
|
|
1019110
|
+
id_requisition_status: string | null;
|
|
1019111
|
+
id_payment_status: string | null;
|
|
1019112
|
+
transaction_number: string | null;
|
|
1019113
|
+
invoice_number: string | null;
|
|
1019114
|
+
descriptions: string | null;
|
|
1018692
1019115
|
sub_transaction_amount: Decimal$1 | null;
|
|
1018693
1019116
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1018694
1019117
|
tax_amount: Decimal$1 | null;
|
|
@@ -1019031,6 +1019454,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1019031
1019454
|
id_payment_status: string | null;
|
|
1019032
1019455
|
transaction_number: string | null;
|
|
1019033
1019456
|
invoice_number: string | null;
|
|
1019457
|
+
descriptions: string | null;
|
|
1019034
1019458
|
sub_transaction_amount: Decimal$1 | null;
|
|
1019035
1019459
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1019036
1019460
|
tax_amount: Decimal$1 | null;
|
|
@@ -1019443,6 +1019867,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1019443
1019867
|
id_payment_status: string | null;
|
|
1019444
1019868
|
transaction_number: string | null;
|
|
1019445
1019869
|
invoice_number: string | null;
|
|
1019870
|
+
descriptions: string | null;
|
|
1019446
1019871
|
sub_transaction_amount: Decimal$1 | null;
|
|
1019447
1019872
|
sub_transaction_local_amount: Decimal$1 | null;
|
|
1019448
1019873
|
tax_amount: Decimal$1 | null;
|