@be-logixpair/api 0.1.1-alpha.10 → 0.1.1-alpha.11
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 +64 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -188113,6 +188113,7 @@ type AggregateBilling_match_transactions = {
|
|
|
188113
188113
|
type Billing_match_transactionsMinAggregateOutputType = {
|
|
188114
188114
|
id: string | null;
|
|
188115
188115
|
id_primary_organization: string | null;
|
|
188116
|
+
match_transaction_number: string | null;
|
|
188116
188117
|
match_date: Date | null;
|
|
188117
188118
|
is_active: boolean | null;
|
|
188118
188119
|
is_matched: boolean | null;
|
|
@@ -188126,6 +188127,7 @@ type Billing_match_transactionsMinAggregateOutputType = {
|
|
|
188126
188127
|
type Billing_match_transactionsMaxAggregateOutputType = {
|
|
188127
188128
|
id: string | null;
|
|
188128
188129
|
id_primary_organization: string | null;
|
|
188130
|
+
match_transaction_number: string | null;
|
|
188129
188131
|
match_date: Date | null;
|
|
188130
188132
|
is_active: boolean | null;
|
|
188131
188133
|
is_matched: boolean | null;
|
|
@@ -188139,6 +188141,7 @@ type Billing_match_transactionsMaxAggregateOutputType = {
|
|
|
188139
188141
|
type Billing_match_transactionsCountAggregateOutputType = {
|
|
188140
188142
|
id: number;
|
|
188141
188143
|
id_primary_organization: number;
|
|
188144
|
+
match_transaction_number: number;
|
|
188142
188145
|
match_date: number;
|
|
188143
188146
|
is_active: number;
|
|
188144
188147
|
is_matched: number;
|
|
@@ -188153,6 +188156,7 @@ type Billing_match_transactionsCountAggregateOutputType = {
|
|
|
188153
188156
|
type Billing_match_transactionsMinAggregateInputType = {
|
|
188154
188157
|
id?: true;
|
|
188155
188158
|
id_primary_organization?: true;
|
|
188159
|
+
match_transaction_number?: true;
|
|
188156
188160
|
match_date?: true;
|
|
188157
188161
|
is_active?: true;
|
|
188158
188162
|
is_matched?: true;
|
|
@@ -188166,6 +188170,7 @@ type Billing_match_transactionsMinAggregateInputType = {
|
|
|
188166
188170
|
type Billing_match_transactionsMaxAggregateInputType = {
|
|
188167
188171
|
id?: true;
|
|
188168
188172
|
id_primary_organization?: true;
|
|
188173
|
+
match_transaction_number?: true;
|
|
188169
188174
|
match_date?: true;
|
|
188170
188175
|
is_active?: true;
|
|
188171
188176
|
is_matched?: true;
|
|
@@ -188179,6 +188184,7 @@ type Billing_match_transactionsMaxAggregateInputType = {
|
|
|
188179
188184
|
type Billing_match_transactionsCountAggregateInputType = {
|
|
188180
188185
|
id?: true;
|
|
188181
188186
|
id_primary_organization?: true;
|
|
188187
|
+
match_transaction_number?: true;
|
|
188182
188188
|
match_date?: true;
|
|
188183
188189
|
is_active?: true;
|
|
188184
188190
|
is_matched?: true;
|
|
@@ -188253,6 +188259,7 @@ type billing_match_transactionsGroupByArgs<ExtArgs extends Types$1.Extensions.In
|
|
|
188253
188259
|
type Billing_match_transactionsGroupByOutputType = {
|
|
188254
188260
|
id: string;
|
|
188255
188261
|
id_primary_organization: string | null;
|
|
188262
|
+
match_transaction_number: string | null;
|
|
188256
188263
|
match_date: Date | null;
|
|
188257
188264
|
is_active: boolean | null;
|
|
188258
188265
|
is_matched: boolean | null;
|
|
@@ -188273,6 +188280,7 @@ type billing_match_transactionsWhereInput = {
|
|
|
188273
188280
|
NOT?: billing_match_transactionsWhereInput | billing_match_transactionsWhereInput[];
|
|
188274
188281
|
id?: UuidFilter<"billing_match_transactions"> | string;
|
|
188275
188282
|
id_primary_organization?: UuidNullableFilter<"billing_match_transactions"> | string | null;
|
|
188283
|
+
match_transaction_number?: StringNullableFilter<"billing_match_transactions"> | string | null;
|
|
188276
188284
|
match_date?: DateTimeNullableFilter<"billing_match_transactions"> | Date | string | null;
|
|
188277
188285
|
is_active?: BoolNullableFilter<"billing_match_transactions"> | boolean | null;
|
|
188278
188286
|
is_matched?: BoolNullableFilter<"billing_match_transactions"> | boolean | null;
|
|
@@ -188290,6 +188298,7 @@ type billing_match_transactionsWhereInput = {
|
|
|
188290
188298
|
type billing_match_transactionsOrderByWithRelationInput = {
|
|
188291
188299
|
id?: SortOrder;
|
|
188292
188300
|
id_primary_organization?: SortOrderInput | SortOrder;
|
|
188301
|
+
match_transaction_number?: SortOrderInput | SortOrder;
|
|
188293
188302
|
match_date?: SortOrderInput | SortOrder;
|
|
188294
188303
|
is_active?: SortOrderInput | SortOrder;
|
|
188295
188304
|
is_matched?: SortOrderInput | SortOrder;
|
|
@@ -188306,6 +188315,7 @@ type billing_match_transactionsOrderByWithRelationInput = {
|
|
|
188306
188315
|
};
|
|
188307
188316
|
type billing_match_transactionsWhereUniqueInput = AtLeast<{
|
|
188308
188317
|
id?: string;
|
|
188318
|
+
match_transaction_number?: string;
|
|
188309
188319
|
AND?: billing_match_transactionsWhereInput | billing_match_transactionsWhereInput[];
|
|
188310
188320
|
OR?: billing_match_transactionsWhereInput[];
|
|
188311
188321
|
NOT?: billing_match_transactionsWhereInput | billing_match_transactionsWhereInput[];
|
|
@@ -188323,10 +188333,11 @@ type billing_match_transactionsWhereUniqueInput = AtLeast<{
|
|
|
188323
188333
|
billing_match_transaction_logs?: Billing_match_transaction_logsListRelationFilter;
|
|
188324
188334
|
settlement_organizations?: OrganizationsListRelationFilter;
|
|
188325
188335
|
billing_match_transaction_lines?: Billing_match_transaction_linesListRelationFilter;
|
|
188326
|
-
}, "id">;
|
|
188336
|
+
}, "id" | "match_transaction_number">;
|
|
188327
188337
|
type billing_match_transactionsOrderByWithAggregationInput = {
|
|
188328
188338
|
id?: SortOrder;
|
|
188329
188339
|
id_primary_organization?: SortOrderInput | SortOrder;
|
|
188340
|
+
match_transaction_number?: SortOrderInput | SortOrder;
|
|
188330
188341
|
match_date?: SortOrderInput | SortOrder;
|
|
188331
188342
|
is_active?: SortOrderInput | SortOrder;
|
|
188332
188343
|
is_matched?: SortOrderInput | SortOrder;
|
|
@@ -188346,6 +188357,7 @@ type billing_match_transactionsScalarWhereWithAggregatesInput = {
|
|
|
188346
188357
|
NOT?: billing_match_transactionsScalarWhereWithAggregatesInput | billing_match_transactionsScalarWhereWithAggregatesInput[];
|
|
188347
188358
|
id?: UuidWithAggregatesFilter<"billing_match_transactions"> | string;
|
|
188348
188359
|
id_primary_organization?: UuidNullableWithAggregatesFilter<"billing_match_transactions"> | string | null;
|
|
188360
|
+
match_transaction_number?: StringNullableWithAggregatesFilter<"billing_match_transactions"> | string | null;
|
|
188349
188361
|
match_date?: DateTimeNullableWithAggregatesFilter<"billing_match_transactions"> | Date | string | null;
|
|
188350
188362
|
is_active?: BoolNullableWithAggregatesFilter<"billing_match_transactions"> | boolean | null;
|
|
188351
188363
|
is_matched?: BoolNullableWithAggregatesFilter<"billing_match_transactions"> | boolean | null;
|
|
@@ -188358,6 +188370,7 @@ type billing_match_transactionsScalarWhereWithAggregatesInput = {
|
|
|
188358
188370
|
};
|
|
188359
188371
|
type billing_match_transactionsCreateInput = {
|
|
188360
188372
|
id?: string;
|
|
188373
|
+
match_transaction_number?: string | null;
|
|
188361
188374
|
match_date?: Date | string | null;
|
|
188362
188375
|
is_active?: boolean | null;
|
|
188363
188376
|
is_matched?: boolean | null;
|
|
@@ -188375,6 +188388,7 @@ type billing_match_transactionsCreateInput = {
|
|
|
188375
188388
|
type billing_match_transactionsUncheckedCreateInput = {
|
|
188376
188389
|
id?: string;
|
|
188377
188390
|
id_primary_organization?: string | null;
|
|
188391
|
+
match_transaction_number?: string | null;
|
|
188378
188392
|
match_date?: Date | string | null;
|
|
188379
188393
|
is_active?: boolean | null;
|
|
188380
188394
|
is_matched?: boolean | null;
|
|
@@ -188390,6 +188404,7 @@ type billing_match_transactionsUncheckedCreateInput = {
|
|
|
188390
188404
|
};
|
|
188391
188405
|
type billing_match_transactionsUpdateInput = {
|
|
188392
188406
|
id?: StringFieldUpdateOperationsInput | string;
|
|
188407
|
+
match_transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
188393
188408
|
match_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
188394
188409
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
188395
188410
|
is_matched?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -188407,6 +188422,7 @@ type billing_match_transactionsUpdateInput = {
|
|
|
188407
188422
|
type billing_match_transactionsUncheckedUpdateInput = {
|
|
188408
188423
|
id?: StringFieldUpdateOperationsInput | string;
|
|
188409
188424
|
id_primary_organization?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
188425
|
+
match_transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
188410
188426
|
match_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
188411
188427
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
188412
188428
|
is_matched?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -188423,6 +188439,7 @@ type billing_match_transactionsUncheckedUpdateInput = {
|
|
|
188423
188439
|
type billing_match_transactionsCreateManyInput = {
|
|
188424
188440
|
id?: string;
|
|
188425
188441
|
id_primary_organization?: string | null;
|
|
188442
|
+
match_transaction_number?: string | null;
|
|
188426
188443
|
match_date?: Date | string | null;
|
|
188427
188444
|
is_active?: boolean | null;
|
|
188428
188445
|
is_matched?: boolean | null;
|
|
@@ -188435,6 +188452,7 @@ type billing_match_transactionsCreateManyInput = {
|
|
|
188435
188452
|
};
|
|
188436
188453
|
type billing_match_transactionsUpdateManyMutationInput = {
|
|
188437
188454
|
id?: StringFieldUpdateOperationsInput | string;
|
|
188455
|
+
match_transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
188438
188456
|
match_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
188439
188457
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
188440
188458
|
is_matched?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -188448,6 +188466,7 @@ type billing_match_transactionsUpdateManyMutationInput = {
|
|
|
188448
188466
|
type billing_match_transactionsUncheckedUpdateManyInput = {
|
|
188449
188467
|
id?: StringFieldUpdateOperationsInput | string;
|
|
188450
188468
|
id_primary_organization?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
188469
|
+
match_transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
188451
188470
|
match_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
188452
188471
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
188453
188472
|
is_matched?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -188461,6 +188480,7 @@ type billing_match_transactionsUncheckedUpdateManyInput = {
|
|
|
188461
188480
|
type billing_match_transactionsCountOrderByAggregateInput = {
|
|
188462
188481
|
id?: SortOrder;
|
|
188463
188482
|
id_primary_organization?: SortOrder;
|
|
188483
|
+
match_transaction_number?: SortOrder;
|
|
188464
188484
|
match_date?: SortOrder;
|
|
188465
188485
|
is_active?: SortOrder;
|
|
188466
188486
|
is_matched?: SortOrder;
|
|
@@ -188474,6 +188494,7 @@ type billing_match_transactionsCountOrderByAggregateInput = {
|
|
|
188474
188494
|
type billing_match_transactionsMaxOrderByAggregateInput = {
|
|
188475
188495
|
id?: SortOrder;
|
|
188476
188496
|
id_primary_organization?: SortOrder;
|
|
188497
|
+
match_transaction_number?: SortOrder;
|
|
188477
188498
|
match_date?: SortOrder;
|
|
188478
188499
|
is_active?: SortOrder;
|
|
188479
188500
|
is_matched?: SortOrder;
|
|
@@ -188487,6 +188508,7 @@ type billing_match_transactionsMaxOrderByAggregateInput = {
|
|
|
188487
188508
|
type billing_match_transactionsMinOrderByAggregateInput = {
|
|
188488
188509
|
id?: SortOrder;
|
|
188489
188510
|
id_primary_organization?: SortOrder;
|
|
188511
|
+
match_transaction_number?: SortOrder;
|
|
188490
188512
|
match_date?: SortOrder;
|
|
188491
188513
|
is_active?: SortOrder;
|
|
188492
188514
|
is_matched?: SortOrder;
|
|
@@ -188611,6 +188633,7 @@ type billing_match_transactionsUncheckedUpdateManyWithoutSettlement_organization
|
|
|
188611
188633
|
};
|
|
188612
188634
|
type billing_match_transactionsCreateWithoutBilling_match_transaction_linesInput = {
|
|
188613
188635
|
id?: string;
|
|
188636
|
+
match_transaction_number?: string | null;
|
|
188614
188637
|
match_date?: Date | string | null;
|
|
188615
188638
|
is_active?: boolean | null;
|
|
188616
188639
|
is_matched?: boolean | null;
|
|
@@ -188627,6 +188650,7 @@ type billing_match_transactionsCreateWithoutBilling_match_transaction_linesInput
|
|
|
188627
188650
|
type billing_match_transactionsUncheckedCreateWithoutBilling_match_transaction_linesInput = {
|
|
188628
188651
|
id?: string;
|
|
188629
188652
|
id_primary_organization?: string | null;
|
|
188653
|
+
match_transaction_number?: string | null;
|
|
188630
188654
|
match_date?: Date | string | null;
|
|
188631
188655
|
is_active?: boolean | null;
|
|
188632
188656
|
is_matched?: boolean | null;
|
|
@@ -188654,6 +188678,7 @@ type billing_match_transactionsUpdateToOneWithWhereWithoutBilling_match_transact
|
|
|
188654
188678
|
};
|
|
188655
188679
|
type billing_match_transactionsUpdateWithoutBilling_match_transaction_linesInput = {
|
|
188656
188680
|
id?: StringFieldUpdateOperationsInput | string;
|
|
188681
|
+
match_transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
188657
188682
|
match_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
188658
188683
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
188659
188684
|
is_matched?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -188670,6 +188695,7 @@ type billing_match_transactionsUpdateWithoutBilling_match_transaction_linesInput
|
|
|
188670
188695
|
type billing_match_transactionsUncheckedUpdateWithoutBilling_match_transaction_linesInput = {
|
|
188671
188696
|
id?: StringFieldUpdateOperationsInput | string;
|
|
188672
188697
|
id_primary_organization?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
188698
|
+
match_transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
188673
188699
|
match_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
188674
188700
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
188675
188701
|
is_matched?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -188684,6 +188710,7 @@ type billing_match_transactionsUncheckedUpdateWithoutBilling_match_transaction_l
|
|
|
188684
188710
|
};
|
|
188685
188711
|
type billing_match_transactionsCreateWithoutBilling_match_transaction_logsInput = {
|
|
188686
188712
|
id?: string;
|
|
188713
|
+
match_transaction_number?: string | null;
|
|
188687
188714
|
match_date?: Date | string | null;
|
|
188688
188715
|
is_active?: boolean | null;
|
|
188689
188716
|
is_matched?: boolean | null;
|
|
@@ -188700,6 +188727,7 @@ type billing_match_transactionsCreateWithoutBilling_match_transaction_logsInput
|
|
|
188700
188727
|
type billing_match_transactionsUncheckedCreateWithoutBilling_match_transaction_logsInput = {
|
|
188701
188728
|
id?: string;
|
|
188702
188729
|
id_primary_organization?: string | null;
|
|
188730
|
+
match_transaction_number?: string | null;
|
|
188703
188731
|
match_date?: Date | string | null;
|
|
188704
188732
|
is_active?: boolean | null;
|
|
188705
188733
|
is_matched?: boolean | null;
|
|
@@ -188727,6 +188755,7 @@ type billing_match_transactionsUpdateToOneWithWhereWithoutBilling_match_transact
|
|
|
188727
188755
|
};
|
|
188728
188756
|
type billing_match_transactionsUpdateWithoutBilling_match_transaction_logsInput = {
|
|
188729
188757
|
id?: StringFieldUpdateOperationsInput | string;
|
|
188758
|
+
match_transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
188730
188759
|
match_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
188731
188760
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
188732
188761
|
is_matched?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -188743,6 +188772,7 @@ type billing_match_transactionsUpdateWithoutBilling_match_transaction_logsInput
|
|
|
188743
188772
|
type billing_match_transactionsUncheckedUpdateWithoutBilling_match_transaction_logsInput = {
|
|
188744
188773
|
id?: StringFieldUpdateOperationsInput | string;
|
|
188745
188774
|
id_primary_organization?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
188775
|
+
match_transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
188746
188776
|
match_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
188747
188777
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
188748
188778
|
is_matched?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -188757,6 +188787,7 @@ type billing_match_transactionsUncheckedUpdateWithoutBilling_match_transaction_l
|
|
|
188757
188787
|
};
|
|
188758
188788
|
type billing_match_transactionsCreateWithoutPrimary_organizationInput = {
|
|
188759
188789
|
id?: string;
|
|
188790
|
+
match_transaction_number?: string | null;
|
|
188760
188791
|
match_date?: Date | string | null;
|
|
188761
188792
|
is_active?: boolean | null;
|
|
188762
188793
|
is_matched?: boolean | null;
|
|
@@ -188772,6 +188803,7 @@ type billing_match_transactionsCreateWithoutPrimary_organizationInput = {
|
|
|
188772
188803
|
};
|
|
188773
188804
|
type billing_match_transactionsUncheckedCreateWithoutPrimary_organizationInput = {
|
|
188774
188805
|
id?: string;
|
|
188806
|
+
match_transaction_number?: string | null;
|
|
188775
188807
|
match_date?: Date | string | null;
|
|
188776
188808
|
is_active?: boolean | null;
|
|
188777
188809
|
is_matched?: boolean | null;
|
|
@@ -188795,6 +188827,7 @@ type billing_match_transactionsCreateManyPrimary_organizationInputEnvelope = {
|
|
|
188795
188827
|
};
|
|
188796
188828
|
type billing_match_transactionsCreateWithoutSettlement_organizationsInput = {
|
|
188797
188829
|
id?: string;
|
|
188830
|
+
match_transaction_number?: string | null;
|
|
188798
188831
|
match_date?: Date | string | null;
|
|
188799
188832
|
is_active?: boolean | null;
|
|
188800
188833
|
is_matched?: boolean | null;
|
|
@@ -188811,6 +188844,7 @@ type billing_match_transactionsCreateWithoutSettlement_organizationsInput = {
|
|
|
188811
188844
|
type billing_match_transactionsUncheckedCreateWithoutSettlement_organizationsInput = {
|
|
188812
188845
|
id?: string;
|
|
188813
188846
|
id_primary_organization?: string | null;
|
|
188847
|
+
match_transaction_number?: string | null;
|
|
188814
188848
|
match_date?: Date | string | null;
|
|
188815
188849
|
is_active?: boolean | null;
|
|
188816
188850
|
is_matched?: boolean | null;
|
|
@@ -188846,6 +188880,7 @@ type billing_match_transactionsScalarWhereInput = {
|
|
|
188846
188880
|
NOT?: billing_match_transactionsScalarWhereInput | billing_match_transactionsScalarWhereInput[];
|
|
188847
188881
|
id?: UuidFilter<"billing_match_transactions"> | string;
|
|
188848
188882
|
id_primary_organization?: UuidNullableFilter<"billing_match_transactions"> | string | null;
|
|
188883
|
+
match_transaction_number?: StringNullableFilter<"billing_match_transactions"> | string | null;
|
|
188849
188884
|
match_date?: DateTimeNullableFilter<"billing_match_transactions"> | Date | string | null;
|
|
188850
188885
|
is_active?: BoolNullableFilter<"billing_match_transactions"> | boolean | null;
|
|
188851
188886
|
is_matched?: BoolNullableFilter<"billing_match_transactions"> | boolean | null;
|
|
@@ -188871,6 +188906,7 @@ type billing_match_transactionsUpdateManyWithWhereWithoutSettlement_organization
|
|
|
188871
188906
|
};
|
|
188872
188907
|
type billing_match_transactionsCreateManyPrimary_organizationInput = {
|
|
188873
188908
|
id?: string;
|
|
188909
|
+
match_transaction_number?: string | null;
|
|
188874
188910
|
match_date?: Date | string | null;
|
|
188875
188911
|
is_active?: boolean | null;
|
|
188876
188912
|
is_matched?: boolean | null;
|
|
@@ -188883,6 +188919,7 @@ type billing_match_transactionsCreateManyPrimary_organizationInput = {
|
|
|
188883
188919
|
};
|
|
188884
188920
|
type billing_match_transactionsUpdateWithoutPrimary_organizationInput = {
|
|
188885
188921
|
id?: StringFieldUpdateOperationsInput | string;
|
|
188922
|
+
match_transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
188886
188923
|
match_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
188887
188924
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
188888
188925
|
is_matched?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -188898,6 +188935,7 @@ type billing_match_transactionsUpdateWithoutPrimary_organizationInput = {
|
|
|
188898
188935
|
};
|
|
188899
188936
|
type billing_match_transactionsUncheckedUpdateWithoutPrimary_organizationInput = {
|
|
188900
188937
|
id?: StringFieldUpdateOperationsInput | string;
|
|
188938
|
+
match_transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
188901
188939
|
match_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
188902
188940
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
188903
188941
|
is_matched?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -188913,6 +188951,7 @@ type billing_match_transactionsUncheckedUpdateWithoutPrimary_organizationInput =
|
|
|
188913
188951
|
};
|
|
188914
188952
|
type billing_match_transactionsUncheckedUpdateManyWithoutPrimary_organizationInput = {
|
|
188915
188953
|
id?: StringFieldUpdateOperationsInput | string;
|
|
188954
|
+
match_transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
188916
188955
|
match_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
188917
188956
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
188918
188957
|
is_matched?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -188925,6 +188964,7 @@ type billing_match_transactionsUncheckedUpdateManyWithoutPrimary_organizationInp
|
|
|
188925
188964
|
};
|
|
188926
188965
|
type billing_match_transactionsUpdateWithoutSettlement_organizationsInput = {
|
|
188927
188966
|
id?: StringFieldUpdateOperationsInput | string;
|
|
188967
|
+
match_transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
188928
188968
|
match_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
188929
188969
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
188930
188970
|
is_matched?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -188941,6 +188981,7 @@ type billing_match_transactionsUpdateWithoutSettlement_organizationsInput = {
|
|
|
188941
188981
|
type billing_match_transactionsUncheckedUpdateWithoutSettlement_organizationsInput = {
|
|
188942
188982
|
id?: StringFieldUpdateOperationsInput | string;
|
|
188943
188983
|
id_primary_organization?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
188984
|
+
match_transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
188944
188985
|
match_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
188945
188986
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
188946
188987
|
is_matched?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -188956,6 +188997,7 @@ type billing_match_transactionsUncheckedUpdateWithoutSettlement_organizationsInp
|
|
|
188956
188997
|
type billing_match_transactionsUncheckedUpdateManyWithoutSettlement_organizationsInput = {
|
|
188957
188998
|
id?: StringFieldUpdateOperationsInput | string;
|
|
188958
188999
|
id_primary_organization?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
189000
|
+
match_transaction_number?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
188959
189001
|
match_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
188960
189002
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
188961
189003
|
is_matched?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -189009,6 +189051,7 @@ type Billing_match_transactionsCountOutputTypeCountBilling_match_transaction_lin
|
|
|
189009
189051
|
type billing_match_transactionsSelect<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetSelect<{
|
|
189010
189052
|
id?: boolean;
|
|
189011
189053
|
id_primary_organization?: boolean;
|
|
189054
|
+
match_transaction_number?: boolean;
|
|
189012
189055
|
match_date?: boolean;
|
|
189013
189056
|
is_active?: boolean;
|
|
189014
189057
|
is_matched?: boolean;
|
|
@@ -189027,6 +189070,7 @@ type billing_match_transactionsSelect<ExtArgs extends Types$1.Extensions.Interna
|
|
|
189027
189070
|
type billing_match_transactionsSelectCreateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetSelect<{
|
|
189028
189071
|
id?: boolean;
|
|
189029
189072
|
id_primary_organization?: boolean;
|
|
189073
|
+
match_transaction_number?: boolean;
|
|
189030
189074
|
match_date?: boolean;
|
|
189031
189075
|
is_active?: boolean;
|
|
189032
189076
|
is_matched?: boolean;
|
|
@@ -189041,6 +189085,7 @@ type billing_match_transactionsSelectCreateManyAndReturn<ExtArgs extends Types$1
|
|
|
189041
189085
|
type billing_match_transactionsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetSelect<{
|
|
189042
189086
|
id?: boolean;
|
|
189043
189087
|
id_primary_organization?: boolean;
|
|
189088
|
+
match_transaction_number?: boolean;
|
|
189044
189089
|
match_date?: boolean;
|
|
189045
189090
|
is_active?: boolean;
|
|
189046
189091
|
is_matched?: boolean;
|
|
@@ -189055,6 +189100,7 @@ type billing_match_transactionsSelectUpdateManyAndReturn<ExtArgs extends Types$1
|
|
|
189055
189100
|
type billing_match_transactionsSelectScalar = {
|
|
189056
189101
|
id?: boolean;
|
|
189057
189102
|
id_primary_organization?: boolean;
|
|
189103
|
+
match_transaction_number?: boolean;
|
|
189058
189104
|
match_date?: boolean;
|
|
189059
189105
|
is_active?: boolean;
|
|
189060
189106
|
is_matched?: boolean;
|
|
@@ -189065,7 +189111,7 @@ type billing_match_transactionsSelectScalar = {
|
|
|
189065
189111
|
updated_at?: boolean;
|
|
189066
189112
|
updated_by?: boolean;
|
|
189067
189113
|
};
|
|
189068
|
-
type billing_match_transactionsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_primary_organization" | "match_date" | "is_active" | "is_matched" | "matched_at" | "matched_by" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["billing_match_transactions"]>;
|
|
189114
|
+
type billing_match_transactionsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_primary_organization" | "match_transaction_number" | "match_date" | "is_active" | "is_matched" | "matched_at" | "matched_by" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["billing_match_transactions"]>;
|
|
189069
189115
|
type billing_match_transactionsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
189070
189116
|
primary_organization?: boolean | billing_match_transactions$primary_organizationArgs<ExtArgs>;
|
|
189071
189117
|
billing_match_transaction_logs?: boolean | billing_match_transactions$billing_match_transaction_logsArgs<ExtArgs>;
|
|
@@ -189090,6 +189136,7 @@ type $billing_match_transactionsPayload<ExtArgs extends Types$1.Extensions.Inter
|
|
|
189090
189136
|
scalars: Types$1.Extensions.GetPayloadResult<{
|
|
189091
189137
|
id: string;
|
|
189092
189138
|
id_primary_organization: string | null;
|
|
189139
|
+
match_transaction_number: string | null;
|
|
189093
189140
|
match_date: Date | null;
|
|
189094
189141
|
is_active: boolean | null;
|
|
189095
189142
|
is_matched: boolean | null;
|
|
@@ -189446,6 +189493,7 @@ interface Prisma__billing_match_transactionsClient<T$1, Null = never, ExtArgs ex
|
|
|
189446
189493
|
interface billing_match_transactionsFieldRefs {
|
|
189447
189494
|
readonly id: FieldRef<"billing_match_transactions", 'String'>;
|
|
189448
189495
|
readonly id_primary_organization: FieldRef<"billing_match_transactions", 'String'>;
|
|
189496
|
+
readonly match_transaction_number: FieldRef<"billing_match_transactions", 'String'>;
|
|
189449
189497
|
readonly match_date: FieldRef<"billing_match_transactions", 'DateTime'>;
|
|
189450
189498
|
readonly is_active: FieldRef<"billing_match_transactions", 'Boolean'>;
|
|
189451
189499
|
readonly is_matched: FieldRef<"billing_match_transactions", 'Boolean'>;
|
|
@@ -1134945,6 +1134993,7 @@ type Billing_miscellaneous_transactionsScalarFieldEnum = (typeof Billing_miscell
|
|
|
1134945
1134993
|
declare const Billing_match_transactionsScalarFieldEnum: {
|
|
1134946
1134994
|
readonly id: "id";
|
|
1134947
1134995
|
readonly id_primary_organization: "id_primary_organization";
|
|
1134996
|
+
readonly match_transaction_number: "match_transaction_number";
|
|
1134948
1134997
|
readonly match_date: "match_date";
|
|
1134949
1134998
|
readonly is_active: "is_active";
|
|
1134950
1134999
|
readonly is_matched: "is_matched";
|
|
@@ -1215051,6 +1215100,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1215051
1215100
|
updated_by: string | null;
|
|
1215052
1215101
|
id_primary_organization: string | null;
|
|
1215053
1215102
|
is_matched: boolean | null;
|
|
1215103
|
+
match_transaction_number: string | null;
|
|
1215054
1215104
|
match_date: Date | null;
|
|
1215055
1215105
|
matched_at: Date | null;
|
|
1215056
1215106
|
matched_by: string | null;
|
|
@@ -1215783,6 +1215833,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1215783
1215833
|
updated_by: string | null;
|
|
1215784
1215834
|
id_primary_organization: string | null;
|
|
1215785
1215835
|
is_matched: boolean | null;
|
|
1215836
|
+
match_transaction_number: string | null;
|
|
1215786
1215837
|
match_date: Date | null;
|
|
1215787
1215838
|
matched_at: Date | null;
|
|
1215788
1215839
|
matched_by: string | null;
|
|
@@ -1215902,6 +1215953,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1215902
1215953
|
is_active?: string | number | boolean | null | undefined;
|
|
1215903
1215954
|
id_primary_organization?: string | number | boolean | null | undefined;
|
|
1215904
1215955
|
ids_settlement_organization?: (string | number | boolean)[] | null | undefined;
|
|
1215956
|
+
match_transaction_number?: string | number | boolean | null | undefined;
|
|
1215905
1215957
|
match_date?: string | number | boolean | null | undefined;
|
|
1215906
1215958
|
is_matched?: string | number | boolean | null | undefined;
|
|
1215907
1215959
|
matched_at?: string | number | boolean | null | undefined;
|
|
@@ -1215960,6 +1216012,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1215960
1216012
|
updated_by: string | null;
|
|
1215961
1216013
|
id_primary_organization: string | null;
|
|
1215962
1216014
|
is_matched: boolean | null;
|
|
1216015
|
+
match_transaction_number: string | null;
|
|
1215963
1216016
|
match_date: Date | null;
|
|
1215964
1216017
|
matched_at: Date | null;
|
|
1215965
1216018
|
matched_by: string | null;
|
|
@@ -1216040,6 +1216093,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1216040
1216093
|
is_active?: string | number | boolean | null | undefined;
|
|
1216041
1216094
|
id_primary_organization?: string | number | boolean | null | undefined;
|
|
1216042
1216095
|
ids_settlement_organization?: (string | number | boolean)[] | null | undefined;
|
|
1216096
|
+
match_transaction_number?: string | number | boolean | null | undefined;
|
|
1216043
1216097
|
match_date?: string | number | boolean | null | undefined;
|
|
1216044
1216098
|
is_matched?: string | number | boolean | null | undefined;
|
|
1216045
1216099
|
matched_at?: string | number | boolean | null | undefined;
|
|
@@ -1216055,6 +1216109,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1216055
1216109
|
updated_by: string | null;
|
|
1216056
1216110
|
id_primary_organization: string | null;
|
|
1216057
1216111
|
is_matched: boolean | null;
|
|
1216112
|
+
match_transaction_number: string | null;
|
|
1216058
1216113
|
match_date: Date | null;
|
|
1216059
1216114
|
matched_at: Date | null;
|
|
1216060
1216115
|
matched_by: string | null;
|
|
@@ -1216092,6 +1216147,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1216092
1216147
|
updated_by: string | null;
|
|
1216093
1216148
|
id_primary_organization: string | null;
|
|
1216094
1216149
|
is_matched: boolean | null;
|
|
1216150
|
+
match_transaction_number: string | null;
|
|
1216095
1216151
|
match_date: Date | null;
|
|
1216096
1216152
|
matched_at: Date | null;
|
|
1216097
1216153
|
matched_by: string | null;
|
|
@@ -1216105,6 +1216161,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1216105
1216161
|
is_active?: string | number | boolean | null | undefined;
|
|
1216106
1216162
|
id_primary_organization?: string | number | boolean | null | undefined;
|
|
1216107
1216163
|
ids_settlement_organization?: (string | number | boolean)[] | null | undefined;
|
|
1216164
|
+
match_transaction_number?: string | number | boolean | null | undefined;
|
|
1216108
1216165
|
match_date?: string | number | boolean | null | undefined;
|
|
1216109
1216166
|
is_matched?: string | number | boolean | null | undefined;
|
|
1216110
1216167
|
matched_at?: string | number | boolean | null | undefined;
|
|
@@ -1216210,6 +1216267,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1216210
1216267
|
is_active?: string | number | boolean | null | undefined;
|
|
1216211
1216268
|
id_primary_organization?: string | number | boolean | null | undefined;
|
|
1216212
1216269
|
ids_settlement_organization?: (string | number | boolean)[] | null | undefined;
|
|
1216270
|
+
match_transaction_number?: string | number | boolean | null | undefined;
|
|
1216213
1216271
|
match_date?: string | number | boolean | null | undefined;
|
|
1216214
1216272
|
is_matched?: string | number | boolean | null | undefined;
|
|
1216215
1216273
|
matched_at?: string | number | boolean | null | undefined;
|
|
@@ -1216227,6 +1216285,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1216227
1216285
|
updated_by: string | null;
|
|
1216228
1216286
|
id_primary_organization: string | null;
|
|
1216229
1216287
|
is_matched: boolean | null;
|
|
1216288
|
+
match_transaction_number: string | null;
|
|
1216230
1216289
|
match_date: Date | null;
|
|
1216231
1216290
|
matched_at: Date | null;
|
|
1216232
1216291
|
matched_by: string | null;
|
|
@@ -1216257,6 +1216316,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1216257
1216316
|
updated_by: string | null;
|
|
1216258
1216317
|
id_primary_organization: string | null;
|
|
1216259
1216318
|
is_matched: boolean | null;
|
|
1216319
|
+
match_transaction_number: string | null;
|
|
1216260
1216320
|
match_date: Date | null;
|
|
1216261
1216321
|
matched_at: Date | null;
|
|
1216262
1216322
|
matched_by: string | null;
|
|
@@ -1216545,6 +1216605,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1216545
1216605
|
updated_by: string | null;
|
|
1216546
1216606
|
id_primary_organization: string | null;
|
|
1216547
1216607
|
is_matched: boolean | null;
|
|
1216608
|
+
match_transaction_number: string | null;
|
|
1216548
1216609
|
match_date: Date | null;
|
|
1216549
1216610
|
matched_at: Date | null;
|
|
1216550
1216611
|
matched_by: string | null;
|
|
@@ -1217115,6 +1217176,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1217115
1217176
|
updated_by: string | null;
|
|
1217116
1217177
|
id_primary_organization: string | null;
|
|
1217117
1217178
|
is_matched: boolean | null;
|
|
1217179
|
+
match_transaction_number: string | null;
|
|
1217118
1217180
|
match_date: Date | null;
|
|
1217119
1217181
|
matched_at: Date | null;
|
|
1217120
1217182
|
matched_by: string | null;
|