@be-logixpair/api 0.0.61 → 0.0.62
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 +328 -376
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -214100,7 +214100,6 @@ type Organization_account_payable_detailsAvgAggregateOutputType = {
|
|
|
214100
214100
|
id_account_relationship: number | null;
|
|
214101
214101
|
id_consolidation_category: number | null;
|
|
214102
214102
|
id_transaction_restriction: number | null;
|
|
214103
|
-
id_agreed_payment_method: number | null;
|
|
214104
214103
|
id_tax_type: number | null;
|
|
214105
214104
|
};
|
|
214106
214105
|
type Organization_account_payable_detailsSumAggregateOutputType = {
|
|
@@ -214111,7 +214110,6 @@ type Organization_account_payable_detailsSumAggregateOutputType = {
|
|
|
214111
214110
|
id_account_relationship: bigint | null;
|
|
214112
214111
|
id_consolidation_category: bigint | null;
|
|
214113
214112
|
id_transaction_restriction: bigint | null;
|
|
214114
|
-
id_agreed_payment_method: bigint | null;
|
|
214115
214113
|
id_tax_type: bigint | null;
|
|
214116
214114
|
};
|
|
214117
214115
|
type Organization_account_payable_detailsMinAggregateOutputType = {
|
|
@@ -214122,7 +214120,6 @@ type Organization_account_payable_detailsMinAggregateOutputType = {
|
|
|
214122
214120
|
id_account_relationship: bigint | null;
|
|
214123
214121
|
id_consolidation_category: bigint | null;
|
|
214124
214122
|
id_transaction_restriction: bigint | null;
|
|
214125
|
-
id_agreed_payment_method: bigint | null;
|
|
214126
214123
|
id_tax_type: bigint | null;
|
|
214127
214124
|
logic_code: string | null;
|
|
214128
214125
|
is_active: boolean | null;
|
|
@@ -214139,7 +214136,6 @@ type Organization_account_payable_detailsMaxAggregateOutputType = {
|
|
|
214139
214136
|
id_account_relationship: bigint | null;
|
|
214140
214137
|
id_consolidation_category: bigint | null;
|
|
214141
214138
|
id_transaction_restriction: bigint | null;
|
|
214142
|
-
id_agreed_payment_method: bigint | null;
|
|
214143
214139
|
id_tax_type: bigint | null;
|
|
214144
214140
|
logic_code: string | null;
|
|
214145
214141
|
is_active: boolean | null;
|
|
@@ -214156,7 +214152,6 @@ type Organization_account_payable_detailsCountAggregateOutputType = {
|
|
|
214156
214152
|
id_account_relationship: number;
|
|
214157
214153
|
id_consolidation_category: number;
|
|
214158
214154
|
id_transaction_restriction: number;
|
|
214159
|
-
id_agreed_payment_method: number;
|
|
214160
214155
|
id_tax_type: number;
|
|
214161
214156
|
logic_code: number;
|
|
214162
214157
|
is_active: number;
|
|
@@ -214174,7 +214169,6 @@ type Organization_account_payable_detailsAvgAggregateInputType = {
|
|
|
214174
214169
|
id_account_relationship?: true;
|
|
214175
214170
|
id_consolidation_category?: true;
|
|
214176
214171
|
id_transaction_restriction?: true;
|
|
214177
|
-
id_agreed_payment_method?: true;
|
|
214178
214172
|
id_tax_type?: true;
|
|
214179
214173
|
};
|
|
214180
214174
|
type Organization_account_payable_detailsSumAggregateInputType = {
|
|
@@ -214185,7 +214179,6 @@ type Organization_account_payable_detailsSumAggregateInputType = {
|
|
|
214185
214179
|
id_account_relationship?: true;
|
|
214186
214180
|
id_consolidation_category?: true;
|
|
214187
214181
|
id_transaction_restriction?: true;
|
|
214188
|
-
id_agreed_payment_method?: true;
|
|
214189
214182
|
id_tax_type?: true;
|
|
214190
214183
|
};
|
|
214191
214184
|
type Organization_account_payable_detailsMinAggregateInputType = {
|
|
@@ -214196,7 +214189,6 @@ type Organization_account_payable_detailsMinAggregateInputType = {
|
|
|
214196
214189
|
id_account_relationship?: true;
|
|
214197
214190
|
id_consolidation_category?: true;
|
|
214198
214191
|
id_transaction_restriction?: true;
|
|
214199
|
-
id_agreed_payment_method?: true;
|
|
214200
214192
|
id_tax_type?: true;
|
|
214201
214193
|
logic_code?: true;
|
|
214202
214194
|
is_active?: true;
|
|
@@ -214213,7 +214205,6 @@ type Organization_account_payable_detailsMaxAggregateInputType = {
|
|
|
214213
214205
|
id_account_relationship?: true;
|
|
214214
214206
|
id_consolidation_category?: true;
|
|
214215
214207
|
id_transaction_restriction?: true;
|
|
214216
|
-
id_agreed_payment_method?: true;
|
|
214217
214208
|
id_tax_type?: true;
|
|
214218
214209
|
logic_code?: true;
|
|
214219
214210
|
is_active?: true;
|
|
@@ -214230,7 +214221,6 @@ type Organization_account_payable_detailsCountAggregateInputType = {
|
|
|
214230
214221
|
id_account_relationship?: true;
|
|
214231
214222
|
id_consolidation_category?: true;
|
|
214232
214223
|
id_transaction_restriction?: true;
|
|
214233
|
-
id_agreed_payment_method?: true;
|
|
214234
214224
|
id_tax_type?: true;
|
|
214235
214225
|
logic_code?: true;
|
|
214236
214226
|
is_active?: true;
|
|
@@ -214322,7 +214312,6 @@ type Organization_account_payable_detailsGroupByOutputType = {
|
|
|
214322
214312
|
id_account_relationship: bigint | null;
|
|
214323
214313
|
id_consolidation_category: bigint | null;
|
|
214324
214314
|
id_transaction_restriction: bigint | null;
|
|
214325
|
-
id_agreed_payment_method: bigint | null;
|
|
214326
214315
|
id_tax_type: bigint | null;
|
|
214327
214316
|
logic_code: string | null;
|
|
214328
214317
|
is_active: boolean | null;
|
|
@@ -214348,7 +214337,6 @@ type organization_account_payable_detailsWhereInput = {
|
|
|
214348
214337
|
id_account_relationship?: BigIntNullableFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
214349
214338
|
id_consolidation_category?: BigIntNullableFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
214350
214339
|
id_transaction_restriction?: BigIntNullableFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
214351
|
-
id_agreed_payment_method?: BigIntNullableFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
214352
214340
|
id_tax_type?: BigIntNullableFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
214353
214341
|
logic_code?: StringNullableFilter<"organization_account_payable_details"> | string | null;
|
|
214354
214342
|
is_active?: BoolNullableFilter<"organization_account_payable_details"> | boolean | null;
|
|
@@ -214362,7 +214350,6 @@ type organization_account_payable_detailsWhereInput = {
|
|
|
214362
214350
|
organization_account_relationship?: XOR<Organization_account_relationshipsNullableScalarRelationFilter, organization_account_relationshipsWhereInput> | null;
|
|
214363
214351
|
organization_consolidation_category?: XOR<Organization_consolidation_categoriesNullableScalarRelationFilter, organization_consolidation_categoriesWhereInput> | null;
|
|
214364
214352
|
organization_transaction_restriction?: XOR<Organization_transaction_restrictionsNullableScalarRelationFilter, organization_transaction_restrictionsWhereInput> | null;
|
|
214365
|
-
organization_account_agreed_payment_method?: XOR<Organization_account_agreed_payment_methodsNullableScalarRelationFilter, organization_account_agreed_payment_methodsWhereInput> | null;
|
|
214366
214353
|
organization_tax_type?: XOR<Organization_tax_typesNullableScalarRelationFilter, organization_tax_typesWhereInput> | null;
|
|
214367
214354
|
organization_account_payable_detail_logs?: Organization_account_payable_detail_logsListRelationFilter;
|
|
214368
214355
|
organization_account_bank_details?: Organization_account_bank_detailsListRelationFilter;
|
|
@@ -214375,7 +214362,6 @@ type organization_account_payable_detailsOrderByWithRelationInput = {
|
|
|
214375
214362
|
id_account_relationship?: SortOrderInput | SortOrder;
|
|
214376
214363
|
id_consolidation_category?: SortOrderInput | SortOrder;
|
|
214377
214364
|
id_transaction_restriction?: SortOrderInput | SortOrder;
|
|
214378
|
-
id_agreed_payment_method?: SortOrderInput | SortOrder;
|
|
214379
214365
|
id_tax_type?: SortOrderInput | SortOrder;
|
|
214380
214366
|
logic_code?: SortOrderInput | SortOrder;
|
|
214381
214367
|
is_active?: SortOrderInput | SortOrder;
|
|
@@ -214389,7 +214375,6 @@ type organization_account_payable_detailsOrderByWithRelationInput = {
|
|
|
214389
214375
|
organization_account_relationship?: organization_account_relationshipsOrderByWithRelationInput;
|
|
214390
214376
|
organization_consolidation_category?: organization_consolidation_categoriesOrderByWithRelationInput;
|
|
214391
214377
|
organization_transaction_restriction?: organization_transaction_restrictionsOrderByWithRelationInput;
|
|
214392
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsOrderByWithRelationInput;
|
|
214393
214378
|
organization_tax_type?: organization_tax_typesOrderByWithRelationInput;
|
|
214394
214379
|
organization_account_payable_detail_logs?: organization_account_payable_detail_logsOrderByRelationAggregateInput;
|
|
214395
214380
|
organization_account_bank_details?: organization_account_bank_detailsOrderByRelationAggregateInput;
|
|
@@ -214407,7 +214392,6 @@ type organization_account_payable_detailsWhereUniqueInput = AtLeast<{
|
|
|
214407
214392
|
id_account_relationship?: BigIntNullableFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
214408
214393
|
id_consolidation_category?: BigIntNullableFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
214409
214394
|
id_transaction_restriction?: BigIntNullableFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
214410
|
-
id_agreed_payment_method?: BigIntNullableFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
214411
214395
|
id_tax_type?: BigIntNullableFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
214412
214396
|
is_active?: BoolNullableFilter<"organization_account_payable_details"> | boolean | null;
|
|
214413
214397
|
created_at?: DateTimeNullableFilter<"organization_account_payable_details"> | Date | string | null;
|
|
@@ -214420,7 +214404,6 @@ type organization_account_payable_detailsWhereUniqueInput = AtLeast<{
|
|
|
214420
214404
|
organization_account_relationship?: XOR<Organization_account_relationshipsNullableScalarRelationFilter, organization_account_relationshipsWhereInput> | null;
|
|
214421
214405
|
organization_consolidation_category?: XOR<Organization_consolidation_categoriesNullableScalarRelationFilter, organization_consolidation_categoriesWhereInput> | null;
|
|
214422
214406
|
organization_transaction_restriction?: XOR<Organization_transaction_restrictionsNullableScalarRelationFilter, organization_transaction_restrictionsWhereInput> | null;
|
|
214423
|
-
organization_account_agreed_payment_method?: XOR<Organization_account_agreed_payment_methodsNullableScalarRelationFilter, organization_account_agreed_payment_methodsWhereInput> | null;
|
|
214424
214407
|
organization_tax_type?: XOR<Organization_tax_typesNullableScalarRelationFilter, organization_tax_typesWhereInput> | null;
|
|
214425
214408
|
organization_account_payable_detail_logs?: Organization_account_payable_detail_logsListRelationFilter;
|
|
214426
214409
|
organization_account_bank_details?: Organization_account_bank_detailsListRelationFilter;
|
|
@@ -214433,7 +214416,6 @@ type organization_account_payable_detailsOrderByWithAggregationInput = {
|
|
|
214433
214416
|
id_account_relationship?: SortOrderInput | SortOrder;
|
|
214434
214417
|
id_consolidation_category?: SortOrderInput | SortOrder;
|
|
214435
214418
|
id_transaction_restriction?: SortOrderInput | SortOrder;
|
|
214436
|
-
id_agreed_payment_method?: SortOrderInput | SortOrder;
|
|
214437
214419
|
id_tax_type?: SortOrderInput | SortOrder;
|
|
214438
214420
|
logic_code?: SortOrderInput | SortOrder;
|
|
214439
214421
|
is_active?: SortOrderInput | SortOrder;
|
|
@@ -214458,7 +214440,6 @@ type organization_account_payable_detailsScalarWhereWithAggregatesInput = {
|
|
|
214458
214440
|
id_account_relationship?: BigIntNullableWithAggregatesFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
214459
214441
|
id_consolidation_category?: BigIntNullableWithAggregatesFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
214460
214442
|
id_transaction_restriction?: BigIntNullableWithAggregatesFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
214461
|
-
id_agreed_payment_method?: BigIntNullableWithAggregatesFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
214462
214443
|
id_tax_type?: BigIntNullableWithAggregatesFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
214463
214444
|
logic_code?: StringNullableWithAggregatesFilter<"organization_account_payable_details"> | string | null;
|
|
214464
214445
|
is_active?: BoolNullableWithAggregatesFilter<"organization_account_payable_details"> | boolean | null;
|
|
@@ -214481,7 +214462,6 @@ type organization_account_payable_detailsCreateInput = {
|
|
|
214481
214462
|
organization_account_relationship?: organization_account_relationshipsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
214482
214463
|
organization_consolidation_category?: organization_consolidation_categoriesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
214483
214464
|
organization_transaction_restriction?: organization_transaction_restrictionsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
214484
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
214485
214465
|
organization_tax_type?: organization_tax_typesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
214486
214466
|
organization_account_payable_detail_logs?: organization_account_payable_detail_logsCreateNestedManyWithoutOrganization_account_payable_detailInput;
|
|
214487
214467
|
organization_account_bank_details?: organization_account_bank_detailsCreateNestedManyWithoutAccount_payableInput;
|
|
@@ -214494,7 +214474,6 @@ type organization_account_payable_detailsUncheckedCreateInput = {
|
|
|
214494
214474
|
id_account_relationship?: bigint | number | null;
|
|
214495
214475
|
id_consolidation_category?: bigint | number | null;
|
|
214496
214476
|
id_transaction_restriction?: bigint | number | null;
|
|
214497
|
-
id_agreed_payment_method?: bigint | number | null;
|
|
214498
214477
|
id_tax_type?: bigint | number | null;
|
|
214499
214478
|
logic_code?: string | null;
|
|
214500
214479
|
is_active?: boolean | null;
|
|
@@ -214519,7 +214498,6 @@ type organization_account_payable_detailsUpdateInput = {
|
|
|
214519
214498
|
organization_account_relationship?: organization_account_relationshipsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
214520
214499
|
organization_consolidation_category?: organization_consolidation_categoriesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
214521
214500
|
organization_transaction_restriction?: organization_transaction_restrictionsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
214522
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
214523
214501
|
organization_tax_type?: organization_tax_typesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
214524
214502
|
organization_account_payable_detail_logs?: organization_account_payable_detail_logsUpdateManyWithoutOrganization_account_payable_detailNestedInput;
|
|
214525
214503
|
organization_account_bank_details?: organization_account_bank_detailsUpdateManyWithoutAccount_payableNestedInput;
|
|
@@ -214532,7 +214510,6 @@ type organization_account_payable_detailsUncheckedUpdateInput = {
|
|
|
214532
214510
|
id_account_relationship?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
214533
214511
|
id_consolidation_category?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
214534
214512
|
id_transaction_restriction?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
214535
|
-
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
214536
214513
|
id_tax_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
214537
214514
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
214538
214515
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -214551,7 +214528,6 @@ type organization_account_payable_detailsCreateManyInput = {
|
|
|
214551
214528
|
id_account_relationship?: bigint | number | null;
|
|
214552
214529
|
id_consolidation_category?: bigint | number | null;
|
|
214553
214530
|
id_transaction_restriction?: bigint | number | null;
|
|
214554
|
-
id_agreed_payment_method?: bigint | number | null;
|
|
214555
214531
|
id_tax_type?: bigint | number | null;
|
|
214556
214532
|
logic_code?: string | null;
|
|
214557
214533
|
is_active?: boolean | null;
|
|
@@ -214577,7 +214553,6 @@ type organization_account_payable_detailsUncheckedUpdateManyInput = {
|
|
|
214577
214553
|
id_account_relationship?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
214578
214554
|
id_consolidation_category?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
214579
214555
|
id_transaction_restriction?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
214580
|
-
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
214581
214556
|
id_tax_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
214582
214557
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
214583
214558
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -214606,7 +214581,6 @@ type organization_account_payable_detailsCountOrderByAggregateInput = {
|
|
|
214606
214581
|
id_account_relationship?: SortOrder;
|
|
214607
214582
|
id_consolidation_category?: SortOrder;
|
|
214608
214583
|
id_transaction_restriction?: SortOrder;
|
|
214609
|
-
id_agreed_payment_method?: SortOrder;
|
|
214610
214584
|
id_tax_type?: SortOrder;
|
|
214611
214585
|
logic_code?: SortOrder;
|
|
214612
214586
|
is_active?: SortOrder;
|
|
@@ -214623,7 +214597,6 @@ type organization_account_payable_detailsAvgOrderByAggregateInput = {
|
|
|
214623
214597
|
id_account_relationship?: SortOrder;
|
|
214624
214598
|
id_consolidation_category?: SortOrder;
|
|
214625
214599
|
id_transaction_restriction?: SortOrder;
|
|
214626
|
-
id_agreed_payment_method?: SortOrder;
|
|
214627
214600
|
id_tax_type?: SortOrder;
|
|
214628
214601
|
};
|
|
214629
214602
|
type organization_account_payable_detailsMaxOrderByAggregateInput = {
|
|
@@ -214634,7 +214607,6 @@ type organization_account_payable_detailsMaxOrderByAggregateInput = {
|
|
|
214634
214607
|
id_account_relationship?: SortOrder;
|
|
214635
214608
|
id_consolidation_category?: SortOrder;
|
|
214636
214609
|
id_transaction_restriction?: SortOrder;
|
|
214637
|
-
id_agreed_payment_method?: SortOrder;
|
|
214638
214610
|
id_tax_type?: SortOrder;
|
|
214639
214611
|
logic_code?: SortOrder;
|
|
214640
214612
|
is_active?: SortOrder;
|
|
@@ -214651,7 +214623,6 @@ type organization_account_payable_detailsMinOrderByAggregateInput = {
|
|
|
214651
214623
|
id_account_relationship?: SortOrder;
|
|
214652
214624
|
id_consolidation_category?: SortOrder;
|
|
214653
214625
|
id_transaction_restriction?: SortOrder;
|
|
214654
|
-
id_agreed_payment_method?: SortOrder;
|
|
214655
214626
|
id_tax_type?: SortOrder;
|
|
214656
214627
|
logic_code?: SortOrder;
|
|
214657
214628
|
is_active?: SortOrder;
|
|
@@ -214668,7 +214639,6 @@ type organization_account_payable_detailsSumOrderByAggregateInput = {
|
|
|
214668
214639
|
id_account_relationship?: SortOrder;
|
|
214669
214640
|
id_consolidation_category?: SortOrder;
|
|
214670
214641
|
id_transaction_restriction?: SortOrder;
|
|
214671
|
-
id_agreed_payment_method?: SortOrder;
|
|
214672
214642
|
id_tax_type?: SortOrder;
|
|
214673
214643
|
};
|
|
214674
214644
|
type Organization_account_payable_detailsNullableScalarRelationFilter = {
|
|
@@ -214917,44 +214887,6 @@ type organization_account_payable_detailsUncheckedUpdateManyWithoutOrganization_
|
|
|
214917
214887
|
updateMany?: organization_account_payable_detailsUpdateManyWithWhereWithoutOrganization_transaction_restrictionInput | organization_account_payable_detailsUpdateManyWithWhereWithoutOrganization_transaction_restrictionInput[];
|
|
214918
214888
|
deleteMany?: organization_account_payable_detailsScalarWhereInput | organization_account_payable_detailsScalarWhereInput[];
|
|
214919
214889
|
};
|
|
214920
|
-
type organization_account_payable_detailsCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput = {
|
|
214921
|
-
create?: XOR<organization_account_payable_detailsCreateWithoutOrganization_account_agreed_payment_methodInput, organization_account_payable_detailsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput> | organization_account_payable_detailsCreateWithoutOrganization_account_agreed_payment_methodInput[] | organization_account_payable_detailsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput[];
|
|
214922
|
-
connectOrCreate?: organization_account_payable_detailsCreateOrConnectWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_detailsCreateOrConnectWithoutOrganization_account_agreed_payment_methodInput[];
|
|
214923
|
-
createMany?: organization_account_payable_detailsCreateManyOrganization_account_agreed_payment_methodInputEnvelope;
|
|
214924
|
-
connect?: organization_account_payable_detailsWhereUniqueInput | organization_account_payable_detailsWhereUniqueInput[];
|
|
214925
|
-
};
|
|
214926
|
-
type organization_account_payable_detailsUncheckedCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput = {
|
|
214927
|
-
create?: XOR<organization_account_payable_detailsCreateWithoutOrganization_account_agreed_payment_methodInput, organization_account_payable_detailsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput> | organization_account_payable_detailsCreateWithoutOrganization_account_agreed_payment_methodInput[] | organization_account_payable_detailsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput[];
|
|
214928
|
-
connectOrCreate?: organization_account_payable_detailsCreateOrConnectWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_detailsCreateOrConnectWithoutOrganization_account_agreed_payment_methodInput[];
|
|
214929
|
-
createMany?: organization_account_payable_detailsCreateManyOrganization_account_agreed_payment_methodInputEnvelope;
|
|
214930
|
-
connect?: organization_account_payable_detailsWhereUniqueInput | organization_account_payable_detailsWhereUniqueInput[];
|
|
214931
|
-
};
|
|
214932
|
-
type organization_account_payable_detailsUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput = {
|
|
214933
|
-
create?: XOR<organization_account_payable_detailsCreateWithoutOrganization_account_agreed_payment_methodInput, organization_account_payable_detailsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput> | organization_account_payable_detailsCreateWithoutOrganization_account_agreed_payment_methodInput[] | organization_account_payable_detailsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput[];
|
|
214934
|
-
connectOrCreate?: organization_account_payable_detailsCreateOrConnectWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_detailsCreateOrConnectWithoutOrganization_account_agreed_payment_methodInput[];
|
|
214935
|
-
upsert?: organization_account_payable_detailsUpsertWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_detailsUpsertWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput[];
|
|
214936
|
-
createMany?: organization_account_payable_detailsCreateManyOrganization_account_agreed_payment_methodInputEnvelope;
|
|
214937
|
-
set?: organization_account_payable_detailsWhereUniqueInput | organization_account_payable_detailsWhereUniqueInput[];
|
|
214938
|
-
disconnect?: organization_account_payable_detailsWhereUniqueInput | organization_account_payable_detailsWhereUniqueInput[];
|
|
214939
|
-
delete?: organization_account_payable_detailsWhereUniqueInput | organization_account_payable_detailsWhereUniqueInput[];
|
|
214940
|
-
connect?: organization_account_payable_detailsWhereUniqueInput | organization_account_payable_detailsWhereUniqueInput[];
|
|
214941
|
-
update?: organization_account_payable_detailsUpdateWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_detailsUpdateWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput[];
|
|
214942
|
-
updateMany?: organization_account_payable_detailsUpdateManyWithWhereWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_detailsUpdateManyWithWhereWithoutOrganization_account_agreed_payment_methodInput[];
|
|
214943
|
-
deleteMany?: organization_account_payable_detailsScalarWhereInput | organization_account_payable_detailsScalarWhereInput[];
|
|
214944
|
-
};
|
|
214945
|
-
type organization_account_payable_detailsUncheckedUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput = {
|
|
214946
|
-
create?: XOR<organization_account_payable_detailsCreateWithoutOrganization_account_agreed_payment_methodInput, organization_account_payable_detailsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput> | organization_account_payable_detailsCreateWithoutOrganization_account_agreed_payment_methodInput[] | organization_account_payable_detailsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput[];
|
|
214947
|
-
connectOrCreate?: organization_account_payable_detailsCreateOrConnectWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_detailsCreateOrConnectWithoutOrganization_account_agreed_payment_methodInput[];
|
|
214948
|
-
upsert?: organization_account_payable_detailsUpsertWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_detailsUpsertWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput[];
|
|
214949
|
-
createMany?: organization_account_payable_detailsCreateManyOrganization_account_agreed_payment_methodInputEnvelope;
|
|
214950
|
-
set?: organization_account_payable_detailsWhereUniqueInput | organization_account_payable_detailsWhereUniqueInput[];
|
|
214951
|
-
disconnect?: organization_account_payable_detailsWhereUniqueInput | organization_account_payable_detailsWhereUniqueInput[];
|
|
214952
|
-
delete?: organization_account_payable_detailsWhereUniqueInput | organization_account_payable_detailsWhereUniqueInput[];
|
|
214953
|
-
connect?: organization_account_payable_detailsWhereUniqueInput | organization_account_payable_detailsWhereUniqueInput[];
|
|
214954
|
-
update?: organization_account_payable_detailsUpdateWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_detailsUpdateWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput[];
|
|
214955
|
-
updateMany?: organization_account_payable_detailsUpdateManyWithWhereWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_detailsUpdateManyWithWhereWithoutOrganization_account_agreed_payment_methodInput[];
|
|
214956
|
-
deleteMany?: organization_account_payable_detailsScalarWhereInput | organization_account_payable_detailsScalarWhereInput[];
|
|
214957
|
-
};
|
|
214958
214890
|
type organization_account_payable_detailsCreateNestedOneWithoutOrganization_account_payable_detail_logsInput = {
|
|
214959
214891
|
create?: XOR<organization_account_payable_detailsCreateWithoutOrganization_account_payable_detail_logsInput, organization_account_payable_detailsUncheckedCreateWithoutOrganization_account_payable_detail_logsInput>;
|
|
214960
214892
|
connectOrCreate?: organization_account_payable_detailsCreateOrConnectWithoutOrganization_account_payable_detail_logsInput;
|
|
@@ -215020,7 +214952,6 @@ type organization_account_payable_detailsCreateWithoutOrganizationInput = {
|
|
|
215020
214952
|
organization_account_relationship?: organization_account_relationshipsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215021
214953
|
organization_consolidation_category?: organization_consolidation_categoriesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215022
214954
|
organization_transaction_restriction?: organization_transaction_restrictionsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215023
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215024
214955
|
organization_tax_type?: organization_tax_typesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215025
214956
|
organization_account_payable_detail_logs?: organization_account_payable_detail_logsCreateNestedManyWithoutOrganization_account_payable_detailInput;
|
|
215026
214957
|
organization_account_bank_details?: organization_account_bank_detailsCreateNestedManyWithoutAccount_payableInput;
|
|
@@ -215032,7 +214963,6 @@ type organization_account_payable_detailsUncheckedCreateWithoutOrganizationInput
|
|
|
215032
214963
|
id_account_relationship?: bigint | number | null;
|
|
215033
214964
|
id_consolidation_category?: bigint | number | null;
|
|
215034
214965
|
id_transaction_restriction?: bigint | number | null;
|
|
215035
|
-
id_agreed_payment_method?: bigint | number | null;
|
|
215036
214966
|
id_tax_type?: bigint | number | null;
|
|
215037
214967
|
logic_code?: string | null;
|
|
215038
214968
|
is_active?: boolean | null;
|
|
@@ -215075,7 +215005,6 @@ type organization_account_payable_detailsScalarWhereInput = {
|
|
|
215075
215005
|
id_account_relationship?: BigIntNullableFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
215076
215006
|
id_consolidation_category?: BigIntNullableFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
215077
215007
|
id_transaction_restriction?: BigIntNullableFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
215078
|
-
id_agreed_payment_method?: BigIntNullableFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
215079
215008
|
id_tax_type?: BigIntNullableFilter<"organization_account_payable_details"> | bigint | number | null;
|
|
215080
215009
|
logic_code?: StringNullableFilter<"organization_account_payable_details"> | string | null;
|
|
215081
215010
|
is_active?: BoolNullableFilter<"organization_account_payable_details"> | boolean | null;
|
|
@@ -215098,7 +215027,6 @@ type organization_account_payable_detailsCreateWithoutOrganization_account_bank_
|
|
|
215098
215027
|
organization_account_relationship?: organization_account_relationshipsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215099
215028
|
organization_consolidation_category?: organization_consolidation_categoriesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215100
215029
|
organization_transaction_restriction?: organization_transaction_restrictionsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215101
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215102
215030
|
organization_tax_type?: organization_tax_typesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215103
215031
|
organization_account_payable_detail_logs?: organization_account_payable_detail_logsCreateNestedManyWithoutOrganization_account_payable_detailInput;
|
|
215104
215032
|
};
|
|
@@ -215110,7 +215038,6 @@ type organization_account_payable_detailsUncheckedCreateWithoutOrganization_acco
|
|
|
215110
215038
|
id_account_relationship?: bigint | number | null;
|
|
215111
215039
|
id_consolidation_category?: bigint | number | null;
|
|
215112
215040
|
id_transaction_restriction?: bigint | number | null;
|
|
215113
|
-
id_agreed_payment_method?: bigint | number | null;
|
|
215114
215041
|
id_tax_type?: bigint | number | null;
|
|
215115
215042
|
logic_code?: string | null;
|
|
215116
215043
|
is_active?: boolean | null;
|
|
@@ -215147,7 +215074,6 @@ type organization_account_payable_detailsUpdateWithoutOrganization_account_bank_
|
|
|
215147
215074
|
organization_account_relationship?: organization_account_relationshipsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215148
215075
|
organization_consolidation_category?: organization_consolidation_categoriesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215149
215076
|
organization_transaction_restriction?: organization_transaction_restrictionsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215150
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215151
215077
|
organization_tax_type?: organization_tax_typesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215152
215078
|
organization_account_payable_detail_logs?: organization_account_payable_detail_logsUpdateManyWithoutOrganization_account_payable_detailNestedInput;
|
|
215153
215079
|
};
|
|
@@ -215159,7 +215085,6 @@ type organization_account_payable_detailsUncheckedUpdateWithoutOrganization_acco
|
|
|
215159
215085
|
id_account_relationship?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215160
215086
|
id_consolidation_category?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215161
215087
|
id_transaction_restriction?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215162
|
-
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215163
215088
|
id_tax_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215164
215089
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
215165
215090
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -215182,7 +215107,6 @@ type organization_account_payable_detailsCreateWithoutOrganization_account_group
|
|
|
215182
215107
|
organization_account_relationship?: organization_account_relationshipsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215183
215108
|
organization_consolidation_category?: organization_consolidation_categoriesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215184
215109
|
organization_transaction_restriction?: organization_transaction_restrictionsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215185
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215186
215110
|
organization_tax_type?: organization_tax_typesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215187
215111
|
organization_account_payable_detail_logs?: organization_account_payable_detail_logsCreateNestedManyWithoutOrganization_account_payable_detailInput;
|
|
215188
215112
|
organization_account_bank_details?: organization_account_bank_detailsCreateNestedManyWithoutAccount_payableInput;
|
|
@@ -215194,7 +215118,6 @@ type organization_account_payable_detailsUncheckedCreateWithoutOrganization_acco
|
|
|
215194
215118
|
id_account_relationship?: bigint | number | null;
|
|
215195
215119
|
id_consolidation_category?: bigint | number | null;
|
|
215196
215120
|
id_transaction_restriction?: bigint | number | null;
|
|
215197
|
-
id_agreed_payment_method?: bigint | number | null;
|
|
215198
215121
|
id_tax_type?: bigint | number | null;
|
|
215199
215122
|
logic_code?: string | null;
|
|
215200
215123
|
is_active?: boolean | null;
|
|
@@ -215239,7 +215162,6 @@ type organization_account_payable_detailsCreateWithoutOrganization_account_relat
|
|
|
215239
215162
|
organization_account_group?: organization_account_groupsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215240
215163
|
organization_consolidation_category?: organization_consolidation_categoriesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215241
215164
|
organization_transaction_restriction?: organization_transaction_restrictionsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215242
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215243
215165
|
organization_tax_type?: organization_tax_typesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215244
215166
|
organization_account_payable_detail_logs?: organization_account_payable_detail_logsCreateNestedManyWithoutOrganization_account_payable_detailInput;
|
|
215245
215167
|
organization_account_bank_details?: organization_account_bank_detailsCreateNestedManyWithoutAccount_payableInput;
|
|
@@ -215251,7 +215173,6 @@ type organization_account_payable_detailsUncheckedCreateWithoutOrganization_acco
|
|
|
215251
215173
|
id_account_group?: bigint | number | null;
|
|
215252
215174
|
id_consolidation_category?: bigint | number | null;
|
|
215253
215175
|
id_transaction_restriction?: bigint | number | null;
|
|
215254
|
-
id_agreed_payment_method?: bigint | number | null;
|
|
215255
215176
|
id_tax_type?: bigint | number | null;
|
|
215256
215177
|
logic_code?: string | null;
|
|
215257
215178
|
is_active?: boolean | null;
|
|
@@ -215296,7 +215217,6 @@ type organization_account_payable_detailsCreateWithoutOrganization_consolidation
|
|
|
215296
215217
|
organization_account_group?: organization_account_groupsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215297
215218
|
organization_account_relationship?: organization_account_relationshipsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215298
215219
|
organization_transaction_restriction?: organization_transaction_restrictionsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215299
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215300
215220
|
organization_tax_type?: organization_tax_typesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215301
215221
|
organization_account_payable_detail_logs?: organization_account_payable_detail_logsCreateNestedManyWithoutOrganization_account_payable_detailInput;
|
|
215302
215222
|
organization_account_bank_details?: organization_account_bank_detailsCreateNestedManyWithoutAccount_payableInput;
|
|
@@ -215308,7 +215228,6 @@ type organization_account_payable_detailsUncheckedCreateWithoutOrganization_cons
|
|
|
215308
215228
|
id_account_group?: bigint | number | null;
|
|
215309
215229
|
id_account_relationship?: bigint | number | null;
|
|
215310
215230
|
id_transaction_restriction?: bigint | number | null;
|
|
215311
|
-
id_agreed_payment_method?: bigint | number | null;
|
|
215312
215231
|
id_tax_type?: bigint | number | null;
|
|
215313
215232
|
logic_code?: string | null;
|
|
215314
215233
|
is_active?: boolean | null;
|
|
@@ -215354,7 +215273,6 @@ type organization_account_payable_detailsCreateWithoutOrganization_tax_typeInput
|
|
|
215354
215273
|
organization_account_relationship?: organization_account_relationshipsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215355
215274
|
organization_consolidation_category?: organization_consolidation_categoriesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215356
215275
|
organization_transaction_restriction?: organization_transaction_restrictionsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215357
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215358
215276
|
organization_account_payable_detail_logs?: organization_account_payable_detail_logsCreateNestedManyWithoutOrganization_account_payable_detailInput;
|
|
215359
215277
|
organization_account_bank_details?: organization_account_bank_detailsCreateNestedManyWithoutAccount_payableInput;
|
|
215360
215278
|
};
|
|
@@ -215366,7 +215284,6 @@ type organization_account_payable_detailsUncheckedCreateWithoutOrganization_tax_
|
|
|
215366
215284
|
id_account_relationship?: bigint | number | null;
|
|
215367
215285
|
id_consolidation_category?: bigint | number | null;
|
|
215368
215286
|
id_transaction_restriction?: bigint | number | null;
|
|
215369
|
-
id_agreed_payment_method?: bigint | number | null;
|
|
215370
215287
|
logic_code?: string | null;
|
|
215371
215288
|
is_active?: boolean | null;
|
|
215372
215289
|
created_at?: Date | string | null;
|
|
@@ -215410,7 +215327,6 @@ type organization_account_payable_detailsCreateWithoutOrganization_transaction_r
|
|
|
215410
215327
|
organization_account_group?: organization_account_groupsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215411
215328
|
organization_account_relationship?: organization_account_relationshipsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215412
215329
|
organization_consolidation_category?: organization_consolidation_categoriesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215413
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215414
215330
|
organization_tax_type?: organization_tax_typesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215415
215331
|
organization_account_payable_detail_logs?: organization_account_payable_detail_logsCreateNestedManyWithoutOrganization_account_payable_detailInput;
|
|
215416
215332
|
organization_account_bank_details?: organization_account_bank_detailsCreateNestedManyWithoutAccount_payableInput;
|
|
@@ -215422,7 +215338,6 @@ type organization_account_payable_detailsUncheckedCreateWithoutOrganization_tran
|
|
|
215422
215338
|
id_account_group?: bigint | number | null;
|
|
215423
215339
|
id_account_relationship?: bigint | number | null;
|
|
215424
215340
|
id_consolidation_category?: bigint | number | null;
|
|
215425
|
-
id_agreed_payment_method?: bigint | number | null;
|
|
215426
215341
|
id_tax_type?: bigint | number | null;
|
|
215427
215342
|
logic_code?: string | null;
|
|
215428
215343
|
is_active?: boolean | null;
|
|
@@ -215454,63 +215369,6 @@ type organization_account_payable_detailsUpdateManyWithWhereWithoutOrganization_
|
|
|
215454
215369
|
where: organization_account_payable_detailsScalarWhereInput;
|
|
215455
215370
|
data: XOR<organization_account_payable_detailsUpdateManyMutationInput, organization_account_payable_detailsUncheckedUpdateManyWithoutOrganization_transaction_restrictionInput>;
|
|
215456
215371
|
};
|
|
215457
|
-
type organization_account_payable_detailsCreateWithoutOrganization_account_agreed_payment_methodInput = {
|
|
215458
|
-
id?: bigint | number;
|
|
215459
|
-
logic_code?: string | null;
|
|
215460
|
-
is_active?: boolean | null;
|
|
215461
|
-
created_at?: Date | string | null;
|
|
215462
|
-
created_by?: string | null;
|
|
215463
|
-
updated_at?: Date | string | null;
|
|
215464
|
-
updated_by?: string | null;
|
|
215465
|
-
company?: companiesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215466
|
-
organization?: organizationsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215467
|
-
organization_account_group?: organization_account_groupsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215468
|
-
organization_account_relationship?: organization_account_relationshipsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215469
|
-
organization_consolidation_category?: organization_consolidation_categoriesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215470
|
-
organization_transaction_restriction?: organization_transaction_restrictionsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215471
|
-
organization_tax_type?: organization_tax_typesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215472
|
-
organization_account_payable_detail_logs?: organization_account_payable_detail_logsCreateNestedManyWithoutOrganization_account_payable_detailInput;
|
|
215473
|
-
organization_account_bank_details?: organization_account_bank_detailsCreateNestedManyWithoutAccount_payableInput;
|
|
215474
|
-
};
|
|
215475
|
-
type organization_account_payable_detailsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput = {
|
|
215476
|
-
id?: bigint | number;
|
|
215477
|
-
id_organization?: bigint | number | null;
|
|
215478
|
-
id_company?: bigint | number | null;
|
|
215479
|
-
id_account_group?: bigint | number | null;
|
|
215480
|
-
id_account_relationship?: bigint | number | null;
|
|
215481
|
-
id_consolidation_category?: bigint | number | null;
|
|
215482
|
-
id_transaction_restriction?: bigint | number | null;
|
|
215483
|
-
id_tax_type?: bigint | number | null;
|
|
215484
|
-
logic_code?: string | null;
|
|
215485
|
-
is_active?: boolean | null;
|
|
215486
|
-
created_at?: Date | string | null;
|
|
215487
|
-
created_by?: string | null;
|
|
215488
|
-
updated_at?: Date | string | null;
|
|
215489
|
-
updated_by?: string | null;
|
|
215490
|
-
organization_account_payable_detail_logs?: organization_account_payable_detail_logsUncheckedCreateNestedManyWithoutOrganization_account_payable_detailInput;
|
|
215491
|
-
organization_account_bank_details?: organization_account_bank_detailsUncheckedCreateNestedManyWithoutAccount_payableInput;
|
|
215492
|
-
};
|
|
215493
|
-
type organization_account_payable_detailsCreateOrConnectWithoutOrganization_account_agreed_payment_methodInput = {
|
|
215494
|
-
where: organization_account_payable_detailsWhereUniqueInput;
|
|
215495
|
-
create: XOR<organization_account_payable_detailsCreateWithoutOrganization_account_agreed_payment_methodInput, organization_account_payable_detailsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput>;
|
|
215496
|
-
};
|
|
215497
|
-
type organization_account_payable_detailsCreateManyOrganization_account_agreed_payment_methodInputEnvelope = {
|
|
215498
|
-
data: organization_account_payable_detailsCreateManyOrganization_account_agreed_payment_methodInput | organization_account_payable_detailsCreateManyOrganization_account_agreed_payment_methodInput[];
|
|
215499
|
-
skipDuplicates?: boolean;
|
|
215500
|
-
};
|
|
215501
|
-
type organization_account_payable_detailsUpsertWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput = {
|
|
215502
|
-
where: organization_account_payable_detailsWhereUniqueInput;
|
|
215503
|
-
update: XOR<organization_account_payable_detailsUpdateWithoutOrganization_account_agreed_payment_methodInput, organization_account_payable_detailsUncheckedUpdateWithoutOrganization_account_agreed_payment_methodInput>;
|
|
215504
|
-
create: XOR<organization_account_payable_detailsCreateWithoutOrganization_account_agreed_payment_methodInput, organization_account_payable_detailsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput>;
|
|
215505
|
-
};
|
|
215506
|
-
type organization_account_payable_detailsUpdateWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput = {
|
|
215507
|
-
where: organization_account_payable_detailsWhereUniqueInput;
|
|
215508
|
-
data: XOR<organization_account_payable_detailsUpdateWithoutOrganization_account_agreed_payment_methodInput, organization_account_payable_detailsUncheckedUpdateWithoutOrganization_account_agreed_payment_methodInput>;
|
|
215509
|
-
};
|
|
215510
|
-
type organization_account_payable_detailsUpdateManyWithWhereWithoutOrganization_account_agreed_payment_methodInput = {
|
|
215511
|
-
where: organization_account_payable_detailsScalarWhereInput;
|
|
215512
|
-
data: XOR<organization_account_payable_detailsUpdateManyMutationInput, organization_account_payable_detailsUncheckedUpdateManyWithoutOrganization_account_agreed_payment_methodInput>;
|
|
215513
|
-
};
|
|
215514
215372
|
type organization_account_payable_detailsCreateWithoutOrganization_account_payable_detail_logsInput = {
|
|
215515
215373
|
id?: bigint | number;
|
|
215516
215374
|
logic_code?: string | null;
|
|
@@ -215525,7 +215383,6 @@ type organization_account_payable_detailsCreateWithoutOrganization_account_payab
|
|
|
215525
215383
|
organization_account_relationship?: organization_account_relationshipsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215526
215384
|
organization_consolidation_category?: organization_consolidation_categoriesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215527
215385
|
organization_transaction_restriction?: organization_transaction_restrictionsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215528
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215529
215386
|
organization_tax_type?: organization_tax_typesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215530
215387
|
organization_account_bank_details?: organization_account_bank_detailsCreateNestedManyWithoutAccount_payableInput;
|
|
215531
215388
|
};
|
|
@@ -215537,7 +215394,6 @@ type organization_account_payable_detailsUncheckedCreateWithoutOrganization_acco
|
|
|
215537
215394
|
id_account_relationship?: bigint | number | null;
|
|
215538
215395
|
id_consolidation_category?: bigint | number | null;
|
|
215539
215396
|
id_transaction_restriction?: bigint | number | null;
|
|
215540
|
-
id_agreed_payment_method?: bigint | number | null;
|
|
215541
215397
|
id_tax_type?: bigint | number | null;
|
|
215542
215398
|
logic_code?: string | null;
|
|
215543
215399
|
is_active?: boolean | null;
|
|
@@ -215574,7 +215430,6 @@ type organization_account_payable_detailsUpdateWithoutOrganization_account_payab
|
|
|
215574
215430
|
organization_account_relationship?: organization_account_relationshipsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215575
215431
|
organization_consolidation_category?: organization_consolidation_categoriesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215576
215432
|
organization_transaction_restriction?: organization_transaction_restrictionsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215577
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215578
215433
|
organization_tax_type?: organization_tax_typesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215579
215434
|
organization_account_bank_details?: organization_account_bank_detailsUpdateManyWithoutAccount_payableNestedInput;
|
|
215580
215435
|
};
|
|
@@ -215586,7 +215441,6 @@ type organization_account_payable_detailsUncheckedUpdateWithoutOrganization_acco
|
|
|
215586
215441
|
id_account_relationship?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215587
215442
|
id_consolidation_category?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215588
215443
|
id_transaction_restriction?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215589
|
-
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215590
215444
|
id_tax_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215591
215445
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
215592
215446
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -215609,7 +215463,6 @@ type organization_account_payable_detailsCreateWithoutCompanyInput = {
|
|
|
215609
215463
|
organization_account_relationship?: organization_account_relationshipsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215610
215464
|
organization_consolidation_category?: organization_consolidation_categoriesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215611
215465
|
organization_transaction_restriction?: organization_transaction_restrictionsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215612
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215613
215466
|
organization_tax_type?: organization_tax_typesCreateNestedOneWithoutOrganization_account_payable_detailsInput;
|
|
215614
215467
|
organization_account_payable_detail_logs?: organization_account_payable_detail_logsCreateNestedManyWithoutOrganization_account_payable_detailInput;
|
|
215615
215468
|
organization_account_bank_details?: organization_account_bank_detailsCreateNestedManyWithoutAccount_payableInput;
|
|
@@ -215621,7 +215474,6 @@ type organization_account_payable_detailsUncheckedCreateWithoutCompanyInput = {
|
|
|
215621
215474
|
id_account_relationship?: bigint | number | null;
|
|
215622
215475
|
id_consolidation_category?: bigint | number | null;
|
|
215623
215476
|
id_transaction_restriction?: bigint | number | null;
|
|
215624
|
-
id_agreed_payment_method?: bigint | number | null;
|
|
215625
215477
|
id_tax_type?: bigint | number | null;
|
|
215626
215478
|
logic_code?: string | null;
|
|
215627
215479
|
is_active?: boolean | null;
|
|
@@ -215660,7 +215512,6 @@ type organization_account_payable_detailsCreateManyOrganizationInput = {
|
|
|
215660
215512
|
id_account_relationship?: bigint | number | null;
|
|
215661
215513
|
id_consolidation_category?: bigint | number | null;
|
|
215662
215514
|
id_transaction_restriction?: bigint | number | null;
|
|
215663
|
-
id_agreed_payment_method?: bigint | number | null;
|
|
215664
215515
|
id_tax_type?: bigint | number | null;
|
|
215665
215516
|
logic_code?: string | null;
|
|
215666
215517
|
is_active?: boolean | null;
|
|
@@ -215682,7 +215533,6 @@ type organization_account_payable_detailsUpdateWithoutOrganizationInput = {
|
|
|
215682
215533
|
organization_account_relationship?: organization_account_relationshipsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215683
215534
|
organization_consolidation_category?: organization_consolidation_categoriesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215684
215535
|
organization_transaction_restriction?: organization_transaction_restrictionsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215685
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215686
215536
|
organization_tax_type?: organization_tax_typesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215687
215537
|
organization_account_payable_detail_logs?: organization_account_payable_detail_logsUpdateManyWithoutOrganization_account_payable_detailNestedInput;
|
|
215688
215538
|
organization_account_bank_details?: organization_account_bank_detailsUpdateManyWithoutAccount_payableNestedInput;
|
|
@@ -215694,7 +215544,6 @@ type organization_account_payable_detailsUncheckedUpdateWithoutOrganizationInput
|
|
|
215694
215544
|
id_account_relationship?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215695
215545
|
id_consolidation_category?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215696
215546
|
id_transaction_restriction?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215697
|
-
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215698
215547
|
id_tax_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215699
215548
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
215700
215549
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -215712,7 +215561,6 @@ type organization_account_payable_detailsUncheckedUpdateManyWithoutOrganizationI
|
|
|
215712
215561
|
id_account_relationship?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215713
215562
|
id_consolidation_category?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215714
215563
|
id_transaction_restriction?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215715
|
-
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215716
215564
|
id_tax_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215717
215565
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
215718
215566
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -215728,7 +215576,6 @@ type organization_account_payable_detailsCreateManyOrganization_account_groupInp
|
|
|
215728
215576
|
id_account_relationship?: bigint | number | null;
|
|
215729
215577
|
id_consolidation_category?: bigint | number | null;
|
|
215730
215578
|
id_transaction_restriction?: bigint | number | null;
|
|
215731
|
-
id_agreed_payment_method?: bigint | number | null;
|
|
215732
215579
|
id_tax_type?: bigint | number | null;
|
|
215733
215580
|
logic_code?: string | null;
|
|
215734
215581
|
is_active?: boolean | null;
|
|
@@ -215750,7 +215597,6 @@ type organization_account_payable_detailsUpdateWithoutOrganization_account_group
|
|
|
215750
215597
|
organization_account_relationship?: organization_account_relationshipsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215751
215598
|
organization_consolidation_category?: organization_consolidation_categoriesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215752
215599
|
organization_transaction_restriction?: organization_transaction_restrictionsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215753
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215754
215600
|
organization_tax_type?: organization_tax_typesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215755
215601
|
organization_account_payable_detail_logs?: organization_account_payable_detail_logsUpdateManyWithoutOrganization_account_payable_detailNestedInput;
|
|
215756
215602
|
organization_account_bank_details?: organization_account_bank_detailsUpdateManyWithoutAccount_payableNestedInput;
|
|
@@ -215762,7 +215608,6 @@ type organization_account_payable_detailsUncheckedUpdateWithoutOrganization_acco
|
|
|
215762
215608
|
id_account_relationship?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215763
215609
|
id_consolidation_category?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215764
215610
|
id_transaction_restriction?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215765
|
-
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215766
215611
|
id_tax_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215767
215612
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
215768
215613
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -215780,7 +215625,6 @@ type organization_account_payable_detailsUncheckedUpdateManyWithoutOrganization_
|
|
|
215780
215625
|
id_account_relationship?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215781
215626
|
id_consolidation_category?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215782
215627
|
id_transaction_restriction?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215783
|
-
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215784
215628
|
id_tax_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215785
215629
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
215786
215630
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -215796,7 +215640,6 @@ type organization_account_payable_detailsCreateManyOrganization_account_relation
|
|
|
215796
215640
|
id_account_group?: bigint | number | null;
|
|
215797
215641
|
id_consolidation_category?: bigint | number | null;
|
|
215798
215642
|
id_transaction_restriction?: bigint | number | null;
|
|
215799
|
-
id_agreed_payment_method?: bigint | number | null;
|
|
215800
215643
|
id_tax_type?: bigint | number | null;
|
|
215801
215644
|
logic_code?: string | null;
|
|
215802
215645
|
is_active?: boolean | null;
|
|
@@ -215818,7 +215661,6 @@ type organization_account_payable_detailsUpdateWithoutOrganization_account_relat
|
|
|
215818
215661
|
organization_account_group?: organization_account_groupsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215819
215662
|
organization_consolidation_category?: organization_consolidation_categoriesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215820
215663
|
organization_transaction_restriction?: organization_transaction_restrictionsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215821
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215822
215664
|
organization_tax_type?: organization_tax_typesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215823
215665
|
organization_account_payable_detail_logs?: organization_account_payable_detail_logsUpdateManyWithoutOrganization_account_payable_detailNestedInput;
|
|
215824
215666
|
organization_account_bank_details?: organization_account_bank_detailsUpdateManyWithoutAccount_payableNestedInput;
|
|
@@ -215830,7 +215672,6 @@ type organization_account_payable_detailsUncheckedUpdateWithoutOrganization_acco
|
|
|
215830
215672
|
id_account_group?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215831
215673
|
id_consolidation_category?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215832
215674
|
id_transaction_restriction?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215833
|
-
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215834
215675
|
id_tax_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215835
215676
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
215836
215677
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -215848,7 +215689,6 @@ type organization_account_payable_detailsUncheckedUpdateManyWithoutOrganization_
|
|
|
215848
215689
|
id_account_group?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215849
215690
|
id_consolidation_category?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215850
215691
|
id_transaction_restriction?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215851
|
-
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215852
215692
|
id_tax_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215853
215693
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
215854
215694
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -215864,7 +215704,6 @@ type organization_account_payable_detailsCreateManyOrganization_consolidation_ca
|
|
|
215864
215704
|
id_account_group?: bigint | number | null;
|
|
215865
215705
|
id_account_relationship?: bigint | number | null;
|
|
215866
215706
|
id_transaction_restriction?: bigint | number | null;
|
|
215867
|
-
id_agreed_payment_method?: bigint | number | null;
|
|
215868
215707
|
id_tax_type?: bigint | number | null;
|
|
215869
215708
|
logic_code?: string | null;
|
|
215870
215709
|
is_active?: boolean | null;
|
|
@@ -215886,7 +215725,6 @@ type organization_account_payable_detailsUpdateWithoutOrganization_consolidation
|
|
|
215886
215725
|
organization_account_group?: organization_account_groupsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215887
215726
|
organization_account_relationship?: organization_account_relationshipsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215888
215727
|
organization_transaction_restriction?: organization_transaction_restrictionsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215889
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215890
215728
|
organization_tax_type?: organization_tax_typesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215891
215729
|
organization_account_payable_detail_logs?: organization_account_payable_detail_logsUpdateManyWithoutOrganization_account_payable_detailNestedInput;
|
|
215892
215730
|
organization_account_bank_details?: organization_account_bank_detailsUpdateManyWithoutAccount_payableNestedInput;
|
|
@@ -215898,7 +215736,6 @@ type organization_account_payable_detailsUncheckedUpdateWithoutOrganization_cons
|
|
|
215898
215736
|
id_account_group?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215899
215737
|
id_account_relationship?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215900
215738
|
id_transaction_restriction?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215901
|
-
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215902
215739
|
id_tax_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215903
215740
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
215904
215741
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -215916,7 +215753,6 @@ type organization_account_payable_detailsUncheckedUpdateManyWithoutOrganization_
|
|
|
215916
215753
|
id_account_group?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215917
215754
|
id_account_relationship?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215918
215755
|
id_transaction_restriction?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215919
|
-
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215920
215756
|
id_tax_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215921
215757
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
215922
215758
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -215933,7 +215769,6 @@ type organization_account_payable_detailsCreateManyOrganization_tax_typeInput =
|
|
|
215933
215769
|
id_account_relationship?: bigint | number | null;
|
|
215934
215770
|
id_consolidation_category?: bigint | number | null;
|
|
215935
215771
|
id_transaction_restriction?: bigint | number | null;
|
|
215936
|
-
id_agreed_payment_method?: bigint | number | null;
|
|
215937
215772
|
logic_code?: string | null;
|
|
215938
215773
|
is_active?: boolean | null;
|
|
215939
215774
|
created_at?: Date | string | null;
|
|
@@ -215955,7 +215790,6 @@ type organization_account_payable_detailsUpdateWithoutOrganization_tax_typeInput
|
|
|
215955
215790
|
organization_account_relationship?: organization_account_relationshipsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215956
215791
|
organization_consolidation_category?: organization_consolidation_categoriesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215957
215792
|
organization_transaction_restriction?: organization_transaction_restrictionsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215958
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
215959
215793
|
organization_account_payable_detail_logs?: organization_account_payable_detail_logsUpdateManyWithoutOrganization_account_payable_detailNestedInput;
|
|
215960
215794
|
organization_account_bank_details?: organization_account_bank_detailsUpdateManyWithoutAccount_payableNestedInput;
|
|
215961
215795
|
};
|
|
@@ -215967,7 +215801,6 @@ type organization_account_payable_detailsUncheckedUpdateWithoutOrganization_tax_
|
|
|
215967
215801
|
id_account_relationship?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215968
215802
|
id_consolidation_category?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215969
215803
|
id_transaction_restriction?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215970
|
-
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215971
215804
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
215972
215805
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
215973
215806
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -215985,7 +215818,6 @@ type organization_account_payable_detailsUncheckedUpdateManyWithoutOrganization_
|
|
|
215985
215818
|
id_account_relationship?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215986
215819
|
id_consolidation_category?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215987
215820
|
id_transaction_restriction?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215988
|
-
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
215989
215821
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
215990
215822
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
215991
215823
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -216000,7 +215832,6 @@ type organization_account_payable_detailsCreateManyOrganization_transaction_rest
|
|
|
216000
215832
|
id_account_group?: bigint | number | null;
|
|
216001
215833
|
id_account_relationship?: bigint | number | null;
|
|
216002
215834
|
id_consolidation_category?: bigint | number | null;
|
|
216003
|
-
id_agreed_payment_method?: bigint | number | null;
|
|
216004
215835
|
id_tax_type?: bigint | number | null;
|
|
216005
215836
|
logic_code?: string | null;
|
|
216006
215837
|
is_active?: boolean | null;
|
|
@@ -216022,7 +215853,6 @@ type organization_account_payable_detailsUpdateWithoutOrganization_transaction_r
|
|
|
216022
215853
|
organization_account_group?: organization_account_groupsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
216023
215854
|
organization_account_relationship?: organization_account_relationshipsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
216024
215855
|
organization_consolidation_category?: organization_consolidation_categoriesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
216025
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
216026
215856
|
organization_tax_type?: organization_tax_typesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
216027
215857
|
organization_account_payable_detail_logs?: organization_account_payable_detail_logsUpdateManyWithoutOrganization_account_payable_detailNestedInput;
|
|
216028
215858
|
organization_account_bank_details?: organization_account_bank_detailsUpdateManyWithoutAccount_payableNestedInput;
|
|
@@ -216034,7 +215864,6 @@ type organization_account_payable_detailsUncheckedUpdateWithoutOrganization_tran
|
|
|
216034
215864
|
id_account_group?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216035
215865
|
id_account_relationship?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216036
215866
|
id_consolidation_category?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216037
|
-
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216038
215867
|
id_tax_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216039
215868
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
216040
215869
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -216052,75 +215881,6 @@ type organization_account_payable_detailsUncheckedUpdateManyWithoutOrganization_
|
|
|
216052
215881
|
id_account_group?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216053
215882
|
id_account_relationship?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216054
215883
|
id_consolidation_category?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216055
|
-
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216056
|
-
id_tax_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216057
|
-
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
216058
|
-
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
216059
|
-
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
216060
|
-
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
216061
|
-
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
216062
|
-
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
216063
|
-
};
|
|
216064
|
-
type organization_account_payable_detailsCreateManyOrganization_account_agreed_payment_methodInput = {
|
|
216065
|
-
id?: bigint | number;
|
|
216066
|
-
id_organization?: bigint | number | null;
|
|
216067
|
-
id_company?: bigint | number | null;
|
|
216068
|
-
id_account_group?: bigint | number | null;
|
|
216069
|
-
id_account_relationship?: bigint | number | null;
|
|
216070
|
-
id_consolidation_category?: bigint | number | null;
|
|
216071
|
-
id_transaction_restriction?: bigint | number | null;
|
|
216072
|
-
id_tax_type?: bigint | number | null;
|
|
216073
|
-
logic_code?: string | null;
|
|
216074
|
-
is_active?: boolean | null;
|
|
216075
|
-
created_at?: Date | string | null;
|
|
216076
|
-
created_by?: string | null;
|
|
216077
|
-
updated_at?: Date | string | null;
|
|
216078
|
-
updated_by?: string | null;
|
|
216079
|
-
};
|
|
216080
|
-
type organization_account_payable_detailsUpdateWithoutOrganization_account_agreed_payment_methodInput = {
|
|
216081
|
-
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
216082
|
-
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
216083
|
-
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
216084
|
-
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
216085
|
-
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
216086
|
-
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
216087
|
-
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
216088
|
-
company?: companiesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
216089
|
-
organization?: organizationsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
216090
|
-
organization_account_group?: organization_account_groupsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
216091
|
-
organization_account_relationship?: organization_account_relationshipsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
216092
|
-
organization_consolidation_category?: organization_consolidation_categoriesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
216093
|
-
organization_transaction_restriction?: organization_transaction_restrictionsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
216094
|
-
organization_tax_type?: organization_tax_typesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
216095
|
-
organization_account_payable_detail_logs?: organization_account_payable_detail_logsUpdateManyWithoutOrganization_account_payable_detailNestedInput;
|
|
216096
|
-
organization_account_bank_details?: organization_account_bank_detailsUpdateManyWithoutAccount_payableNestedInput;
|
|
216097
|
-
};
|
|
216098
|
-
type organization_account_payable_detailsUncheckedUpdateWithoutOrganization_account_agreed_payment_methodInput = {
|
|
216099
|
-
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
216100
|
-
id_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216101
|
-
id_company?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216102
|
-
id_account_group?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216103
|
-
id_account_relationship?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216104
|
-
id_consolidation_category?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216105
|
-
id_transaction_restriction?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216106
|
-
id_tax_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216107
|
-
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
216108
|
-
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
216109
|
-
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
216110
|
-
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
216111
|
-
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
216112
|
-
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
216113
|
-
organization_account_payable_detail_logs?: organization_account_payable_detail_logsUncheckedUpdateManyWithoutOrganization_account_payable_detailNestedInput;
|
|
216114
|
-
organization_account_bank_details?: organization_account_bank_detailsUncheckedUpdateManyWithoutAccount_payableNestedInput;
|
|
216115
|
-
};
|
|
216116
|
-
type organization_account_payable_detailsUncheckedUpdateManyWithoutOrganization_account_agreed_payment_methodInput = {
|
|
216117
|
-
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
216118
|
-
id_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216119
|
-
id_company?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216120
|
-
id_account_group?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216121
|
-
id_account_relationship?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216122
|
-
id_consolidation_category?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216123
|
-
id_transaction_restriction?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216124
215884
|
id_tax_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216125
215885
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
216126
215886
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -216136,7 +215896,6 @@ type organization_account_payable_detailsCreateManyCompanyInput = {
|
|
|
216136
215896
|
id_account_relationship?: bigint | number | null;
|
|
216137
215897
|
id_consolidation_category?: bigint | number | null;
|
|
216138
215898
|
id_transaction_restriction?: bigint | number | null;
|
|
216139
|
-
id_agreed_payment_method?: bigint | number | null;
|
|
216140
215899
|
id_tax_type?: bigint | number | null;
|
|
216141
215900
|
logic_code?: string | null;
|
|
216142
215901
|
is_active?: boolean | null;
|
|
@@ -216158,7 +215917,6 @@ type organization_account_payable_detailsUpdateWithoutCompanyInput = {
|
|
|
216158
215917
|
organization_account_relationship?: organization_account_relationshipsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
216159
215918
|
organization_consolidation_category?: organization_consolidation_categoriesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
216160
215919
|
organization_transaction_restriction?: organization_transaction_restrictionsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
216161
|
-
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
216162
215920
|
organization_tax_type?: organization_tax_typesUpdateOneWithoutOrganization_account_payable_detailsNestedInput;
|
|
216163
215921
|
organization_account_payable_detail_logs?: organization_account_payable_detail_logsUpdateManyWithoutOrganization_account_payable_detailNestedInput;
|
|
216164
215922
|
organization_account_bank_details?: organization_account_bank_detailsUpdateManyWithoutAccount_payableNestedInput;
|
|
@@ -216170,7 +215928,6 @@ type organization_account_payable_detailsUncheckedUpdateWithoutCompanyInput = {
|
|
|
216170
215928
|
id_account_relationship?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216171
215929
|
id_consolidation_category?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216172
215930
|
id_transaction_restriction?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216173
|
-
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216174
215931
|
id_tax_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216175
215932
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
216176
215933
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -216188,7 +215945,6 @@ type organization_account_payable_detailsUncheckedUpdateManyWithoutCompanyInput
|
|
|
216188
215945
|
id_account_relationship?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216189
215946
|
id_consolidation_category?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216190
215947
|
id_transaction_restriction?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216191
|
-
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216192
215948
|
id_tax_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
216193
215949
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
216194
215950
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
@@ -216234,7 +215990,6 @@ type organization_account_payable_detailsSelect<ExtArgs extends Types$1.Extensio
|
|
|
216234
215990
|
id_account_relationship?: boolean;
|
|
216235
215991
|
id_consolidation_category?: boolean;
|
|
216236
215992
|
id_transaction_restriction?: boolean;
|
|
216237
|
-
id_agreed_payment_method?: boolean;
|
|
216238
215993
|
id_tax_type?: boolean;
|
|
216239
215994
|
logic_code?: boolean;
|
|
216240
215995
|
is_active?: boolean;
|
|
@@ -216248,7 +216003,6 @@ type organization_account_payable_detailsSelect<ExtArgs extends Types$1.Extensio
|
|
|
216248
216003
|
organization_account_relationship?: boolean | organization_account_payable_details$organization_account_relationshipArgs<ExtArgs>;
|
|
216249
216004
|
organization_consolidation_category?: boolean | organization_account_payable_details$organization_consolidation_categoryArgs<ExtArgs>;
|
|
216250
216005
|
organization_transaction_restriction?: boolean | organization_account_payable_details$organization_transaction_restrictionArgs<ExtArgs>;
|
|
216251
|
-
organization_account_agreed_payment_method?: boolean | organization_account_payable_details$organization_account_agreed_payment_methodArgs<ExtArgs>;
|
|
216252
216006
|
organization_tax_type?: boolean | organization_account_payable_details$organization_tax_typeArgs<ExtArgs>;
|
|
216253
216007
|
organization_account_payable_detail_logs?: boolean | organization_account_payable_details$organization_account_payable_detail_logsArgs<ExtArgs>;
|
|
216254
216008
|
organization_account_bank_details?: boolean | organization_account_payable_details$organization_account_bank_detailsArgs<ExtArgs>;
|
|
@@ -216262,7 +216016,6 @@ type organization_account_payable_detailsSelectCreateManyAndReturn<ExtArgs exten
|
|
|
216262
216016
|
id_account_relationship?: boolean;
|
|
216263
216017
|
id_consolidation_category?: boolean;
|
|
216264
216018
|
id_transaction_restriction?: boolean;
|
|
216265
|
-
id_agreed_payment_method?: boolean;
|
|
216266
216019
|
id_tax_type?: boolean;
|
|
216267
216020
|
logic_code?: boolean;
|
|
216268
216021
|
is_active?: boolean;
|
|
@@ -216276,7 +216029,6 @@ type organization_account_payable_detailsSelectCreateManyAndReturn<ExtArgs exten
|
|
|
216276
216029
|
organization_account_relationship?: boolean | organization_account_payable_details$organization_account_relationshipArgs<ExtArgs>;
|
|
216277
216030
|
organization_consolidation_category?: boolean | organization_account_payable_details$organization_consolidation_categoryArgs<ExtArgs>;
|
|
216278
216031
|
organization_transaction_restriction?: boolean | organization_account_payable_details$organization_transaction_restrictionArgs<ExtArgs>;
|
|
216279
|
-
organization_account_agreed_payment_method?: boolean | organization_account_payable_details$organization_account_agreed_payment_methodArgs<ExtArgs>;
|
|
216280
216032
|
organization_tax_type?: boolean | organization_account_payable_details$organization_tax_typeArgs<ExtArgs>;
|
|
216281
216033
|
}, ExtArgs["result"]["organization_account_payable_details"]>;
|
|
216282
216034
|
type organization_account_payable_detailsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetSelect<{
|
|
@@ -216287,7 +216039,6 @@ type organization_account_payable_detailsSelectUpdateManyAndReturn<ExtArgs exten
|
|
|
216287
216039
|
id_account_relationship?: boolean;
|
|
216288
216040
|
id_consolidation_category?: boolean;
|
|
216289
216041
|
id_transaction_restriction?: boolean;
|
|
216290
|
-
id_agreed_payment_method?: boolean;
|
|
216291
216042
|
id_tax_type?: boolean;
|
|
216292
216043
|
logic_code?: boolean;
|
|
216293
216044
|
is_active?: boolean;
|
|
@@ -216301,10 +216052,9 @@ type organization_account_payable_detailsSelectUpdateManyAndReturn<ExtArgs exten
|
|
|
216301
216052
|
organization_account_relationship?: boolean | organization_account_payable_details$organization_account_relationshipArgs<ExtArgs>;
|
|
216302
216053
|
organization_consolidation_category?: boolean | organization_account_payable_details$organization_consolidation_categoryArgs<ExtArgs>;
|
|
216303
216054
|
organization_transaction_restriction?: boolean | organization_account_payable_details$organization_transaction_restrictionArgs<ExtArgs>;
|
|
216304
|
-
organization_account_agreed_payment_method?: boolean | organization_account_payable_details$organization_account_agreed_payment_methodArgs<ExtArgs>;
|
|
216305
216055
|
organization_tax_type?: boolean | organization_account_payable_details$organization_tax_typeArgs<ExtArgs>;
|
|
216306
216056
|
}, ExtArgs["result"]["organization_account_payable_details"]>;
|
|
216307
|
-
type organization_account_payable_detailsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_organization" | "id_company" | "id_account_group" | "id_account_relationship" | "id_consolidation_category" | "id_transaction_restriction" | "
|
|
216057
|
+
type organization_account_payable_detailsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_organization" | "id_company" | "id_account_group" | "id_account_relationship" | "id_consolidation_category" | "id_transaction_restriction" | "id_tax_type" | "logic_code" | "is_active" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["organization_account_payable_details"]>;
|
|
216308
216058
|
type organization_account_payable_detailsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
216309
216059
|
company?: boolean | organization_account_payable_details$companyArgs<ExtArgs>;
|
|
216310
216060
|
organization?: boolean | organization_account_payable_details$organizationArgs<ExtArgs>;
|
|
@@ -216312,7 +216062,6 @@ type organization_account_payable_detailsInclude<ExtArgs extends Types$1.Extensi
|
|
|
216312
216062
|
organization_account_relationship?: boolean | organization_account_payable_details$organization_account_relationshipArgs<ExtArgs>;
|
|
216313
216063
|
organization_consolidation_category?: boolean | organization_account_payable_details$organization_consolidation_categoryArgs<ExtArgs>;
|
|
216314
216064
|
organization_transaction_restriction?: boolean | organization_account_payable_details$organization_transaction_restrictionArgs<ExtArgs>;
|
|
216315
|
-
organization_account_agreed_payment_method?: boolean | organization_account_payable_details$organization_account_agreed_payment_methodArgs<ExtArgs>;
|
|
216316
216065
|
organization_tax_type?: boolean | organization_account_payable_details$organization_tax_typeArgs<ExtArgs>;
|
|
216317
216066
|
organization_account_payable_detail_logs?: boolean | organization_account_payable_details$organization_account_payable_detail_logsArgs<ExtArgs>;
|
|
216318
216067
|
organization_account_bank_details?: boolean | organization_account_payable_details$organization_account_bank_detailsArgs<ExtArgs>;
|
|
@@ -216325,7 +216074,6 @@ type organization_account_payable_detailsIncludeCreateManyAndReturn<ExtArgs exte
|
|
|
216325
216074
|
organization_account_relationship?: boolean | organization_account_payable_details$organization_account_relationshipArgs<ExtArgs>;
|
|
216326
216075
|
organization_consolidation_category?: boolean | organization_account_payable_details$organization_consolidation_categoryArgs<ExtArgs>;
|
|
216327
216076
|
organization_transaction_restriction?: boolean | organization_account_payable_details$organization_transaction_restrictionArgs<ExtArgs>;
|
|
216328
|
-
organization_account_agreed_payment_method?: boolean | organization_account_payable_details$organization_account_agreed_payment_methodArgs<ExtArgs>;
|
|
216329
216077
|
organization_tax_type?: boolean | organization_account_payable_details$organization_tax_typeArgs<ExtArgs>;
|
|
216330
216078
|
};
|
|
216331
216079
|
type organization_account_payable_detailsIncludeUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
@@ -216335,7 +216083,6 @@ type organization_account_payable_detailsIncludeUpdateManyAndReturn<ExtArgs exte
|
|
|
216335
216083
|
organization_account_relationship?: boolean | organization_account_payable_details$organization_account_relationshipArgs<ExtArgs>;
|
|
216336
216084
|
organization_consolidation_category?: boolean | organization_account_payable_details$organization_consolidation_categoryArgs<ExtArgs>;
|
|
216337
216085
|
organization_transaction_restriction?: boolean | organization_account_payable_details$organization_transaction_restrictionArgs<ExtArgs>;
|
|
216338
|
-
organization_account_agreed_payment_method?: boolean | organization_account_payable_details$organization_account_agreed_payment_methodArgs<ExtArgs>;
|
|
216339
216086
|
organization_tax_type?: boolean | organization_account_payable_details$organization_tax_typeArgs<ExtArgs>;
|
|
216340
216087
|
};
|
|
216341
216088
|
type $organization_account_payable_detailsPayload<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
@@ -216347,7 +216094,6 @@ type $organization_account_payable_detailsPayload<ExtArgs extends Types$1.Extens
|
|
|
216347
216094
|
organization_account_relationship: $organization_account_relationshipsPayload<ExtArgs> | null;
|
|
216348
216095
|
organization_consolidation_category: $organization_consolidation_categoriesPayload<ExtArgs> | null;
|
|
216349
216096
|
organization_transaction_restriction: $organization_transaction_restrictionsPayload<ExtArgs> | null;
|
|
216350
|
-
organization_account_agreed_payment_method: $organization_account_agreed_payment_methodsPayload<ExtArgs> | null;
|
|
216351
216097
|
organization_tax_type: $organization_tax_typesPayload<ExtArgs> | null;
|
|
216352
216098
|
organization_account_payable_detail_logs: $organization_account_payable_detail_logsPayload<ExtArgs>[];
|
|
216353
216099
|
organization_account_bank_details: $organization_account_bank_detailsPayload<ExtArgs>[];
|
|
@@ -216360,7 +216106,6 @@ type $organization_account_payable_detailsPayload<ExtArgs extends Types$1.Extens
|
|
|
216360
216106
|
id_account_relationship: bigint | null;
|
|
216361
216107
|
id_consolidation_category: bigint | null;
|
|
216362
216108
|
id_transaction_restriction: bigint | null;
|
|
216363
|
-
id_agreed_payment_method: bigint | null;
|
|
216364
216109
|
id_tax_type: bigint | null;
|
|
216365
216110
|
logic_code: string | null;
|
|
216366
216111
|
is_active: boolean | null;
|
|
@@ -216689,7 +216434,6 @@ interface Prisma__organization_account_payable_detailsClient<T$1, Null = never,
|
|
|
216689
216434
|
organization_account_relationship<T$1 extends organization_account_payable_details$organization_account_relationshipArgs<ExtArgs> = {}>(args?: Subset<T$1, organization_account_payable_details$organization_account_relationshipArgs<ExtArgs>>): Prisma__organization_account_relationshipsClient<Types$1.Result.GetResult<$organization_account_relationshipsPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
216690
216435
|
organization_consolidation_category<T$1 extends organization_account_payable_details$organization_consolidation_categoryArgs<ExtArgs> = {}>(args?: Subset<T$1, organization_account_payable_details$organization_consolidation_categoryArgs<ExtArgs>>): Prisma__organization_consolidation_categoriesClient<Types$1.Result.GetResult<$organization_consolidation_categoriesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
216691
216436
|
organization_transaction_restriction<T$1 extends organization_account_payable_details$organization_transaction_restrictionArgs<ExtArgs> = {}>(args?: Subset<T$1, organization_account_payable_details$organization_transaction_restrictionArgs<ExtArgs>>): Prisma__organization_transaction_restrictionsClient<Types$1.Result.GetResult<$organization_transaction_restrictionsPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
216692
|
-
organization_account_agreed_payment_method<T$1 extends organization_account_payable_details$organization_account_agreed_payment_methodArgs<ExtArgs> = {}>(args?: Subset<T$1, organization_account_payable_details$organization_account_agreed_payment_methodArgs<ExtArgs>>): Prisma__organization_account_agreed_payment_methodsClient<Types$1.Result.GetResult<$organization_account_agreed_payment_methodsPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
216693
216437
|
organization_tax_type<T$1 extends organization_account_payable_details$organization_tax_typeArgs<ExtArgs> = {}>(args?: Subset<T$1, organization_account_payable_details$organization_tax_typeArgs<ExtArgs>>): Prisma__organization_tax_typesClient<Types$1.Result.GetResult<$organization_tax_typesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
216694
216438
|
organization_account_payable_detail_logs<T$1 extends organization_account_payable_details$organization_account_payable_detail_logsArgs<ExtArgs> = {}>(args?: Subset<T$1, organization_account_payable_details$organization_account_payable_detail_logsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$organization_account_payable_detail_logsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
|
|
216695
216439
|
organization_account_bank_details<T$1 extends organization_account_payable_details$organization_account_bank_detailsArgs<ExtArgs> = {}>(args?: Subset<T$1, organization_account_payable_details$organization_account_bank_detailsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$organization_account_bank_detailsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
|
|
@@ -216725,7 +216469,6 @@ interface organization_account_payable_detailsFieldRefs {
|
|
|
216725
216469
|
readonly id_account_relationship: FieldRef<"organization_account_payable_details", 'BigInt'>;
|
|
216726
216470
|
readonly id_consolidation_category: FieldRef<"organization_account_payable_details", 'BigInt'>;
|
|
216727
216471
|
readonly id_transaction_restriction: FieldRef<"organization_account_payable_details", 'BigInt'>;
|
|
216728
|
-
readonly id_agreed_payment_method: FieldRef<"organization_account_payable_details", 'BigInt'>;
|
|
216729
216472
|
readonly id_tax_type: FieldRef<"organization_account_payable_details", 'BigInt'>;
|
|
216730
216473
|
readonly logic_code: FieldRef<"organization_account_payable_details", 'String'>;
|
|
216731
216474
|
readonly is_active: FieldRef<"organization_account_payable_details", 'Boolean'>;
|
|
@@ -217219,24 +216962,6 @@ type organization_account_payable_details$organization_transaction_restrictionAr
|
|
|
217219
216962
|
include?: organization_transaction_restrictionsInclude<ExtArgs> | null;
|
|
217220
216963
|
where?: organization_transaction_restrictionsWhereInput;
|
|
217221
216964
|
};
|
|
217222
|
-
/**
|
|
217223
|
-
* organization_account_payable_details.organization_account_agreed_payment_method
|
|
217224
|
-
*/
|
|
217225
|
-
type organization_account_payable_details$organization_account_agreed_payment_methodArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
217226
|
-
/**
|
|
217227
|
-
* Select specific fields to fetch from the organization_account_agreed_payment_methods
|
|
217228
|
-
*/
|
|
217229
|
-
select?: organization_account_agreed_payment_methodsSelect<ExtArgs> | null;
|
|
217230
|
-
/**
|
|
217231
|
-
* Omit specific fields from the organization_account_agreed_payment_methods
|
|
217232
|
-
*/
|
|
217233
|
-
omit?: organization_account_agreed_payment_methodsOmit<ExtArgs> | null;
|
|
217234
|
-
/**
|
|
217235
|
-
* Choose, which related nodes to fetch as well
|
|
217236
|
-
*/
|
|
217237
|
-
include?: organization_account_agreed_payment_methodsInclude<ExtArgs> | null;
|
|
217238
|
-
where?: organization_account_agreed_payment_methodsWhereInput;
|
|
217239
|
-
};
|
|
217240
216965
|
/**
|
|
217241
216966
|
* organization_account_payable_details.organization_tax_type
|
|
217242
216967
|
*/
|
|
@@ -229900,6 +229625,7 @@ type Organization_account_payable_settlementsAvgAggregateOutputType = {
|
|
|
229900
229625
|
id_organization: number | null;
|
|
229901
229626
|
id_company: number | null;
|
|
229902
229627
|
id_settlement_group_organization: number | null;
|
|
229628
|
+
id_agreed_payment_method: number | null;
|
|
229903
229629
|
credit_limit: Decimal$1 | null;
|
|
229904
229630
|
tntd_days: number | null;
|
|
229905
229631
|
};
|
|
@@ -229908,6 +229634,7 @@ type Organization_account_payable_settlementsSumAggregateOutputType = {
|
|
|
229908
229634
|
id_organization: bigint | null;
|
|
229909
229635
|
id_company: bigint | null;
|
|
229910
229636
|
id_settlement_group_organization: bigint | null;
|
|
229637
|
+
id_agreed_payment_method: bigint | null;
|
|
229911
229638
|
credit_limit: Decimal$1 | null;
|
|
229912
229639
|
tntd_days: number | null;
|
|
229913
229640
|
};
|
|
@@ -229916,6 +229643,7 @@ type Organization_account_payable_settlementsMinAggregateOutputType = {
|
|
|
229916
229643
|
id_organization: bigint | null;
|
|
229917
229644
|
id_company: bigint | null;
|
|
229918
229645
|
id_settlement_group_organization: bigint | null;
|
|
229646
|
+
id_agreed_payment_method: bigint | null;
|
|
229919
229647
|
logic_code: string | null;
|
|
229920
229648
|
credit_limit: Decimal$1 | null;
|
|
229921
229649
|
tntd_days: number | null;
|
|
@@ -229933,6 +229661,7 @@ type Organization_account_payable_settlementsMaxAggregateOutputType = {
|
|
|
229933
229661
|
id_organization: bigint | null;
|
|
229934
229662
|
id_company: bigint | null;
|
|
229935
229663
|
id_settlement_group_organization: bigint | null;
|
|
229664
|
+
id_agreed_payment_method: bigint | null;
|
|
229936
229665
|
logic_code: string | null;
|
|
229937
229666
|
credit_limit: Decimal$1 | null;
|
|
229938
229667
|
tntd_days: number | null;
|
|
@@ -229950,6 +229679,7 @@ type Organization_account_payable_settlementsCountAggregateOutputType = {
|
|
|
229950
229679
|
id_organization: number;
|
|
229951
229680
|
id_company: number;
|
|
229952
229681
|
id_settlement_group_organization: number;
|
|
229682
|
+
id_agreed_payment_method: number;
|
|
229953
229683
|
logic_code: number;
|
|
229954
229684
|
credit_limit: number;
|
|
229955
229685
|
tntd_days: number;
|
|
@@ -229968,6 +229698,7 @@ type Organization_account_payable_settlementsAvgAggregateInputType = {
|
|
|
229968
229698
|
id_organization?: true;
|
|
229969
229699
|
id_company?: true;
|
|
229970
229700
|
id_settlement_group_organization?: true;
|
|
229701
|
+
id_agreed_payment_method?: true;
|
|
229971
229702
|
credit_limit?: true;
|
|
229972
229703
|
tntd_days?: true;
|
|
229973
229704
|
};
|
|
@@ -229976,6 +229707,7 @@ type Organization_account_payable_settlementsSumAggregateInputType = {
|
|
|
229976
229707
|
id_organization?: true;
|
|
229977
229708
|
id_company?: true;
|
|
229978
229709
|
id_settlement_group_organization?: true;
|
|
229710
|
+
id_agreed_payment_method?: true;
|
|
229979
229711
|
credit_limit?: true;
|
|
229980
229712
|
tntd_days?: true;
|
|
229981
229713
|
};
|
|
@@ -229984,6 +229716,7 @@ type Organization_account_payable_settlementsMinAggregateInputType = {
|
|
|
229984
229716
|
id_organization?: true;
|
|
229985
229717
|
id_company?: true;
|
|
229986
229718
|
id_settlement_group_organization?: true;
|
|
229719
|
+
id_agreed_payment_method?: true;
|
|
229987
229720
|
logic_code?: true;
|
|
229988
229721
|
credit_limit?: true;
|
|
229989
229722
|
tntd_days?: true;
|
|
@@ -230001,6 +229734,7 @@ type Organization_account_payable_settlementsMaxAggregateInputType = {
|
|
|
230001
229734
|
id_organization?: true;
|
|
230002
229735
|
id_company?: true;
|
|
230003
229736
|
id_settlement_group_organization?: true;
|
|
229737
|
+
id_agreed_payment_method?: true;
|
|
230004
229738
|
logic_code?: true;
|
|
230005
229739
|
credit_limit?: true;
|
|
230006
229740
|
tntd_days?: true;
|
|
@@ -230018,6 +229752,7 @@ type Organization_account_payable_settlementsCountAggregateInputType = {
|
|
|
230018
229752
|
id_organization?: true;
|
|
230019
229753
|
id_company?: true;
|
|
230020
229754
|
id_settlement_group_organization?: true;
|
|
229755
|
+
id_agreed_payment_method?: true;
|
|
230021
229756
|
logic_code?: true;
|
|
230022
229757
|
credit_limit?: true;
|
|
230023
229758
|
tntd_days?: true;
|
|
@@ -230110,6 +229845,7 @@ type Organization_account_payable_settlementsGroupByOutputType = {
|
|
|
230110
229845
|
id_organization: bigint | null;
|
|
230111
229846
|
id_company: bigint | null;
|
|
230112
229847
|
id_settlement_group_organization: bigint | null;
|
|
229848
|
+
id_agreed_payment_method: bigint | null;
|
|
230113
229849
|
logic_code: string | null;
|
|
230114
229850
|
credit_limit: Decimal$1 | null;
|
|
230115
229851
|
tntd_days: number | null;
|
|
@@ -230136,6 +229872,7 @@ type organization_account_payable_settlementsWhereInput = {
|
|
|
230136
229872
|
id_organization?: BigIntNullableFilter<"organization_account_payable_settlements"> | bigint | number | null;
|
|
230137
229873
|
id_company?: BigIntNullableFilter<"organization_account_payable_settlements"> | bigint | number | null;
|
|
230138
229874
|
id_settlement_group_organization?: BigIntNullableFilter<"organization_account_payable_settlements"> | bigint | number | null;
|
|
229875
|
+
id_agreed_payment_method?: BigIntNullableFilter<"organization_account_payable_settlements"> | bigint | number | null;
|
|
230139
229876
|
logic_code?: StringNullableFilter<"organization_account_payable_settlements"> | string | null;
|
|
230140
229877
|
credit_limit?: DecimalNullableFilter<"organization_account_payable_settlements"> | Decimal$1 | DecimalJsLike | number | string | null;
|
|
230141
229878
|
tntd_days?: IntNullableFilter<"organization_account_payable_settlements"> | number | null;
|
|
@@ -230150,6 +229887,7 @@ type organization_account_payable_settlementsWhereInput = {
|
|
|
230150
229887
|
company?: XOR<CompaniesNullableScalarRelationFilter, companiesWhereInput> | null;
|
|
230151
229888
|
organization?: XOR<OrganizationsNullableScalarRelationFilter, organizationsWhereInput> | null;
|
|
230152
229889
|
payable_settlement_group_organization?: XOR<OrganizationsNullableScalarRelationFilter, organizationsWhereInput> | null;
|
|
229890
|
+
organization_account_agreed_payment_method?: XOR<Organization_account_agreed_payment_methodsNullableScalarRelationFilter, organization_account_agreed_payment_methodsWhereInput> | null;
|
|
230153
229891
|
organization_account_payable_settlement_logs?: Organization_account_payable_settlement_logsListRelationFilter;
|
|
230154
229892
|
};
|
|
230155
229893
|
type organization_account_payable_settlementsOrderByWithRelationInput = {
|
|
@@ -230157,6 +229895,7 @@ type organization_account_payable_settlementsOrderByWithRelationInput = {
|
|
|
230157
229895
|
id_organization?: SortOrderInput | SortOrder;
|
|
230158
229896
|
id_company?: SortOrderInput | SortOrder;
|
|
230159
229897
|
id_settlement_group_organization?: SortOrderInput | SortOrder;
|
|
229898
|
+
id_agreed_payment_method?: SortOrderInput | SortOrder;
|
|
230160
229899
|
logic_code?: SortOrderInput | SortOrder;
|
|
230161
229900
|
credit_limit?: SortOrderInput | SortOrder;
|
|
230162
229901
|
tntd_days?: SortOrderInput | SortOrder;
|
|
@@ -230171,6 +229910,7 @@ type organization_account_payable_settlementsOrderByWithRelationInput = {
|
|
|
230171
229910
|
company?: companiesOrderByWithRelationInput;
|
|
230172
229911
|
organization?: organizationsOrderByWithRelationInput;
|
|
230173
229912
|
payable_settlement_group_organization?: organizationsOrderByWithRelationInput;
|
|
229913
|
+
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsOrderByWithRelationInput;
|
|
230174
229914
|
organization_account_payable_settlement_logs?: organization_account_payable_settlement_logsOrderByRelationAggregateInput;
|
|
230175
229915
|
};
|
|
230176
229916
|
type organization_account_payable_settlementsWhereUniqueInput = AtLeast<{
|
|
@@ -230183,6 +229923,7 @@ type organization_account_payable_settlementsWhereUniqueInput = AtLeast<{
|
|
|
230183
229923
|
id_organization?: BigIntNullableFilter<"organization_account_payable_settlements"> | bigint | number | null;
|
|
230184
229924
|
id_company?: BigIntNullableFilter<"organization_account_payable_settlements"> | bigint | number | null;
|
|
230185
229925
|
id_settlement_group_organization?: BigIntNullableFilter<"organization_account_payable_settlements"> | bigint | number | null;
|
|
229926
|
+
id_agreed_payment_method?: BigIntNullableFilter<"organization_account_payable_settlements"> | bigint | number | null;
|
|
230186
229927
|
credit_limit?: DecimalNullableFilter<"organization_account_payable_settlements"> | Decimal$1 | DecimalJsLike | number | string | null;
|
|
230187
229928
|
tntd_days?: IntNullableFilter<"organization_account_payable_settlements"> | number | null;
|
|
230188
229929
|
is_active?: BoolNullableFilter<"organization_account_payable_settlements"> | boolean | null;
|
|
@@ -230196,6 +229937,7 @@ type organization_account_payable_settlementsWhereUniqueInput = AtLeast<{
|
|
|
230196
229937
|
company?: XOR<CompaniesNullableScalarRelationFilter, companiesWhereInput> | null;
|
|
230197
229938
|
organization?: XOR<OrganizationsNullableScalarRelationFilter, organizationsWhereInput> | null;
|
|
230198
229939
|
payable_settlement_group_organization?: XOR<OrganizationsNullableScalarRelationFilter, organizationsWhereInput> | null;
|
|
229940
|
+
organization_account_agreed_payment_method?: XOR<Organization_account_agreed_payment_methodsNullableScalarRelationFilter, organization_account_agreed_payment_methodsWhereInput> | null;
|
|
230199
229941
|
organization_account_payable_settlement_logs?: Organization_account_payable_settlement_logsListRelationFilter;
|
|
230200
229942
|
}, "id" | "logic_code" | "id_company_id_organization">;
|
|
230201
229943
|
type organization_account_payable_settlementsOrderByWithAggregationInput = {
|
|
@@ -230203,6 +229945,7 @@ type organization_account_payable_settlementsOrderByWithAggregationInput = {
|
|
|
230203
229945
|
id_organization?: SortOrderInput | SortOrder;
|
|
230204
229946
|
id_company?: SortOrderInput | SortOrder;
|
|
230205
229947
|
id_settlement_group_organization?: SortOrderInput | SortOrder;
|
|
229948
|
+
id_agreed_payment_method?: SortOrderInput | SortOrder;
|
|
230206
229949
|
logic_code?: SortOrderInput | SortOrder;
|
|
230207
229950
|
credit_limit?: SortOrderInput | SortOrder;
|
|
230208
229951
|
tntd_days?: SortOrderInput | SortOrder;
|
|
@@ -230228,6 +229971,7 @@ type organization_account_payable_settlementsScalarWhereWithAggregatesInput = {
|
|
|
230228
229971
|
id_organization?: BigIntNullableWithAggregatesFilter<"organization_account_payable_settlements"> | bigint | number | null;
|
|
230229
229972
|
id_company?: BigIntNullableWithAggregatesFilter<"organization_account_payable_settlements"> | bigint | number | null;
|
|
230230
229973
|
id_settlement_group_organization?: BigIntNullableWithAggregatesFilter<"organization_account_payable_settlements"> | bigint | number | null;
|
|
229974
|
+
id_agreed_payment_method?: BigIntNullableWithAggregatesFilter<"organization_account_payable_settlements"> | bigint | number | null;
|
|
230231
229975
|
logic_code?: StringNullableWithAggregatesFilter<"organization_account_payable_settlements"> | string | null;
|
|
230232
229976
|
credit_limit?: DecimalNullableWithAggregatesFilter<"organization_account_payable_settlements"> | Decimal$1 | DecimalJsLike | number | string | null;
|
|
230233
229977
|
tntd_days?: IntNullableWithAggregatesFilter<"organization_account_payable_settlements"> | number | null;
|
|
@@ -230256,6 +230000,7 @@ type organization_account_payable_settlementsCreateInput = {
|
|
|
230256
230000
|
company?: companiesCreateNestedOneWithoutOrganization_account_payable_settlementsInput;
|
|
230257
230001
|
organization?: organizationsCreateNestedOneWithoutOrganization_account_payable_settlementsInput;
|
|
230258
230002
|
payable_settlement_group_organization?: organizationsCreateNestedOneWithoutPayable_settlement_group_organizationsInput;
|
|
230003
|
+
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsCreateNestedOneWithoutOrganization_account_payable_settlementsInput;
|
|
230259
230004
|
organization_account_payable_settlement_logs?: organization_account_payable_settlement_logsCreateNestedManyWithoutOrganization_account_payable_settlementInput;
|
|
230260
230005
|
};
|
|
230261
230006
|
type organization_account_payable_settlementsUncheckedCreateInput = {
|
|
@@ -230263,6 +230008,7 @@ type organization_account_payable_settlementsUncheckedCreateInput = {
|
|
|
230263
230008
|
id_organization?: bigint | number | null;
|
|
230264
230009
|
id_company?: bigint | number | null;
|
|
230265
230010
|
id_settlement_group_organization?: bigint | number | null;
|
|
230011
|
+
id_agreed_payment_method?: bigint | number | null;
|
|
230266
230012
|
logic_code?: string | null;
|
|
230267
230013
|
credit_limit?: Decimal$1 | DecimalJsLike | number | string | null;
|
|
230268
230014
|
tntd_days?: number | null;
|
|
@@ -230292,6 +230038,7 @@ type organization_account_payable_settlementsUpdateInput = {
|
|
|
230292
230038
|
company?: companiesUpdateOneWithoutOrganization_account_payable_settlementsNestedInput;
|
|
230293
230039
|
organization?: organizationsUpdateOneWithoutOrganization_account_payable_settlementsNestedInput;
|
|
230294
230040
|
payable_settlement_group_organization?: organizationsUpdateOneWithoutPayable_settlement_group_organizationsNestedInput;
|
|
230041
|
+
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsUpdateOneWithoutOrganization_account_payable_settlementsNestedInput;
|
|
230295
230042
|
organization_account_payable_settlement_logs?: organization_account_payable_settlement_logsUpdateManyWithoutOrganization_account_payable_settlementNestedInput;
|
|
230296
230043
|
};
|
|
230297
230044
|
type organization_account_payable_settlementsUncheckedUpdateInput = {
|
|
@@ -230299,6 +230046,7 @@ type organization_account_payable_settlementsUncheckedUpdateInput = {
|
|
|
230299
230046
|
id_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230300
230047
|
id_company?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230301
230048
|
id_settlement_group_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230049
|
+
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230302
230050
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
230303
230051
|
credit_limit?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike | number | string | null;
|
|
230304
230052
|
tntd_days?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
@@ -230317,6 +230065,7 @@ type organization_account_payable_settlementsCreateManyInput = {
|
|
|
230317
230065
|
id_organization?: bigint | number | null;
|
|
230318
230066
|
id_company?: bigint | number | null;
|
|
230319
230067
|
id_settlement_group_organization?: bigint | number | null;
|
|
230068
|
+
id_agreed_payment_method?: bigint | number | null;
|
|
230320
230069
|
logic_code?: string | null;
|
|
230321
230070
|
credit_limit?: Decimal$1 | DecimalJsLike | number | string | null;
|
|
230322
230071
|
tntd_days?: number | null;
|
|
@@ -230348,6 +230097,7 @@ type organization_account_payable_settlementsUncheckedUpdateManyInput = {
|
|
|
230348
230097
|
id_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230349
230098
|
id_company?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230350
230099
|
id_settlement_group_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230100
|
+
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230351
230101
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
230352
230102
|
credit_limit?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike | number | string | null;
|
|
230353
230103
|
tntd_days?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
@@ -230377,6 +230127,7 @@ type organization_account_payable_settlementsCountOrderByAggregateInput = {
|
|
|
230377
230127
|
id_organization?: SortOrder;
|
|
230378
230128
|
id_company?: SortOrder;
|
|
230379
230129
|
id_settlement_group_organization?: SortOrder;
|
|
230130
|
+
id_agreed_payment_method?: SortOrder;
|
|
230380
230131
|
logic_code?: SortOrder;
|
|
230381
230132
|
credit_limit?: SortOrder;
|
|
230382
230133
|
tntd_days?: SortOrder;
|
|
@@ -230394,6 +230145,7 @@ type organization_account_payable_settlementsAvgOrderByAggregateInput = {
|
|
|
230394
230145
|
id_organization?: SortOrder;
|
|
230395
230146
|
id_company?: SortOrder;
|
|
230396
230147
|
id_settlement_group_organization?: SortOrder;
|
|
230148
|
+
id_agreed_payment_method?: SortOrder;
|
|
230397
230149
|
credit_limit?: SortOrder;
|
|
230398
230150
|
tntd_days?: SortOrder;
|
|
230399
230151
|
};
|
|
@@ -230402,6 +230154,7 @@ type organization_account_payable_settlementsMaxOrderByAggregateInput = {
|
|
|
230402
230154
|
id_organization?: SortOrder;
|
|
230403
230155
|
id_company?: SortOrder;
|
|
230404
230156
|
id_settlement_group_organization?: SortOrder;
|
|
230157
|
+
id_agreed_payment_method?: SortOrder;
|
|
230405
230158
|
logic_code?: SortOrder;
|
|
230406
230159
|
credit_limit?: SortOrder;
|
|
230407
230160
|
tntd_days?: SortOrder;
|
|
@@ -230419,6 +230172,7 @@ type organization_account_payable_settlementsMinOrderByAggregateInput = {
|
|
|
230419
230172
|
id_organization?: SortOrder;
|
|
230420
230173
|
id_company?: SortOrder;
|
|
230421
230174
|
id_settlement_group_organization?: SortOrder;
|
|
230175
|
+
id_agreed_payment_method?: SortOrder;
|
|
230422
230176
|
logic_code?: SortOrder;
|
|
230423
230177
|
credit_limit?: SortOrder;
|
|
230424
230178
|
tntd_days?: SortOrder;
|
|
@@ -230436,6 +230190,7 @@ type organization_account_payable_settlementsSumOrderByAggregateInput = {
|
|
|
230436
230190
|
id_organization?: SortOrder;
|
|
230437
230191
|
id_company?: SortOrder;
|
|
230438
230192
|
id_settlement_group_organization?: SortOrder;
|
|
230193
|
+
id_agreed_payment_method?: SortOrder;
|
|
230439
230194
|
credit_limit?: SortOrder;
|
|
230440
230195
|
tntd_days?: SortOrder;
|
|
230441
230196
|
};
|
|
@@ -230519,6 +230274,44 @@ type organization_account_payable_settlementsUncheckedUpdateManyWithoutPayable_s
|
|
|
230519
230274
|
updateMany?: organization_account_payable_settlementsUpdateManyWithWhereWithoutPayable_settlement_group_organizationInput | organization_account_payable_settlementsUpdateManyWithWhereWithoutPayable_settlement_group_organizationInput[];
|
|
230520
230275
|
deleteMany?: organization_account_payable_settlementsScalarWhereInput | organization_account_payable_settlementsScalarWhereInput[];
|
|
230521
230276
|
};
|
|
230277
|
+
type organization_account_payable_settlementsCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput = {
|
|
230278
|
+
create?: XOR<organization_account_payable_settlementsCreateWithoutOrganization_account_agreed_payment_methodInput, organization_account_payable_settlementsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput> | organization_account_payable_settlementsCreateWithoutOrganization_account_agreed_payment_methodInput[] | organization_account_payable_settlementsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput[];
|
|
230279
|
+
connectOrCreate?: organization_account_payable_settlementsCreateOrConnectWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_settlementsCreateOrConnectWithoutOrganization_account_agreed_payment_methodInput[];
|
|
230280
|
+
createMany?: organization_account_payable_settlementsCreateManyOrganization_account_agreed_payment_methodInputEnvelope;
|
|
230281
|
+
connect?: organization_account_payable_settlementsWhereUniqueInput | organization_account_payable_settlementsWhereUniqueInput[];
|
|
230282
|
+
};
|
|
230283
|
+
type organization_account_payable_settlementsUncheckedCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput = {
|
|
230284
|
+
create?: XOR<organization_account_payable_settlementsCreateWithoutOrganization_account_agreed_payment_methodInput, organization_account_payable_settlementsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput> | organization_account_payable_settlementsCreateWithoutOrganization_account_agreed_payment_methodInput[] | organization_account_payable_settlementsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput[];
|
|
230285
|
+
connectOrCreate?: organization_account_payable_settlementsCreateOrConnectWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_settlementsCreateOrConnectWithoutOrganization_account_agreed_payment_methodInput[];
|
|
230286
|
+
createMany?: organization_account_payable_settlementsCreateManyOrganization_account_agreed_payment_methodInputEnvelope;
|
|
230287
|
+
connect?: organization_account_payable_settlementsWhereUniqueInput | organization_account_payable_settlementsWhereUniqueInput[];
|
|
230288
|
+
};
|
|
230289
|
+
type organization_account_payable_settlementsUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput = {
|
|
230290
|
+
create?: XOR<organization_account_payable_settlementsCreateWithoutOrganization_account_agreed_payment_methodInput, organization_account_payable_settlementsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput> | organization_account_payable_settlementsCreateWithoutOrganization_account_agreed_payment_methodInput[] | organization_account_payable_settlementsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput[];
|
|
230291
|
+
connectOrCreate?: organization_account_payable_settlementsCreateOrConnectWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_settlementsCreateOrConnectWithoutOrganization_account_agreed_payment_methodInput[];
|
|
230292
|
+
upsert?: organization_account_payable_settlementsUpsertWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_settlementsUpsertWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput[];
|
|
230293
|
+
createMany?: organization_account_payable_settlementsCreateManyOrganization_account_agreed_payment_methodInputEnvelope;
|
|
230294
|
+
set?: organization_account_payable_settlementsWhereUniqueInput | organization_account_payable_settlementsWhereUniqueInput[];
|
|
230295
|
+
disconnect?: organization_account_payable_settlementsWhereUniqueInput | organization_account_payable_settlementsWhereUniqueInput[];
|
|
230296
|
+
delete?: organization_account_payable_settlementsWhereUniqueInput | organization_account_payable_settlementsWhereUniqueInput[];
|
|
230297
|
+
connect?: organization_account_payable_settlementsWhereUniqueInput | organization_account_payable_settlementsWhereUniqueInput[];
|
|
230298
|
+
update?: organization_account_payable_settlementsUpdateWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_settlementsUpdateWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput[];
|
|
230299
|
+
updateMany?: organization_account_payable_settlementsUpdateManyWithWhereWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_settlementsUpdateManyWithWhereWithoutOrganization_account_agreed_payment_methodInput[];
|
|
230300
|
+
deleteMany?: organization_account_payable_settlementsScalarWhereInput | organization_account_payable_settlementsScalarWhereInput[];
|
|
230301
|
+
};
|
|
230302
|
+
type organization_account_payable_settlementsUncheckedUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput = {
|
|
230303
|
+
create?: XOR<organization_account_payable_settlementsCreateWithoutOrganization_account_agreed_payment_methodInput, organization_account_payable_settlementsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput> | organization_account_payable_settlementsCreateWithoutOrganization_account_agreed_payment_methodInput[] | organization_account_payable_settlementsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput[];
|
|
230304
|
+
connectOrCreate?: organization_account_payable_settlementsCreateOrConnectWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_settlementsCreateOrConnectWithoutOrganization_account_agreed_payment_methodInput[];
|
|
230305
|
+
upsert?: organization_account_payable_settlementsUpsertWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_settlementsUpsertWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput[];
|
|
230306
|
+
createMany?: organization_account_payable_settlementsCreateManyOrganization_account_agreed_payment_methodInputEnvelope;
|
|
230307
|
+
set?: organization_account_payable_settlementsWhereUniqueInput | organization_account_payable_settlementsWhereUniqueInput[];
|
|
230308
|
+
disconnect?: organization_account_payable_settlementsWhereUniqueInput | organization_account_payable_settlementsWhereUniqueInput[];
|
|
230309
|
+
delete?: organization_account_payable_settlementsWhereUniqueInput | organization_account_payable_settlementsWhereUniqueInput[];
|
|
230310
|
+
connect?: organization_account_payable_settlementsWhereUniqueInput | organization_account_payable_settlementsWhereUniqueInput[];
|
|
230311
|
+
update?: organization_account_payable_settlementsUpdateWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_settlementsUpdateWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput[];
|
|
230312
|
+
updateMany?: organization_account_payable_settlementsUpdateManyWithWhereWithoutOrganization_account_agreed_payment_methodInput | organization_account_payable_settlementsUpdateManyWithWhereWithoutOrganization_account_agreed_payment_methodInput[];
|
|
230313
|
+
deleteMany?: organization_account_payable_settlementsScalarWhereInput | organization_account_payable_settlementsScalarWhereInput[];
|
|
230314
|
+
};
|
|
230522
230315
|
type organization_account_payable_settlementsCreateNestedOneWithoutOrganization_account_payable_settlement_logsInput = {
|
|
230523
230316
|
create?: XOR<organization_account_payable_settlementsCreateWithoutOrganization_account_payable_settlement_logsInput, organization_account_payable_settlementsUncheckedCreateWithoutOrganization_account_payable_settlement_logsInput>;
|
|
230524
230317
|
connectOrCreate?: organization_account_payable_settlementsCreateOrConnectWithoutOrganization_account_payable_settlement_logsInput;
|
|
@@ -230586,12 +230379,14 @@ type organization_account_payable_settlementsCreateWithoutOrganizationInput = {
|
|
|
230586
230379
|
updated_by?: string | null;
|
|
230587
230380
|
company?: companiesCreateNestedOneWithoutOrganization_account_payable_settlementsInput;
|
|
230588
230381
|
payable_settlement_group_organization?: organizationsCreateNestedOneWithoutPayable_settlement_group_organizationsInput;
|
|
230382
|
+
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsCreateNestedOneWithoutOrganization_account_payable_settlementsInput;
|
|
230589
230383
|
organization_account_payable_settlement_logs?: organization_account_payable_settlement_logsCreateNestedManyWithoutOrganization_account_payable_settlementInput;
|
|
230590
230384
|
};
|
|
230591
230385
|
type organization_account_payable_settlementsUncheckedCreateWithoutOrganizationInput = {
|
|
230592
230386
|
id?: bigint | number;
|
|
230593
230387
|
id_company?: bigint | number | null;
|
|
230594
230388
|
id_settlement_group_organization?: bigint | number | null;
|
|
230389
|
+
id_agreed_payment_method?: bigint | number | null;
|
|
230595
230390
|
logic_code?: string | null;
|
|
230596
230391
|
credit_limit?: Decimal$1 | DecimalJsLike | number | string | null;
|
|
230597
230392
|
tntd_days?: number | null;
|
|
@@ -230628,12 +230423,14 @@ type organization_account_payable_settlementsCreateWithoutPayable_settlement_gro
|
|
|
230628
230423
|
updated_by?: string | null;
|
|
230629
230424
|
company?: companiesCreateNestedOneWithoutOrganization_account_payable_settlementsInput;
|
|
230630
230425
|
organization?: organizationsCreateNestedOneWithoutOrganization_account_payable_settlementsInput;
|
|
230426
|
+
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsCreateNestedOneWithoutOrganization_account_payable_settlementsInput;
|
|
230631
230427
|
organization_account_payable_settlement_logs?: organization_account_payable_settlement_logsCreateNestedManyWithoutOrganization_account_payable_settlementInput;
|
|
230632
230428
|
};
|
|
230633
230429
|
type organization_account_payable_settlementsUncheckedCreateWithoutPayable_settlement_group_organizationInput = {
|
|
230634
230430
|
id?: bigint | number;
|
|
230635
230431
|
id_organization?: bigint | number | null;
|
|
230636
230432
|
id_company?: bigint | number | null;
|
|
230433
|
+
id_agreed_payment_method?: bigint | number | null;
|
|
230637
230434
|
logic_code?: string | null;
|
|
230638
230435
|
credit_limit?: Decimal$1 | DecimalJsLike | number | string | null;
|
|
230639
230436
|
tntd_days?: number | null;
|
|
@@ -230676,6 +230473,7 @@ type organization_account_payable_settlementsScalarWhereInput = {
|
|
|
230676
230473
|
id_organization?: BigIntNullableFilter<"organization_account_payable_settlements"> | bigint | number | null;
|
|
230677
230474
|
id_company?: BigIntNullableFilter<"organization_account_payable_settlements"> | bigint | number | null;
|
|
230678
230475
|
id_settlement_group_organization?: BigIntNullableFilter<"organization_account_payable_settlements"> | bigint | number | null;
|
|
230476
|
+
id_agreed_payment_method?: BigIntNullableFilter<"organization_account_payable_settlements"> | bigint | number | null;
|
|
230679
230477
|
logic_code?: StringNullableFilter<"organization_account_payable_settlements"> | string | null;
|
|
230680
230478
|
credit_limit?: DecimalNullableFilter<"organization_account_payable_settlements"> | Decimal$1 | DecimalJsLike | number | string | null;
|
|
230681
230479
|
tntd_days?: IntNullableFilter<"organization_account_payable_settlements"> | number | null;
|
|
@@ -230701,6 +230499,63 @@ type organization_account_payable_settlementsUpdateManyWithWhereWithoutPayable_s
|
|
|
230701
230499
|
where: organization_account_payable_settlementsScalarWhereInput;
|
|
230702
230500
|
data: XOR<organization_account_payable_settlementsUpdateManyMutationInput, organization_account_payable_settlementsUncheckedUpdateManyWithoutPayable_settlement_group_organizationInput>;
|
|
230703
230501
|
};
|
|
230502
|
+
type organization_account_payable_settlementsCreateWithoutOrganization_account_agreed_payment_methodInput = {
|
|
230503
|
+
id?: bigint | number;
|
|
230504
|
+
logic_code?: string | null;
|
|
230505
|
+
credit_limit?: Decimal$1 | DecimalJsLike | number | string | null;
|
|
230506
|
+
tntd_days?: number | null;
|
|
230507
|
+
is_active?: boolean | null;
|
|
230508
|
+
is_global?: boolean | null;
|
|
230509
|
+
is_parent?: boolean | null;
|
|
230510
|
+
is_child?: boolean | null;
|
|
230511
|
+
created_at?: Date | string | null;
|
|
230512
|
+
created_by?: string | null;
|
|
230513
|
+
updated_at?: Date | string | null;
|
|
230514
|
+
updated_by?: string | null;
|
|
230515
|
+
company?: companiesCreateNestedOneWithoutOrganization_account_payable_settlementsInput;
|
|
230516
|
+
organization?: organizationsCreateNestedOneWithoutOrganization_account_payable_settlementsInput;
|
|
230517
|
+
payable_settlement_group_organization?: organizationsCreateNestedOneWithoutPayable_settlement_group_organizationsInput;
|
|
230518
|
+
organization_account_payable_settlement_logs?: organization_account_payable_settlement_logsCreateNestedManyWithoutOrganization_account_payable_settlementInput;
|
|
230519
|
+
};
|
|
230520
|
+
type organization_account_payable_settlementsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput = {
|
|
230521
|
+
id?: bigint | number;
|
|
230522
|
+
id_organization?: bigint | number | null;
|
|
230523
|
+
id_company?: bigint | number | null;
|
|
230524
|
+
id_settlement_group_organization?: bigint | number | null;
|
|
230525
|
+
logic_code?: string | null;
|
|
230526
|
+
credit_limit?: Decimal$1 | DecimalJsLike | number | string | null;
|
|
230527
|
+
tntd_days?: number | null;
|
|
230528
|
+
is_active?: boolean | null;
|
|
230529
|
+
is_global?: boolean | null;
|
|
230530
|
+
is_parent?: boolean | null;
|
|
230531
|
+
is_child?: boolean | null;
|
|
230532
|
+
created_at?: Date | string | null;
|
|
230533
|
+
created_by?: string | null;
|
|
230534
|
+
updated_at?: Date | string | null;
|
|
230535
|
+
updated_by?: string | null;
|
|
230536
|
+
organization_account_payable_settlement_logs?: organization_account_payable_settlement_logsUncheckedCreateNestedManyWithoutOrganization_account_payable_settlementInput;
|
|
230537
|
+
};
|
|
230538
|
+
type organization_account_payable_settlementsCreateOrConnectWithoutOrganization_account_agreed_payment_methodInput = {
|
|
230539
|
+
where: organization_account_payable_settlementsWhereUniqueInput;
|
|
230540
|
+
create: XOR<organization_account_payable_settlementsCreateWithoutOrganization_account_agreed_payment_methodInput, organization_account_payable_settlementsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput>;
|
|
230541
|
+
};
|
|
230542
|
+
type organization_account_payable_settlementsCreateManyOrganization_account_agreed_payment_methodInputEnvelope = {
|
|
230543
|
+
data: organization_account_payable_settlementsCreateManyOrganization_account_agreed_payment_methodInput | organization_account_payable_settlementsCreateManyOrganization_account_agreed_payment_methodInput[];
|
|
230544
|
+
skipDuplicates?: boolean;
|
|
230545
|
+
};
|
|
230546
|
+
type organization_account_payable_settlementsUpsertWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput = {
|
|
230547
|
+
where: organization_account_payable_settlementsWhereUniqueInput;
|
|
230548
|
+
update: XOR<organization_account_payable_settlementsUpdateWithoutOrganization_account_agreed_payment_methodInput, organization_account_payable_settlementsUncheckedUpdateWithoutOrganization_account_agreed_payment_methodInput>;
|
|
230549
|
+
create: XOR<organization_account_payable_settlementsCreateWithoutOrganization_account_agreed_payment_methodInput, organization_account_payable_settlementsUncheckedCreateWithoutOrganization_account_agreed_payment_methodInput>;
|
|
230550
|
+
};
|
|
230551
|
+
type organization_account_payable_settlementsUpdateWithWhereUniqueWithoutOrganization_account_agreed_payment_methodInput = {
|
|
230552
|
+
where: organization_account_payable_settlementsWhereUniqueInput;
|
|
230553
|
+
data: XOR<organization_account_payable_settlementsUpdateWithoutOrganization_account_agreed_payment_methodInput, organization_account_payable_settlementsUncheckedUpdateWithoutOrganization_account_agreed_payment_methodInput>;
|
|
230554
|
+
};
|
|
230555
|
+
type organization_account_payable_settlementsUpdateManyWithWhereWithoutOrganization_account_agreed_payment_methodInput = {
|
|
230556
|
+
where: organization_account_payable_settlementsScalarWhereInput;
|
|
230557
|
+
data: XOR<organization_account_payable_settlementsUpdateManyMutationInput, organization_account_payable_settlementsUncheckedUpdateManyWithoutOrganization_account_agreed_payment_methodInput>;
|
|
230558
|
+
};
|
|
230704
230559
|
type organization_account_payable_settlementsCreateWithoutOrganization_account_payable_settlement_logsInput = {
|
|
230705
230560
|
id?: bigint | number;
|
|
230706
230561
|
logic_code?: string | null;
|
|
@@ -230717,12 +230572,14 @@ type organization_account_payable_settlementsCreateWithoutOrganization_account_p
|
|
|
230717
230572
|
company?: companiesCreateNestedOneWithoutOrganization_account_payable_settlementsInput;
|
|
230718
230573
|
organization?: organizationsCreateNestedOneWithoutOrganization_account_payable_settlementsInput;
|
|
230719
230574
|
payable_settlement_group_organization?: organizationsCreateNestedOneWithoutPayable_settlement_group_organizationsInput;
|
|
230575
|
+
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsCreateNestedOneWithoutOrganization_account_payable_settlementsInput;
|
|
230720
230576
|
};
|
|
230721
230577
|
type organization_account_payable_settlementsUncheckedCreateWithoutOrganization_account_payable_settlement_logsInput = {
|
|
230722
230578
|
id?: bigint | number;
|
|
230723
230579
|
id_organization?: bigint | number | null;
|
|
230724
230580
|
id_company?: bigint | number | null;
|
|
230725
230581
|
id_settlement_group_organization?: bigint | number | null;
|
|
230582
|
+
id_agreed_payment_method?: bigint | number | null;
|
|
230726
230583
|
logic_code?: string | null;
|
|
230727
230584
|
credit_limit?: Decimal$1 | DecimalJsLike | number | string | null;
|
|
230728
230585
|
tntd_days?: number | null;
|
|
@@ -230764,12 +230621,14 @@ type organization_account_payable_settlementsUpdateWithoutOrganization_account_p
|
|
|
230764
230621
|
company?: companiesUpdateOneWithoutOrganization_account_payable_settlementsNestedInput;
|
|
230765
230622
|
organization?: organizationsUpdateOneWithoutOrganization_account_payable_settlementsNestedInput;
|
|
230766
230623
|
payable_settlement_group_organization?: organizationsUpdateOneWithoutPayable_settlement_group_organizationsNestedInput;
|
|
230624
|
+
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsUpdateOneWithoutOrganization_account_payable_settlementsNestedInput;
|
|
230767
230625
|
};
|
|
230768
230626
|
type organization_account_payable_settlementsUncheckedUpdateWithoutOrganization_account_payable_settlement_logsInput = {
|
|
230769
230627
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
230770
230628
|
id_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230771
230629
|
id_company?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230772
230630
|
id_settlement_group_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230631
|
+
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230773
230632
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
230774
230633
|
credit_limit?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike | number | string | null;
|
|
230775
230634
|
tntd_days?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
@@ -230797,12 +230656,14 @@ type organization_account_payable_settlementsCreateWithoutCompanyInput = {
|
|
|
230797
230656
|
updated_by?: string | null;
|
|
230798
230657
|
organization?: organizationsCreateNestedOneWithoutOrganization_account_payable_settlementsInput;
|
|
230799
230658
|
payable_settlement_group_organization?: organizationsCreateNestedOneWithoutPayable_settlement_group_organizationsInput;
|
|
230659
|
+
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsCreateNestedOneWithoutOrganization_account_payable_settlementsInput;
|
|
230800
230660
|
organization_account_payable_settlement_logs?: organization_account_payable_settlement_logsCreateNestedManyWithoutOrganization_account_payable_settlementInput;
|
|
230801
230661
|
};
|
|
230802
230662
|
type organization_account_payable_settlementsUncheckedCreateWithoutCompanyInput = {
|
|
230803
230663
|
id?: bigint | number;
|
|
230804
230664
|
id_organization?: bigint | number | null;
|
|
230805
230665
|
id_settlement_group_organization?: bigint | number | null;
|
|
230666
|
+
id_agreed_payment_method?: bigint | number | null;
|
|
230806
230667
|
logic_code?: string | null;
|
|
230807
230668
|
credit_limit?: Decimal$1 | DecimalJsLike | number | string | null;
|
|
230808
230669
|
tntd_days?: number | null;
|
|
@@ -230841,6 +230702,7 @@ type organization_account_payable_settlementsCreateManyOrganizationInput = {
|
|
|
230841
230702
|
id?: bigint | number;
|
|
230842
230703
|
id_company?: bigint | number | null;
|
|
230843
230704
|
id_settlement_group_organization?: bigint | number | null;
|
|
230705
|
+
id_agreed_payment_method?: bigint | number | null;
|
|
230844
230706
|
logic_code?: string | null;
|
|
230845
230707
|
credit_limit?: Decimal$1 | DecimalJsLike | number | string | null;
|
|
230846
230708
|
tntd_days?: number | null;
|
|
@@ -230857,6 +230719,7 @@ type organization_account_payable_settlementsCreateManyPayable_settlement_group_
|
|
|
230857
230719
|
id?: bigint | number;
|
|
230858
230720
|
id_organization?: bigint | number | null;
|
|
230859
230721
|
id_company?: bigint | number | null;
|
|
230722
|
+
id_agreed_payment_method?: bigint | number | null;
|
|
230860
230723
|
logic_code?: string | null;
|
|
230861
230724
|
credit_limit?: Decimal$1 | DecimalJsLike | number | string | null;
|
|
230862
230725
|
tntd_days?: number | null;
|
|
@@ -230884,12 +230747,14 @@ type organization_account_payable_settlementsUpdateWithoutOrganizationInput = {
|
|
|
230884
230747
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
230885
230748
|
company?: companiesUpdateOneWithoutOrganization_account_payable_settlementsNestedInput;
|
|
230886
230749
|
payable_settlement_group_organization?: organizationsUpdateOneWithoutPayable_settlement_group_organizationsNestedInput;
|
|
230750
|
+
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsUpdateOneWithoutOrganization_account_payable_settlementsNestedInput;
|
|
230887
230751
|
organization_account_payable_settlement_logs?: organization_account_payable_settlement_logsUpdateManyWithoutOrganization_account_payable_settlementNestedInput;
|
|
230888
230752
|
};
|
|
230889
230753
|
type organization_account_payable_settlementsUncheckedUpdateWithoutOrganizationInput = {
|
|
230890
230754
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
230891
230755
|
id_company?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230892
230756
|
id_settlement_group_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230757
|
+
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230893
230758
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
230894
230759
|
credit_limit?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike | number | string | null;
|
|
230895
230760
|
tntd_days?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
@@ -230907,6 +230772,7 @@ type organization_account_payable_settlementsUncheckedUpdateManyWithoutOrganizat
|
|
|
230907
230772
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
230908
230773
|
id_company?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230909
230774
|
id_settlement_group_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230775
|
+
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230910
230776
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
230911
230777
|
credit_limit?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike | number | string | null;
|
|
230912
230778
|
tntd_days?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
@@ -230934,12 +230800,14 @@ type organization_account_payable_settlementsUpdateWithoutPayable_settlement_gro
|
|
|
230934
230800
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
230935
230801
|
company?: companiesUpdateOneWithoutOrganization_account_payable_settlementsNestedInput;
|
|
230936
230802
|
organization?: organizationsUpdateOneWithoutOrganization_account_payable_settlementsNestedInput;
|
|
230803
|
+
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsUpdateOneWithoutOrganization_account_payable_settlementsNestedInput;
|
|
230937
230804
|
organization_account_payable_settlement_logs?: organization_account_payable_settlement_logsUpdateManyWithoutOrganization_account_payable_settlementNestedInput;
|
|
230938
230805
|
};
|
|
230939
230806
|
type organization_account_payable_settlementsUncheckedUpdateWithoutPayable_settlement_group_organizationInput = {
|
|
230940
230807
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
230941
230808
|
id_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230942
230809
|
id_company?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230810
|
+
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230943
230811
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
230944
230812
|
credit_limit?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike | number | string | null;
|
|
230945
230813
|
tntd_days?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
@@ -230957,6 +230825,77 @@ type organization_account_payable_settlementsUncheckedUpdateManyWithoutPayable_s
|
|
|
230957
230825
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
230958
230826
|
id_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230959
230827
|
id_company?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230828
|
+
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230829
|
+
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
230830
|
+
credit_limit?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike | number | string | null;
|
|
230831
|
+
tntd_days?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
230832
|
+
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
230833
|
+
is_global?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
230834
|
+
is_parent?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
230835
|
+
is_child?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
230836
|
+
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
230837
|
+
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
230838
|
+
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
230839
|
+
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
230840
|
+
};
|
|
230841
|
+
type organization_account_payable_settlementsCreateManyOrganization_account_agreed_payment_methodInput = {
|
|
230842
|
+
id?: bigint | number;
|
|
230843
|
+
id_organization?: bigint | number | null;
|
|
230844
|
+
id_company?: bigint | number | null;
|
|
230845
|
+
id_settlement_group_organization?: bigint | number | null;
|
|
230846
|
+
logic_code?: string | null;
|
|
230847
|
+
credit_limit?: Decimal$1 | DecimalJsLike | number | string | null;
|
|
230848
|
+
tntd_days?: number | null;
|
|
230849
|
+
is_active?: boolean | null;
|
|
230850
|
+
is_global?: boolean | null;
|
|
230851
|
+
is_parent?: boolean | null;
|
|
230852
|
+
is_child?: boolean | null;
|
|
230853
|
+
created_at?: Date | string | null;
|
|
230854
|
+
created_by?: string | null;
|
|
230855
|
+
updated_at?: Date | string | null;
|
|
230856
|
+
updated_by?: string | null;
|
|
230857
|
+
};
|
|
230858
|
+
type organization_account_payable_settlementsUpdateWithoutOrganization_account_agreed_payment_methodInput = {
|
|
230859
|
+
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
230860
|
+
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
230861
|
+
credit_limit?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike | number | string | null;
|
|
230862
|
+
tntd_days?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
230863
|
+
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
230864
|
+
is_global?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
230865
|
+
is_parent?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
230866
|
+
is_child?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
230867
|
+
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
230868
|
+
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
230869
|
+
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
230870
|
+
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
230871
|
+
company?: companiesUpdateOneWithoutOrganization_account_payable_settlementsNestedInput;
|
|
230872
|
+
organization?: organizationsUpdateOneWithoutOrganization_account_payable_settlementsNestedInput;
|
|
230873
|
+
payable_settlement_group_organization?: organizationsUpdateOneWithoutPayable_settlement_group_organizationsNestedInput;
|
|
230874
|
+
organization_account_payable_settlement_logs?: organization_account_payable_settlement_logsUpdateManyWithoutOrganization_account_payable_settlementNestedInput;
|
|
230875
|
+
};
|
|
230876
|
+
type organization_account_payable_settlementsUncheckedUpdateWithoutOrganization_account_agreed_payment_methodInput = {
|
|
230877
|
+
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
230878
|
+
id_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230879
|
+
id_company?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230880
|
+
id_settlement_group_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230881
|
+
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
230882
|
+
credit_limit?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike | number | string | null;
|
|
230883
|
+
tntd_days?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
230884
|
+
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
230885
|
+
is_global?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
230886
|
+
is_parent?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
230887
|
+
is_child?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
230888
|
+
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
230889
|
+
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
230890
|
+
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
230891
|
+
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
230892
|
+
organization_account_payable_settlement_logs?: organization_account_payable_settlement_logsUncheckedUpdateManyWithoutOrganization_account_payable_settlementNestedInput;
|
|
230893
|
+
};
|
|
230894
|
+
type organization_account_payable_settlementsUncheckedUpdateManyWithoutOrganization_account_agreed_payment_methodInput = {
|
|
230895
|
+
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
230896
|
+
id_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230897
|
+
id_company?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230898
|
+
id_settlement_group_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230960
230899
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
230961
230900
|
credit_limit?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike | number | string | null;
|
|
230962
230901
|
tntd_days?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
@@ -230973,6 +230912,7 @@ type organization_account_payable_settlementsCreateManyCompanyInput = {
|
|
|
230973
230912
|
id?: bigint | number;
|
|
230974
230913
|
id_organization?: bigint | number | null;
|
|
230975
230914
|
id_settlement_group_organization?: bigint | number | null;
|
|
230915
|
+
id_agreed_payment_method?: bigint | number | null;
|
|
230976
230916
|
logic_code?: string | null;
|
|
230977
230917
|
credit_limit?: Decimal$1 | DecimalJsLike | number | string | null;
|
|
230978
230918
|
tntd_days?: number | null;
|
|
@@ -231000,12 +230940,14 @@ type organization_account_payable_settlementsUpdateWithoutCompanyInput = {
|
|
|
231000
230940
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
231001
230941
|
organization?: organizationsUpdateOneWithoutOrganization_account_payable_settlementsNestedInput;
|
|
231002
230942
|
payable_settlement_group_organization?: organizationsUpdateOneWithoutPayable_settlement_group_organizationsNestedInput;
|
|
230943
|
+
organization_account_agreed_payment_method?: organization_account_agreed_payment_methodsUpdateOneWithoutOrganization_account_payable_settlementsNestedInput;
|
|
231003
230944
|
organization_account_payable_settlement_logs?: organization_account_payable_settlement_logsUpdateManyWithoutOrganization_account_payable_settlementNestedInput;
|
|
231004
230945
|
};
|
|
231005
230946
|
type organization_account_payable_settlementsUncheckedUpdateWithoutCompanyInput = {
|
|
231006
230947
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
231007
230948
|
id_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
231008
230949
|
id_settlement_group_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230950
|
+
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
231009
230951
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
231010
230952
|
credit_limit?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike | number | string | null;
|
|
231011
230953
|
tntd_days?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
@@ -231023,6 +230965,7 @@ type organization_account_payable_settlementsUncheckedUpdateManyWithoutCompanyIn
|
|
|
231023
230965
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
231024
230966
|
id_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
231025
230967
|
id_settlement_group_organization?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
230968
|
+
id_agreed_payment_method?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
231026
230969
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
231027
230970
|
credit_limit?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike | number | string | null;
|
|
231028
230971
|
tntd_days?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
@@ -231062,6 +231005,7 @@ type organization_account_payable_settlementsSelect<ExtArgs extends Types$1.Exte
|
|
|
231062
231005
|
id_organization?: boolean;
|
|
231063
231006
|
id_company?: boolean;
|
|
231064
231007
|
id_settlement_group_organization?: boolean;
|
|
231008
|
+
id_agreed_payment_method?: boolean;
|
|
231065
231009
|
logic_code?: boolean;
|
|
231066
231010
|
credit_limit?: boolean;
|
|
231067
231011
|
tntd_days?: boolean;
|
|
@@ -231076,6 +231020,7 @@ type organization_account_payable_settlementsSelect<ExtArgs extends Types$1.Exte
|
|
|
231076
231020
|
company?: boolean | organization_account_payable_settlements$companyArgs<ExtArgs>;
|
|
231077
231021
|
organization?: boolean | organization_account_payable_settlements$organizationArgs<ExtArgs>;
|
|
231078
231022
|
payable_settlement_group_organization?: boolean | organization_account_payable_settlements$payable_settlement_group_organizationArgs<ExtArgs>;
|
|
231023
|
+
organization_account_agreed_payment_method?: boolean | organization_account_payable_settlements$organization_account_agreed_payment_methodArgs<ExtArgs>;
|
|
231079
231024
|
organization_account_payable_settlement_logs?: boolean | organization_account_payable_settlements$organization_account_payable_settlement_logsArgs<ExtArgs>;
|
|
231080
231025
|
_count?: boolean | Organization_account_payable_settlementsCountOutputTypeDefaultArgs<ExtArgs>;
|
|
231081
231026
|
}, ExtArgs["result"]["organization_account_payable_settlements"]>;
|
|
@@ -231084,6 +231029,7 @@ type organization_account_payable_settlementsSelectCreateManyAndReturn<ExtArgs e
|
|
|
231084
231029
|
id_organization?: boolean;
|
|
231085
231030
|
id_company?: boolean;
|
|
231086
231031
|
id_settlement_group_organization?: boolean;
|
|
231032
|
+
id_agreed_payment_method?: boolean;
|
|
231087
231033
|
logic_code?: boolean;
|
|
231088
231034
|
credit_limit?: boolean;
|
|
231089
231035
|
tntd_days?: boolean;
|
|
@@ -231098,12 +231044,14 @@ type organization_account_payable_settlementsSelectCreateManyAndReturn<ExtArgs e
|
|
|
231098
231044
|
company?: boolean | organization_account_payable_settlements$companyArgs<ExtArgs>;
|
|
231099
231045
|
organization?: boolean | organization_account_payable_settlements$organizationArgs<ExtArgs>;
|
|
231100
231046
|
payable_settlement_group_organization?: boolean | organization_account_payable_settlements$payable_settlement_group_organizationArgs<ExtArgs>;
|
|
231047
|
+
organization_account_agreed_payment_method?: boolean | organization_account_payable_settlements$organization_account_agreed_payment_methodArgs<ExtArgs>;
|
|
231101
231048
|
}, ExtArgs["result"]["organization_account_payable_settlements"]>;
|
|
231102
231049
|
type organization_account_payable_settlementsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetSelect<{
|
|
231103
231050
|
id?: boolean;
|
|
231104
231051
|
id_organization?: boolean;
|
|
231105
231052
|
id_company?: boolean;
|
|
231106
231053
|
id_settlement_group_organization?: boolean;
|
|
231054
|
+
id_agreed_payment_method?: boolean;
|
|
231107
231055
|
logic_code?: boolean;
|
|
231108
231056
|
credit_limit?: boolean;
|
|
231109
231057
|
tntd_days?: boolean;
|
|
@@ -231118,12 +231066,14 @@ type organization_account_payable_settlementsSelectUpdateManyAndReturn<ExtArgs e
|
|
|
231118
231066
|
company?: boolean | organization_account_payable_settlements$companyArgs<ExtArgs>;
|
|
231119
231067
|
organization?: boolean | organization_account_payable_settlements$organizationArgs<ExtArgs>;
|
|
231120
231068
|
payable_settlement_group_organization?: boolean | organization_account_payable_settlements$payable_settlement_group_organizationArgs<ExtArgs>;
|
|
231069
|
+
organization_account_agreed_payment_method?: boolean | organization_account_payable_settlements$organization_account_agreed_payment_methodArgs<ExtArgs>;
|
|
231121
231070
|
}, ExtArgs["result"]["organization_account_payable_settlements"]>;
|
|
231122
|
-
type organization_account_payable_settlementsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_organization" | "id_company" | "id_settlement_group_organization" | "logic_code" | "credit_limit" | "tntd_days" | "is_active" | "is_global" | "is_parent" | "is_child" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["organization_account_payable_settlements"]>;
|
|
231071
|
+
type organization_account_payable_settlementsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_organization" | "id_company" | "id_settlement_group_organization" | "id_agreed_payment_method" | "logic_code" | "credit_limit" | "tntd_days" | "is_active" | "is_global" | "is_parent" | "is_child" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["organization_account_payable_settlements"]>;
|
|
231123
231072
|
type organization_account_payable_settlementsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
231124
231073
|
company?: boolean | organization_account_payable_settlements$companyArgs<ExtArgs>;
|
|
231125
231074
|
organization?: boolean | organization_account_payable_settlements$organizationArgs<ExtArgs>;
|
|
231126
231075
|
payable_settlement_group_organization?: boolean | organization_account_payable_settlements$payable_settlement_group_organizationArgs<ExtArgs>;
|
|
231076
|
+
organization_account_agreed_payment_method?: boolean | organization_account_payable_settlements$organization_account_agreed_payment_methodArgs<ExtArgs>;
|
|
231127
231077
|
organization_account_payable_settlement_logs?: boolean | organization_account_payable_settlements$organization_account_payable_settlement_logsArgs<ExtArgs>;
|
|
231128
231078
|
_count?: boolean | Organization_account_payable_settlementsCountOutputTypeDefaultArgs<ExtArgs>;
|
|
231129
231079
|
};
|
|
@@ -231131,11 +231081,13 @@ type organization_account_payable_settlementsIncludeCreateManyAndReturn<ExtArgs
|
|
|
231131
231081
|
company?: boolean | organization_account_payable_settlements$companyArgs<ExtArgs>;
|
|
231132
231082
|
organization?: boolean | organization_account_payable_settlements$organizationArgs<ExtArgs>;
|
|
231133
231083
|
payable_settlement_group_organization?: boolean | organization_account_payable_settlements$payable_settlement_group_organizationArgs<ExtArgs>;
|
|
231084
|
+
organization_account_agreed_payment_method?: boolean | organization_account_payable_settlements$organization_account_agreed_payment_methodArgs<ExtArgs>;
|
|
231134
231085
|
};
|
|
231135
231086
|
type organization_account_payable_settlementsIncludeUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
231136
231087
|
company?: boolean | organization_account_payable_settlements$companyArgs<ExtArgs>;
|
|
231137
231088
|
organization?: boolean | organization_account_payable_settlements$organizationArgs<ExtArgs>;
|
|
231138
231089
|
payable_settlement_group_organization?: boolean | organization_account_payable_settlements$payable_settlement_group_organizationArgs<ExtArgs>;
|
|
231090
|
+
organization_account_agreed_payment_method?: boolean | organization_account_payable_settlements$organization_account_agreed_payment_methodArgs<ExtArgs>;
|
|
231139
231091
|
};
|
|
231140
231092
|
type $organization_account_payable_settlementsPayload<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
231141
231093
|
name: "organization_account_payable_settlements";
|
|
@@ -231143,6 +231095,7 @@ type $organization_account_payable_settlementsPayload<ExtArgs extends Types$1.Ex
|
|
|
231143
231095
|
company: $companiesPayload<ExtArgs> | null;
|
|
231144
231096
|
organization: $organizationsPayload<ExtArgs> | null;
|
|
231145
231097
|
payable_settlement_group_organization: $organizationsPayload<ExtArgs> | null;
|
|
231098
|
+
organization_account_agreed_payment_method: $organization_account_agreed_payment_methodsPayload<ExtArgs> | null;
|
|
231146
231099
|
organization_account_payable_settlement_logs: $organization_account_payable_settlement_logsPayload<ExtArgs>[];
|
|
231147
231100
|
};
|
|
231148
231101
|
scalars: Types$1.Extensions.GetPayloadResult<{
|
|
@@ -231150,6 +231103,7 @@ type $organization_account_payable_settlementsPayload<ExtArgs extends Types$1.Ex
|
|
|
231150
231103
|
id_organization: bigint | null;
|
|
231151
231104
|
id_company: bigint | null;
|
|
231152
231105
|
id_settlement_group_organization: bigint | null;
|
|
231106
|
+
id_agreed_payment_method: bigint | null;
|
|
231153
231107
|
logic_code: string | null;
|
|
231154
231108
|
credit_limit: Decimal$1 | null;
|
|
231155
231109
|
tntd_days: number | null;
|
|
@@ -231479,6 +231433,7 @@ interface Prisma__organization_account_payable_settlementsClient<T$1, Null = nev
|
|
|
231479
231433
|
company<T$1 extends organization_account_payable_settlements$companyArgs<ExtArgs> = {}>(args?: Subset<T$1, organization_account_payable_settlements$companyArgs<ExtArgs>>): Prisma__companiesClient<Types$1.Result.GetResult<$companiesPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
231480
231434
|
organization<T$1 extends organization_account_payable_settlements$organizationArgs<ExtArgs> = {}>(args?: Subset<T$1, organization_account_payable_settlements$organizationArgs<ExtArgs>>): Prisma__organizationsClient<Types$1.Result.GetResult<$organizationsPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
231481
231435
|
payable_settlement_group_organization<T$1 extends organization_account_payable_settlements$payable_settlement_group_organizationArgs<ExtArgs> = {}>(args?: Subset<T$1, organization_account_payable_settlements$payable_settlement_group_organizationArgs<ExtArgs>>): Prisma__organizationsClient<Types$1.Result.GetResult<$organizationsPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
231436
|
+
organization_account_agreed_payment_method<T$1 extends organization_account_payable_settlements$organization_account_agreed_payment_methodArgs<ExtArgs> = {}>(args?: Subset<T$1, organization_account_payable_settlements$organization_account_agreed_payment_methodArgs<ExtArgs>>): Prisma__organization_account_agreed_payment_methodsClient<Types$1.Result.GetResult<$organization_account_agreed_payment_methodsPayload<ExtArgs>, T$1, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
231482
231437
|
organization_account_payable_settlement_logs<T$1 extends organization_account_payable_settlements$organization_account_payable_settlement_logsArgs<ExtArgs> = {}>(args?: Subset<T$1, organization_account_payable_settlements$organization_account_payable_settlement_logsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$organization_account_payable_settlement_logsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
|
|
231483
231438
|
/**
|
|
231484
231439
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
@@ -231509,6 +231464,7 @@ interface organization_account_payable_settlementsFieldRefs {
|
|
|
231509
231464
|
readonly id_organization: FieldRef<"organization_account_payable_settlements", 'BigInt'>;
|
|
231510
231465
|
readonly id_company: FieldRef<"organization_account_payable_settlements", 'BigInt'>;
|
|
231511
231466
|
readonly id_settlement_group_organization: FieldRef<"organization_account_payable_settlements", 'BigInt'>;
|
|
231467
|
+
readonly id_agreed_payment_method: FieldRef<"organization_account_payable_settlements", 'BigInt'>;
|
|
231512
231468
|
readonly logic_code: FieldRef<"organization_account_payable_settlements", 'String'>;
|
|
231513
231469
|
readonly credit_limit: FieldRef<"organization_account_payable_settlements", 'Decimal'>;
|
|
231514
231470
|
readonly tntd_days: FieldRef<"organization_account_payable_settlements", 'Int'>;
|
|
@@ -231952,6 +231908,24 @@ type organization_account_payable_settlements$payable_settlement_group_organizat
|
|
|
231952
231908
|
include?: organizationsInclude<ExtArgs> | null;
|
|
231953
231909
|
where?: organizationsWhereInput;
|
|
231954
231910
|
};
|
|
231911
|
+
/**
|
|
231912
|
+
* organization_account_payable_settlements.organization_account_agreed_payment_method
|
|
231913
|
+
*/
|
|
231914
|
+
type organization_account_payable_settlements$organization_account_agreed_payment_methodArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
231915
|
+
/**
|
|
231916
|
+
* Select specific fields to fetch from the organization_account_agreed_payment_methods
|
|
231917
|
+
*/
|
|
231918
|
+
select?: organization_account_agreed_payment_methodsSelect<ExtArgs> | null;
|
|
231919
|
+
/**
|
|
231920
|
+
* Omit specific fields from the organization_account_agreed_payment_methods
|
|
231921
|
+
*/
|
|
231922
|
+
omit?: organization_account_agreed_payment_methodsOmit<ExtArgs> | null;
|
|
231923
|
+
/**
|
|
231924
|
+
* Choose, which related nodes to fetch as well
|
|
231925
|
+
*/
|
|
231926
|
+
include?: organization_account_agreed_payment_methodsInclude<ExtArgs> | null;
|
|
231927
|
+
where?: organization_account_agreed_payment_methodsWhereInput;
|
|
231928
|
+
};
|
|
231955
231929
|
/**
|
|
231956
231930
|
* organization_account_payable_settlements.organization_account_payable_settlement_logs
|
|
231957
231931
|
*/
|
|
@@ -237675,7 +237649,7 @@ type organization_account_agreed_payment_methodsWhereInput = {
|
|
|
237675
237649
|
updated_by?: StringNullableFilter<"organization_account_agreed_payment_methods"> | string | null;
|
|
237676
237650
|
organization_account_agreed_payment_method_logs?: Organization_account_agreed_payment_method_logsListRelationFilter;
|
|
237677
237651
|
organization_account_receivable_settlements?: Organization_account_receivable_settlementsListRelationFilter;
|
|
237678
|
-
|
|
237652
|
+
organization_account_payable_settlements?: Organization_account_payable_settlementsListRelationFilter;
|
|
237679
237653
|
};
|
|
237680
237654
|
type organization_account_agreed_payment_methodsOrderByWithRelationInput = {
|
|
237681
237655
|
id?: SortOrder;
|
|
@@ -237689,7 +237663,7 @@ type organization_account_agreed_payment_methodsOrderByWithRelationInput = {
|
|
|
237689
237663
|
updated_by?: SortOrderInput | SortOrder;
|
|
237690
237664
|
organization_account_agreed_payment_method_logs?: organization_account_agreed_payment_method_logsOrderByRelationAggregateInput;
|
|
237691
237665
|
organization_account_receivable_settlements?: organization_account_receivable_settlementsOrderByRelationAggregateInput;
|
|
237692
|
-
|
|
237666
|
+
organization_account_payable_settlements?: organization_account_payable_settlementsOrderByRelationAggregateInput;
|
|
237693
237667
|
};
|
|
237694
237668
|
type organization_account_agreed_payment_methodsWhereUniqueInput = AtLeast<{
|
|
237695
237669
|
id?: bigint | number;
|
|
@@ -237706,7 +237680,7 @@ type organization_account_agreed_payment_methodsWhereUniqueInput = AtLeast<{
|
|
|
237706
237680
|
updated_by?: StringNullableFilter<"organization_account_agreed_payment_methods"> | string | null;
|
|
237707
237681
|
organization_account_agreed_payment_method_logs?: Organization_account_agreed_payment_method_logsListRelationFilter;
|
|
237708
237682
|
organization_account_receivable_settlements?: Organization_account_receivable_settlementsListRelationFilter;
|
|
237709
|
-
|
|
237683
|
+
organization_account_payable_settlements?: Organization_account_payable_settlementsListRelationFilter;
|
|
237710
237684
|
}, "id" | "logic_code">;
|
|
237711
237685
|
type organization_account_agreed_payment_methodsOrderByWithAggregationInput = {
|
|
237712
237686
|
id?: SortOrder;
|
|
@@ -237750,7 +237724,7 @@ type organization_account_agreed_payment_methodsCreateInput = {
|
|
|
237750
237724
|
updated_by?: string | null;
|
|
237751
237725
|
organization_account_agreed_payment_method_logs?: organization_account_agreed_payment_method_logsCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput;
|
|
237752
237726
|
organization_account_receivable_settlements?: organization_account_receivable_settlementsCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput;
|
|
237753
|
-
|
|
237727
|
+
organization_account_payable_settlements?: organization_account_payable_settlementsCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput;
|
|
237754
237728
|
};
|
|
237755
237729
|
type organization_account_agreed_payment_methodsUncheckedCreateInput = {
|
|
237756
237730
|
id?: bigint | number;
|
|
@@ -237764,7 +237738,7 @@ type organization_account_agreed_payment_methodsUncheckedCreateInput = {
|
|
|
237764
237738
|
updated_by?: string | null;
|
|
237765
237739
|
organization_account_agreed_payment_method_logs?: organization_account_agreed_payment_method_logsUncheckedCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput;
|
|
237766
237740
|
organization_account_receivable_settlements?: organization_account_receivable_settlementsUncheckedCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput;
|
|
237767
|
-
|
|
237741
|
+
organization_account_payable_settlements?: organization_account_payable_settlementsUncheckedCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput;
|
|
237768
237742
|
};
|
|
237769
237743
|
type organization_account_agreed_payment_methodsUpdateInput = {
|
|
237770
237744
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -237778,7 +237752,7 @@ type organization_account_agreed_payment_methodsUpdateInput = {
|
|
|
237778
237752
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
237779
237753
|
organization_account_agreed_payment_method_logs?: organization_account_agreed_payment_method_logsUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput;
|
|
237780
237754
|
organization_account_receivable_settlements?: organization_account_receivable_settlementsUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput;
|
|
237781
|
-
|
|
237755
|
+
organization_account_payable_settlements?: organization_account_payable_settlementsUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput;
|
|
237782
237756
|
};
|
|
237783
237757
|
type organization_account_agreed_payment_methodsUncheckedUpdateInput = {
|
|
237784
237758
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -237792,7 +237766,7 @@ type organization_account_agreed_payment_methodsUncheckedUpdateInput = {
|
|
|
237792
237766
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
237793
237767
|
organization_account_agreed_payment_method_logs?: organization_account_agreed_payment_method_logsUncheckedUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput;
|
|
237794
237768
|
organization_account_receivable_settlements?: organization_account_receivable_settlementsUncheckedUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput;
|
|
237795
|
-
|
|
237769
|
+
organization_account_payable_settlements?: organization_account_payable_settlementsUncheckedUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput;
|
|
237796
237770
|
};
|
|
237797
237771
|
type organization_account_agreed_payment_methodsCreateManyInput = {
|
|
237798
237772
|
id?: bigint | number;
|
|
@@ -237870,19 +237844,19 @@ type organization_account_agreed_payment_methodsMinOrderByAggregateInput = {
|
|
|
237870
237844
|
type organization_account_agreed_payment_methodsSumOrderByAggregateInput = {
|
|
237871
237845
|
id?: SortOrder;
|
|
237872
237846
|
};
|
|
237873
|
-
type
|
|
237874
|
-
create?: XOR<
|
|
237875
|
-
connectOrCreate?:
|
|
237847
|
+
type organization_account_agreed_payment_methodsCreateNestedOneWithoutOrganization_account_payable_settlementsInput = {
|
|
237848
|
+
create?: XOR<organization_account_agreed_payment_methodsCreateWithoutOrganization_account_payable_settlementsInput, organization_account_agreed_payment_methodsUncheckedCreateWithoutOrganization_account_payable_settlementsInput>;
|
|
237849
|
+
connectOrCreate?: organization_account_agreed_payment_methodsCreateOrConnectWithoutOrganization_account_payable_settlementsInput;
|
|
237876
237850
|
connect?: organization_account_agreed_payment_methodsWhereUniqueInput;
|
|
237877
237851
|
};
|
|
237878
|
-
type
|
|
237879
|
-
create?: XOR<
|
|
237880
|
-
connectOrCreate?:
|
|
237881
|
-
upsert?:
|
|
237852
|
+
type organization_account_agreed_payment_methodsUpdateOneWithoutOrganization_account_payable_settlementsNestedInput = {
|
|
237853
|
+
create?: XOR<organization_account_agreed_payment_methodsCreateWithoutOrganization_account_payable_settlementsInput, organization_account_agreed_payment_methodsUncheckedCreateWithoutOrganization_account_payable_settlementsInput>;
|
|
237854
|
+
connectOrCreate?: organization_account_agreed_payment_methodsCreateOrConnectWithoutOrganization_account_payable_settlementsInput;
|
|
237855
|
+
upsert?: organization_account_agreed_payment_methodsUpsertWithoutOrganization_account_payable_settlementsInput;
|
|
237882
237856
|
disconnect?: organization_account_agreed_payment_methodsWhereInput | boolean;
|
|
237883
237857
|
delete?: organization_account_agreed_payment_methodsWhereInput | boolean;
|
|
237884
237858
|
connect?: organization_account_agreed_payment_methodsWhereUniqueInput;
|
|
237885
|
-
update?: XOR<XOR<
|
|
237859
|
+
update?: XOR<XOR<organization_account_agreed_payment_methodsUpdateToOneWithWhereWithoutOrganization_account_payable_settlementsInput, organization_account_agreed_payment_methodsUpdateWithoutOrganization_account_payable_settlementsInput>, organization_account_agreed_payment_methodsUncheckedUpdateWithoutOrganization_account_payable_settlementsInput>;
|
|
237886
237860
|
};
|
|
237887
237861
|
type organization_account_agreed_payment_methodsCreateNestedOneWithoutOrganization_account_receivable_settlementsInput = {
|
|
237888
237862
|
create?: XOR<organization_account_agreed_payment_methodsCreateWithoutOrganization_account_receivable_settlementsInput, organization_account_agreed_payment_methodsUncheckedCreateWithoutOrganization_account_receivable_settlementsInput>;
|
|
@@ -237912,7 +237886,7 @@ type organization_account_agreed_payment_methodsUpdateOneWithoutOrganization_acc
|
|
|
237912
237886
|
connect?: organization_account_agreed_payment_methodsWhereUniqueInput;
|
|
237913
237887
|
update?: XOR<XOR<organization_account_agreed_payment_methodsUpdateToOneWithWhereWithoutOrganization_account_agreed_payment_method_logsInput, organization_account_agreed_payment_methodsUpdateWithoutOrganization_account_agreed_payment_method_logsInput>, organization_account_agreed_payment_methodsUncheckedUpdateWithoutOrganization_account_agreed_payment_method_logsInput>;
|
|
237914
237888
|
};
|
|
237915
|
-
type
|
|
237889
|
+
type organization_account_agreed_payment_methodsCreateWithoutOrganization_account_payable_settlementsInput = {
|
|
237916
237890
|
id?: bigint | number;
|
|
237917
237891
|
logic_code?: string | null;
|
|
237918
237892
|
code?: string | null;
|
|
@@ -237925,7 +237899,7 @@ type organization_account_agreed_payment_methodsCreateWithoutOrganization_accoun
|
|
|
237925
237899
|
organization_account_agreed_payment_method_logs?: organization_account_agreed_payment_method_logsCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput;
|
|
237926
237900
|
organization_account_receivable_settlements?: organization_account_receivable_settlementsCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput;
|
|
237927
237901
|
};
|
|
237928
|
-
type
|
|
237902
|
+
type organization_account_agreed_payment_methodsUncheckedCreateWithoutOrganization_account_payable_settlementsInput = {
|
|
237929
237903
|
id?: bigint | number;
|
|
237930
237904
|
logic_code?: string | null;
|
|
237931
237905
|
code?: string | null;
|
|
@@ -237938,20 +237912,20 @@ type organization_account_agreed_payment_methodsUncheckedCreateWithoutOrganizati
|
|
|
237938
237912
|
organization_account_agreed_payment_method_logs?: organization_account_agreed_payment_method_logsUncheckedCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput;
|
|
237939
237913
|
organization_account_receivable_settlements?: organization_account_receivable_settlementsUncheckedCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput;
|
|
237940
237914
|
};
|
|
237941
|
-
type
|
|
237915
|
+
type organization_account_agreed_payment_methodsCreateOrConnectWithoutOrganization_account_payable_settlementsInput = {
|
|
237942
237916
|
where: organization_account_agreed_payment_methodsWhereUniqueInput;
|
|
237943
|
-
create: XOR<
|
|
237917
|
+
create: XOR<organization_account_agreed_payment_methodsCreateWithoutOrganization_account_payable_settlementsInput, organization_account_agreed_payment_methodsUncheckedCreateWithoutOrganization_account_payable_settlementsInput>;
|
|
237944
237918
|
};
|
|
237945
|
-
type
|
|
237946
|
-
update: XOR<
|
|
237947
|
-
create: XOR<
|
|
237919
|
+
type organization_account_agreed_payment_methodsUpsertWithoutOrganization_account_payable_settlementsInput = {
|
|
237920
|
+
update: XOR<organization_account_agreed_payment_methodsUpdateWithoutOrganization_account_payable_settlementsInput, organization_account_agreed_payment_methodsUncheckedUpdateWithoutOrganization_account_payable_settlementsInput>;
|
|
237921
|
+
create: XOR<organization_account_agreed_payment_methodsCreateWithoutOrganization_account_payable_settlementsInput, organization_account_agreed_payment_methodsUncheckedCreateWithoutOrganization_account_payable_settlementsInput>;
|
|
237948
237922
|
where?: organization_account_agreed_payment_methodsWhereInput;
|
|
237949
237923
|
};
|
|
237950
|
-
type
|
|
237924
|
+
type organization_account_agreed_payment_methodsUpdateToOneWithWhereWithoutOrganization_account_payable_settlementsInput = {
|
|
237951
237925
|
where?: organization_account_agreed_payment_methodsWhereInput;
|
|
237952
|
-
data: XOR<
|
|
237926
|
+
data: XOR<organization_account_agreed_payment_methodsUpdateWithoutOrganization_account_payable_settlementsInput, organization_account_agreed_payment_methodsUncheckedUpdateWithoutOrganization_account_payable_settlementsInput>;
|
|
237953
237927
|
};
|
|
237954
|
-
type
|
|
237928
|
+
type organization_account_agreed_payment_methodsUpdateWithoutOrganization_account_payable_settlementsInput = {
|
|
237955
237929
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
237956
237930
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
237957
237931
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -237964,7 +237938,7 @@ type organization_account_agreed_payment_methodsUpdateWithoutOrganization_accoun
|
|
|
237964
237938
|
organization_account_agreed_payment_method_logs?: organization_account_agreed_payment_method_logsUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput;
|
|
237965
237939
|
organization_account_receivable_settlements?: organization_account_receivable_settlementsUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput;
|
|
237966
237940
|
};
|
|
237967
|
-
type
|
|
237941
|
+
type organization_account_agreed_payment_methodsUncheckedUpdateWithoutOrganization_account_payable_settlementsInput = {
|
|
237968
237942
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
237969
237943
|
logic_code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
237970
237944
|
code?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -237988,7 +237962,7 @@ type organization_account_agreed_payment_methodsCreateWithoutOrganization_accoun
|
|
|
237988
237962
|
updated_at?: Date | string | null;
|
|
237989
237963
|
updated_by?: string | null;
|
|
237990
237964
|
organization_account_agreed_payment_method_logs?: organization_account_agreed_payment_method_logsCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput;
|
|
237991
|
-
|
|
237965
|
+
organization_account_payable_settlements?: organization_account_payable_settlementsCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput;
|
|
237992
237966
|
};
|
|
237993
237967
|
type organization_account_agreed_payment_methodsUncheckedCreateWithoutOrganization_account_receivable_settlementsInput = {
|
|
237994
237968
|
id?: bigint | number;
|
|
@@ -238001,7 +237975,7 @@ type organization_account_agreed_payment_methodsUncheckedCreateWithoutOrganizati
|
|
|
238001
237975
|
updated_at?: Date | string | null;
|
|
238002
237976
|
updated_by?: string | null;
|
|
238003
237977
|
organization_account_agreed_payment_method_logs?: organization_account_agreed_payment_method_logsUncheckedCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput;
|
|
238004
|
-
|
|
237978
|
+
organization_account_payable_settlements?: organization_account_payable_settlementsUncheckedCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput;
|
|
238005
237979
|
};
|
|
238006
237980
|
type organization_account_agreed_payment_methodsCreateOrConnectWithoutOrganization_account_receivable_settlementsInput = {
|
|
238007
237981
|
where: organization_account_agreed_payment_methodsWhereUniqueInput;
|
|
@@ -238027,7 +238001,7 @@ type organization_account_agreed_payment_methodsUpdateWithoutOrganization_accoun
|
|
|
238027
238001
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
238028
238002
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
238029
238003
|
organization_account_agreed_payment_method_logs?: organization_account_agreed_payment_method_logsUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput;
|
|
238030
|
-
|
|
238004
|
+
organization_account_payable_settlements?: organization_account_payable_settlementsUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput;
|
|
238031
238005
|
};
|
|
238032
238006
|
type organization_account_agreed_payment_methodsUncheckedUpdateWithoutOrganization_account_receivable_settlementsInput = {
|
|
238033
238007
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -238040,7 +238014,7 @@ type organization_account_agreed_payment_methodsUncheckedUpdateWithoutOrganizati
|
|
|
238040
238014
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
238041
238015
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
238042
238016
|
organization_account_agreed_payment_method_logs?: organization_account_agreed_payment_method_logsUncheckedUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput;
|
|
238043
|
-
|
|
238017
|
+
organization_account_payable_settlements?: organization_account_payable_settlementsUncheckedUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput;
|
|
238044
238018
|
};
|
|
238045
238019
|
type organization_account_agreed_payment_methodsCreateWithoutOrganization_account_agreed_payment_method_logsInput = {
|
|
238046
238020
|
id?: bigint | number;
|
|
@@ -238053,7 +238027,7 @@ type organization_account_agreed_payment_methodsCreateWithoutOrganization_accoun
|
|
|
238053
238027
|
updated_at?: Date | string | null;
|
|
238054
238028
|
updated_by?: string | null;
|
|
238055
238029
|
organization_account_receivable_settlements?: organization_account_receivable_settlementsCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput;
|
|
238056
|
-
|
|
238030
|
+
organization_account_payable_settlements?: organization_account_payable_settlementsCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput;
|
|
238057
238031
|
};
|
|
238058
238032
|
type organization_account_agreed_payment_methodsUncheckedCreateWithoutOrganization_account_agreed_payment_method_logsInput = {
|
|
238059
238033
|
id?: bigint | number;
|
|
@@ -238066,7 +238040,7 @@ type organization_account_agreed_payment_methodsUncheckedCreateWithoutOrganizati
|
|
|
238066
238040
|
updated_at?: Date | string | null;
|
|
238067
238041
|
updated_by?: string | null;
|
|
238068
238042
|
organization_account_receivable_settlements?: organization_account_receivable_settlementsUncheckedCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput;
|
|
238069
|
-
|
|
238043
|
+
organization_account_payable_settlements?: organization_account_payable_settlementsUncheckedCreateNestedManyWithoutOrganization_account_agreed_payment_methodInput;
|
|
238070
238044
|
};
|
|
238071
238045
|
type organization_account_agreed_payment_methodsCreateOrConnectWithoutOrganization_account_agreed_payment_method_logsInput = {
|
|
238072
238046
|
where: organization_account_agreed_payment_methodsWhereUniqueInput;
|
|
@@ -238092,7 +238066,7 @@ type organization_account_agreed_payment_methodsUpdateWithoutOrganization_accoun
|
|
|
238092
238066
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
238093
238067
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
238094
238068
|
organization_account_receivable_settlements?: organization_account_receivable_settlementsUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput;
|
|
238095
|
-
|
|
238069
|
+
organization_account_payable_settlements?: organization_account_payable_settlementsUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput;
|
|
238096
238070
|
};
|
|
238097
238071
|
type organization_account_agreed_payment_methodsUncheckedUpdateWithoutOrganization_account_agreed_payment_method_logsInput = {
|
|
238098
238072
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
@@ -238105,7 +238079,7 @@ type organization_account_agreed_payment_methodsUncheckedUpdateWithoutOrganizati
|
|
|
238105
238079
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
238106
238080
|
updated_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
238107
238081
|
organization_account_receivable_settlements?: organization_account_receivable_settlementsUncheckedUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput;
|
|
238108
|
-
|
|
238082
|
+
organization_account_payable_settlements?: organization_account_payable_settlementsUncheckedUpdateManyWithoutOrganization_account_agreed_payment_methodNestedInput;
|
|
238109
238083
|
};
|
|
238110
238084
|
/**
|
|
238111
238085
|
* Count Type Organization_account_agreed_payment_methodsCountOutputType
|
|
@@ -238114,7 +238088,7 @@ type organization_account_agreed_payment_methodsUncheckedUpdateWithoutOrganizati
|
|
|
238114
238088
|
type Organization_account_agreed_payment_methodsCountOutputTypeSelect<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
238115
238089
|
organization_account_agreed_payment_method_logs?: boolean | Organization_account_agreed_payment_methodsCountOutputTypeCountOrganization_account_agreed_payment_method_logsArgs;
|
|
238116
238090
|
organization_account_receivable_settlements?: boolean | Organization_account_agreed_payment_methodsCountOutputTypeCountOrganization_account_receivable_settlementsArgs;
|
|
238117
|
-
|
|
238091
|
+
organization_account_payable_settlements?: boolean | Organization_account_agreed_payment_methodsCountOutputTypeCountOrganization_account_payable_settlementsArgs;
|
|
238118
238092
|
};
|
|
238119
238093
|
/**
|
|
238120
238094
|
* Organization_account_agreed_payment_methodsCountOutputType without action
|
|
@@ -238140,8 +238114,8 @@ type Organization_account_agreed_payment_methodsCountOutputTypeCountOrganization
|
|
|
238140
238114
|
/**
|
|
238141
238115
|
* Organization_account_agreed_payment_methodsCountOutputType without action
|
|
238142
238116
|
*/
|
|
238143
|
-
type
|
|
238144
|
-
where?:
|
|
238117
|
+
type Organization_account_agreed_payment_methodsCountOutputTypeCountOrganization_account_payable_settlementsArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
238118
|
+
where?: organization_account_payable_settlementsWhereInput;
|
|
238145
238119
|
};
|
|
238146
238120
|
type organization_account_agreed_payment_methodsSelect<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetSelect<{
|
|
238147
238121
|
id?: boolean;
|
|
@@ -238155,7 +238129,7 @@ type organization_account_agreed_payment_methodsSelect<ExtArgs extends Types$1.E
|
|
|
238155
238129
|
updated_by?: boolean;
|
|
238156
238130
|
organization_account_agreed_payment_method_logs?: boolean | organization_account_agreed_payment_methods$organization_account_agreed_payment_method_logsArgs<ExtArgs>;
|
|
238157
238131
|
organization_account_receivable_settlements?: boolean | organization_account_agreed_payment_methods$organization_account_receivable_settlementsArgs<ExtArgs>;
|
|
238158
|
-
|
|
238132
|
+
organization_account_payable_settlements?: boolean | organization_account_agreed_payment_methods$organization_account_payable_settlementsArgs<ExtArgs>;
|
|
238159
238133
|
_count?: boolean | Organization_account_agreed_payment_methodsCountOutputTypeDefaultArgs<ExtArgs>;
|
|
238160
238134
|
}, ExtArgs["result"]["organization_account_agreed_payment_methods"]>;
|
|
238161
238135
|
type organization_account_agreed_payment_methodsSelectCreateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetSelect<{
|
|
@@ -238184,7 +238158,7 @@ type organization_account_agreed_payment_methodsOmit<ExtArgs extends Types$1.Ext
|
|
|
238184
238158
|
type organization_account_agreed_payment_methodsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
238185
238159
|
organization_account_agreed_payment_method_logs?: boolean | organization_account_agreed_payment_methods$organization_account_agreed_payment_method_logsArgs<ExtArgs>;
|
|
238186
238160
|
organization_account_receivable_settlements?: boolean | organization_account_agreed_payment_methods$organization_account_receivable_settlementsArgs<ExtArgs>;
|
|
238187
|
-
|
|
238161
|
+
organization_account_payable_settlements?: boolean | organization_account_agreed_payment_methods$organization_account_payable_settlementsArgs<ExtArgs>;
|
|
238188
238162
|
_count?: boolean | Organization_account_agreed_payment_methodsCountOutputTypeDefaultArgs<ExtArgs>;
|
|
238189
238163
|
};
|
|
238190
238164
|
type $organization_account_agreed_payment_methodsPayload<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
@@ -238192,7 +238166,7 @@ type $organization_account_agreed_payment_methodsPayload<ExtArgs extends Types$1
|
|
|
238192
238166
|
objects: {
|
|
238193
238167
|
organization_account_agreed_payment_method_logs: $organization_account_agreed_payment_method_logsPayload<ExtArgs>[];
|
|
238194
238168
|
organization_account_receivable_settlements: $organization_account_receivable_settlementsPayload<ExtArgs>[];
|
|
238195
|
-
|
|
238169
|
+
organization_account_payable_settlements: $organization_account_payable_settlementsPayload<ExtArgs>[];
|
|
238196
238170
|
};
|
|
238197
238171
|
scalars: Types$1.Extensions.GetPayloadResult<{
|
|
238198
238172
|
id: bigint;
|
|
@@ -238521,7 +238495,7 @@ interface Prisma__organization_account_agreed_payment_methodsClient<T$1, Null =
|
|
|
238521
238495
|
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
238522
238496
|
organization_account_agreed_payment_method_logs<T$1 extends organization_account_agreed_payment_methods$organization_account_agreed_payment_method_logsArgs<ExtArgs> = {}>(args?: Subset<T$1, organization_account_agreed_payment_methods$organization_account_agreed_payment_method_logsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$organization_account_agreed_payment_method_logsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
|
|
238523
238497
|
organization_account_receivable_settlements<T$1 extends organization_account_agreed_payment_methods$organization_account_receivable_settlementsArgs<ExtArgs> = {}>(args?: Subset<T$1, organization_account_agreed_payment_methods$organization_account_receivable_settlementsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$organization_account_receivable_settlementsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
|
|
238524
|
-
|
|
238498
|
+
organization_account_payable_settlements<T$1 extends organization_account_agreed_payment_methods$organization_account_payable_settlementsArgs<ExtArgs> = {}>(args?: Subset<T$1, organization_account_agreed_payment_methods$organization_account_payable_settlementsArgs<ExtArgs>>): PrismaPromise<Types$1.Result.GetResult<$organization_account_payable_settlementsPayload<ExtArgs>, T$1, "findMany", GlobalOmitOptions> | Null>;
|
|
238525
238499
|
/**
|
|
238526
238500
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
238527
238501
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -238973,27 +238947,27 @@ type organization_account_agreed_payment_methods$organization_account_receivable
|
|
|
238973
238947
|
distinct?: Organization_account_receivable_settlementsScalarFieldEnum | Organization_account_receivable_settlementsScalarFieldEnum[];
|
|
238974
238948
|
};
|
|
238975
238949
|
/**
|
|
238976
|
-
* organization_account_agreed_payment_methods.
|
|
238950
|
+
* organization_account_agreed_payment_methods.organization_account_payable_settlements
|
|
238977
238951
|
*/
|
|
238978
|
-
type organization_account_agreed_payment_methods$
|
|
238952
|
+
type organization_account_agreed_payment_methods$organization_account_payable_settlementsArgs<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
238979
238953
|
/**
|
|
238980
|
-
* Select specific fields to fetch from the
|
|
238954
|
+
* Select specific fields to fetch from the organization_account_payable_settlements
|
|
238981
238955
|
*/
|
|
238982
|
-
select?:
|
|
238956
|
+
select?: organization_account_payable_settlementsSelect<ExtArgs> | null;
|
|
238983
238957
|
/**
|
|
238984
|
-
* Omit specific fields from the
|
|
238958
|
+
* Omit specific fields from the organization_account_payable_settlements
|
|
238985
238959
|
*/
|
|
238986
|
-
omit?:
|
|
238960
|
+
omit?: organization_account_payable_settlementsOmit<ExtArgs> | null;
|
|
238987
238961
|
/**
|
|
238988
238962
|
* Choose, which related nodes to fetch as well
|
|
238989
238963
|
*/
|
|
238990
|
-
include?:
|
|
238991
|
-
where?:
|
|
238992
|
-
orderBy?:
|
|
238993
|
-
cursor?:
|
|
238964
|
+
include?: organization_account_payable_settlementsInclude<ExtArgs> | null;
|
|
238965
|
+
where?: organization_account_payable_settlementsWhereInput;
|
|
238966
|
+
orderBy?: organization_account_payable_settlementsOrderByWithRelationInput | organization_account_payable_settlementsOrderByWithRelationInput[];
|
|
238967
|
+
cursor?: organization_account_payable_settlementsWhereUniqueInput;
|
|
238994
238968
|
take?: number;
|
|
238995
238969
|
skip?: number;
|
|
238996
|
-
distinct?:
|
|
238970
|
+
distinct?: Organization_account_payable_settlementsScalarFieldEnum | Organization_account_payable_settlementsScalarFieldEnum[];
|
|
238997
238971
|
};
|
|
238998
238972
|
/**
|
|
238999
238973
|
* organization_account_agreed_payment_methods without action
|
|
@@ -657677,7 +657651,6 @@ declare const Organization_account_payable_detailsScalarFieldEnum: {
|
|
|
657677
657651
|
readonly id_account_relationship: "id_account_relationship";
|
|
657678
657652
|
readonly id_consolidation_category: "id_consolidation_category";
|
|
657679
657653
|
readonly id_transaction_restriction: "id_transaction_restriction";
|
|
657680
|
-
readonly id_agreed_payment_method: "id_agreed_payment_method";
|
|
657681
657654
|
readonly id_tax_type: "id_tax_type";
|
|
657682
657655
|
readonly logic_code: "logic_code";
|
|
657683
657656
|
readonly is_active: "is_active";
|
|
@@ -657785,6 +657758,7 @@ declare const Organization_account_payable_settlementsScalarFieldEnum: {
|
|
|
657785
657758
|
readonly id_organization: "id_organization";
|
|
657786
657759
|
readonly id_company: "id_company";
|
|
657787
657760
|
readonly id_settlement_group_organization: "id_settlement_group_organization";
|
|
657761
|
+
readonly id_agreed_payment_method: "id_agreed_payment_method";
|
|
657788
657762
|
readonly logic_code: "logic_code";
|
|
657789
657763
|
readonly credit_limit: "credit_limit";
|
|
657790
657764
|
readonly tntd_days: "tntd_days";
|
|
@@ -664886,7 +664860,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
664886
664860
|
id_account_relationship: string | null;
|
|
664887
664861
|
id_consolidation_category: string | null;
|
|
664888
664862
|
id_transaction_restriction: string | null;
|
|
664889
|
-
id_agreed_payment_method: string | null;
|
|
664890
664863
|
id_tax_type: string | null;
|
|
664891
664864
|
}[];
|
|
664892
664865
|
organization_account_receivable_details: {
|
|
@@ -664918,6 +664891,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
664918
664891
|
updated_at: Date | null;
|
|
664919
664892
|
updated_by: string | null;
|
|
664920
664893
|
id_settlement_group_organization: string | null;
|
|
664894
|
+
id_agreed_payment_method: string | null;
|
|
664921
664895
|
credit_limit: Decimal | null;
|
|
664922
664896
|
tntd_days: number | null;
|
|
664923
664897
|
is_global: boolean | null;
|
|
@@ -664934,8 +664908,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
664934
664908
|
created_by: string | null;
|
|
664935
664909
|
updated_at: Date | null;
|
|
664936
664910
|
updated_by: string | null;
|
|
664937
|
-
id_agreed_payment_method: string | null;
|
|
664938
664911
|
id_settlement_group_organization: string | null;
|
|
664912
|
+
id_agreed_payment_method: string | null;
|
|
664939
664913
|
credit_limit: Decimal | null;
|
|
664940
664914
|
tntd_days: number | null;
|
|
664941
664915
|
is_global: boolean | null;
|
|
@@ -665159,8 +665133,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
665159
665133
|
created_by: string | null;
|
|
665160
665134
|
updated_at: Date | null;
|
|
665161
665135
|
updated_by: string | null;
|
|
665162
|
-
id_agreed_payment_method: string | null;
|
|
665163
665136
|
id_settlement_group_organization: string | null;
|
|
665137
|
+
id_agreed_payment_method: string | null;
|
|
665164
665138
|
credit_limit: Decimal | null;
|
|
665165
665139
|
tntd_days: number | null;
|
|
665166
665140
|
is_global: boolean | null;
|
|
@@ -665190,6 +665164,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
665190
665164
|
updated_at: Date | null;
|
|
665191
665165
|
updated_by: string | null;
|
|
665192
665166
|
id_settlement_group_organization: string | null;
|
|
665167
|
+
id_agreed_payment_method: string | null;
|
|
665193
665168
|
credit_limit: Decimal | null;
|
|
665194
665169
|
tntd_days: number | null;
|
|
665195
665170
|
is_global: boolean | null;
|
|
@@ -665375,7 +665350,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
665375
665350
|
id_account_relationship: string | null;
|
|
665376
665351
|
id_consolidation_category: string | null;
|
|
665377
665352
|
id_transaction_restriction: string | null;
|
|
665378
|
-
id_agreed_payment_method: string | null;
|
|
665379
665353
|
id_tax_type: string | null;
|
|
665380
665354
|
}[];
|
|
665381
665355
|
organization_account_receivable_details: {
|
|
@@ -665407,6 +665381,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
665407
665381
|
updated_at: Date | null;
|
|
665408
665382
|
updated_by: string | null;
|
|
665409
665383
|
id_settlement_group_organization: string | null;
|
|
665384
|
+
id_agreed_payment_method: string | null;
|
|
665410
665385
|
credit_limit: Decimal | null;
|
|
665411
665386
|
tntd_days: number | null;
|
|
665412
665387
|
is_global: boolean | null;
|
|
@@ -665423,8 +665398,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
665423
665398
|
created_by: string | null;
|
|
665424
665399
|
updated_at: Date | null;
|
|
665425
665400
|
updated_by: string | null;
|
|
665426
|
-
id_agreed_payment_method: string | null;
|
|
665427
665401
|
id_settlement_group_organization: string | null;
|
|
665402
|
+
id_agreed_payment_method: string | null;
|
|
665428
665403
|
credit_limit: Decimal | null;
|
|
665429
665404
|
tntd_days: number | null;
|
|
665430
665405
|
is_global: boolean | null;
|
|
@@ -665648,8 +665623,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
665648
665623
|
created_by: string | null;
|
|
665649
665624
|
updated_at: Date | null;
|
|
665650
665625
|
updated_by: string | null;
|
|
665651
|
-
id_agreed_payment_method: string | null;
|
|
665652
665626
|
id_settlement_group_organization: string | null;
|
|
665627
|
+
id_agreed_payment_method: string | null;
|
|
665653
665628
|
credit_limit: Decimal | null;
|
|
665654
665629
|
tntd_days: number | null;
|
|
665655
665630
|
is_global: boolean | null;
|
|
@@ -665679,6 +665654,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
665679
665654
|
updated_at: Date | null;
|
|
665680
665655
|
updated_by: string | null;
|
|
665681
665656
|
id_settlement_group_organization: string | null;
|
|
665657
|
+
id_agreed_payment_method: string | null;
|
|
665682
665658
|
credit_limit: Decimal | null;
|
|
665683
665659
|
tntd_days: number | null;
|
|
665684
665660
|
is_global: boolean | null;
|
|
@@ -669241,8 +669217,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
669241
669217
|
ids_consolidation_category?: (string | number | bigint)[] | null | undefined;
|
|
669242
669218
|
id_transaction_restriction?: string | number | bigint | null | undefined;
|
|
669243
669219
|
ids_transaction_restriction?: (string | number | bigint)[] | null | undefined;
|
|
669244
|
-
id_agreed_payment_method?: string | number | bigint | null | undefined;
|
|
669245
|
-
ids_agreed_payment_method?: (string | number | bigint)[] | null | undefined;
|
|
669246
669220
|
id_tax_type?: string | number | bigint | null | undefined;
|
|
669247
669221
|
ids_tax_type?: (string | number | bigint)[] | null | undefined;
|
|
669248
669222
|
};
|
|
@@ -669336,17 +669310,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
669336
669310
|
updated_by: string | null;
|
|
669337
669311
|
code: string | null;
|
|
669338
669312
|
} | null;
|
|
669339
|
-
organization_account_agreed_payment_method: {
|
|
669340
|
-
is_active: boolean | null;
|
|
669341
|
-
id: string;
|
|
669342
|
-
logic_code: string | null;
|
|
669343
|
-
name: string | null;
|
|
669344
|
-
created_at: Date | null;
|
|
669345
|
-
created_by: string | null;
|
|
669346
|
-
updated_at: Date | null;
|
|
669347
|
-
updated_by: string | null;
|
|
669348
|
-
code: string | null;
|
|
669349
|
-
} | null;
|
|
669350
669313
|
organization_tax_type: {
|
|
669351
669314
|
is_active: boolean | null;
|
|
669352
669315
|
id: string;
|
|
@@ -669371,7 +669334,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
669371
669334
|
id_account_relationship: string | null;
|
|
669372
669335
|
id_consolidation_category: string | null;
|
|
669373
669336
|
id_transaction_restriction: string | null;
|
|
669374
|
-
id_agreed_payment_method: string | null;
|
|
669375
669337
|
id_tax_type: string | null;
|
|
669376
669338
|
}[] | undefined;
|
|
669377
669339
|
total: number | undefined;
|
|
@@ -669421,7 +669383,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
669421
669383
|
organization_account_relationship: number;
|
|
669422
669384
|
organization_consolidation_category: number;
|
|
669423
669385
|
organization_transaction_restriction: number;
|
|
669424
|
-
organization_account_agreed_payment_method: number;
|
|
669425
669386
|
organization_tax_type: number;
|
|
669426
669387
|
organization_account_payable_detail_logs: number;
|
|
669427
669388
|
organization_account_bank_details: number;
|
|
@@ -669487,17 +669448,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
669487
669448
|
updated_by: string | null;
|
|
669488
669449
|
code: string | null;
|
|
669489
669450
|
} | null;
|
|
669490
|
-
organization_account_agreed_payment_method: {
|
|
669491
|
-
is_active: boolean | null;
|
|
669492
|
-
id: string;
|
|
669493
|
-
logic_code: string | null;
|
|
669494
|
-
name: string | null;
|
|
669495
|
-
created_at: Date | null;
|
|
669496
|
-
created_by: string | null;
|
|
669497
|
-
updated_at: Date | null;
|
|
669498
|
-
updated_by: string | null;
|
|
669499
|
-
code: string | null;
|
|
669500
|
-
} | null;
|
|
669501
669451
|
organization_tax_type: {
|
|
669502
669452
|
is_active: boolean | null;
|
|
669503
669453
|
id: string;
|
|
@@ -669522,7 +669472,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
669522
669472
|
id_account_relationship: string | null;
|
|
669523
669473
|
id_consolidation_category: string | null;
|
|
669524
669474
|
id_transaction_restriction: string | null;
|
|
669525
|
-
id_agreed_payment_method: string | null;
|
|
669526
669475
|
id_tax_type: string | null;
|
|
669527
669476
|
};
|
|
669528
669477
|
};
|
|
@@ -669626,7 +669575,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
669626
669575
|
id_account_relationship?: string | number | bigint | null | undefined;
|
|
669627
669576
|
id_consolidation_category?: string | number | bigint | null | undefined;
|
|
669628
669577
|
id_transaction_restriction?: string | number | bigint | null | undefined;
|
|
669629
|
-
id_agreed_payment_method?: string | number | bigint | null | undefined;
|
|
669630
669578
|
id_tax_type?: string | number | bigint | null | undefined;
|
|
669631
669579
|
};
|
|
669632
669580
|
output: {
|
|
@@ -669644,7 +669592,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
669644
669592
|
id_account_relationship: string | null;
|
|
669645
669593
|
id_consolidation_category: string | null;
|
|
669646
669594
|
id_transaction_restriction: string | null;
|
|
669647
|
-
id_agreed_payment_method: string | null;
|
|
669648
669595
|
id_tax_type: string | null;
|
|
669649
669596
|
};
|
|
669650
669597
|
log: {
|
|
@@ -669673,7 +669620,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
669673
669620
|
id_account_relationship?: string | number | bigint | null | undefined;
|
|
669674
669621
|
id_consolidation_category?: string | number | bigint | null | undefined;
|
|
669675
669622
|
id_transaction_restriction?: string | number | bigint | null | undefined;
|
|
669676
|
-
id_agreed_payment_method?: string | number | bigint | null | undefined;
|
|
669677
669623
|
id_tax_type?: string | number | bigint | null | undefined;
|
|
669678
669624
|
};
|
|
669679
669625
|
output: {
|
|
@@ -669691,7 +669637,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
669691
669637
|
id_account_relationship: string | null;
|
|
669692
669638
|
id_consolidation_category: string | null;
|
|
669693
669639
|
id_transaction_restriction: string | null;
|
|
669694
|
-
id_agreed_payment_method: string | null;
|
|
669695
669640
|
id_tax_type: string | null;
|
|
669696
669641
|
};
|
|
669697
669642
|
log: {
|
|
@@ -669728,7 +669673,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
669728
669673
|
id_account_relationship: string | null;
|
|
669729
669674
|
id_consolidation_category: string | null;
|
|
669730
669675
|
id_transaction_restriction: string | null;
|
|
669731
|
-
id_agreed_payment_method: string | null;
|
|
669732
669676
|
id_tax_type: string | null;
|
|
669733
669677
|
} | undefined)[] | undefined;
|
|
669734
669678
|
};
|
|
@@ -669799,7 +669743,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
669799
669743
|
id_account_relationship: string | null;
|
|
669800
669744
|
id_consolidation_category: string | null;
|
|
669801
669745
|
id_transaction_restriction: string | null;
|
|
669802
|
-
id_agreed_payment_method: string | null;
|
|
669803
669746
|
id_tax_type: string | null;
|
|
669804
669747
|
} | null;
|
|
669805
669748
|
bank_account: {
|
|
@@ -669938,7 +669881,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
669938
669881
|
id_account_relationship: string | null;
|
|
669939
669882
|
id_consolidation_category: string | null;
|
|
669940
669883
|
id_transaction_restriction: string | null;
|
|
669941
|
-
id_agreed_payment_method: string | null;
|
|
669942
669884
|
id_tax_type: string | null;
|
|
669943
669885
|
} | null;
|
|
669944
669886
|
bank_account: {
|
|
@@ -670206,6 +670148,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
670206
670148
|
ids_company?: (string | number | bigint)[] | null | undefined;
|
|
670207
670149
|
id_settlement_group_organization?: string | number | bigint | null | undefined;
|
|
670208
670150
|
ids_settlement_group_organization?: (string | number | bigint)[] | null | undefined;
|
|
670151
|
+
id_agreed_payment_method?: string | number | bigint | null | undefined;
|
|
670152
|
+
ids_agreed_payment_method?: (string | number | bigint)[] | null | undefined;
|
|
670209
670153
|
is_global?: (string | boolean)[] | null | undefined;
|
|
670210
670154
|
is_parent?: (string | boolean)[] | null | undefined;
|
|
670211
670155
|
is_child?: (string | boolean)[] | null | undefined;
|
|
@@ -670293,6 +670237,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
670293
670237
|
updated_at: Date | null;
|
|
670294
670238
|
updated_by: string | null;
|
|
670295
670239
|
id_settlement_group_organization: string | null;
|
|
670240
|
+
id_agreed_payment_method: string | null;
|
|
670296
670241
|
credit_limit: Decimal | null;
|
|
670297
670242
|
tntd_days: number | null;
|
|
670298
670243
|
is_global: boolean | null;
|
|
@@ -670343,6 +670288,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
670343
670288
|
company: number;
|
|
670344
670289
|
organization: number;
|
|
670345
670290
|
payable_settlement_group_organization: number;
|
|
670291
|
+
organization_account_agreed_payment_method: number;
|
|
670346
670292
|
organization_account_payable_settlement_logs: number;
|
|
670347
670293
|
};
|
|
670348
670294
|
company: {
|
|
@@ -670399,6 +670345,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
670399
670345
|
updated_at: Date | null;
|
|
670400
670346
|
updated_by: string | null;
|
|
670401
670347
|
id_settlement_group_organization: string | null;
|
|
670348
|
+
id_agreed_payment_method: string | null;
|
|
670402
670349
|
credit_limit: Decimal | null;
|
|
670403
670350
|
tntd_days: number | null;
|
|
670404
670351
|
is_global: boolean | null;
|
|
@@ -670503,6 +670450,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
670503
670450
|
id_organization?: string | number | bigint | null | undefined;
|
|
670504
670451
|
id_company?: string | number | bigint | null | undefined;
|
|
670505
670452
|
id_settlement_group_organization?: string | number | bigint | null | undefined;
|
|
670453
|
+
id_agreed_payment_method?: string | number | bigint | null | undefined;
|
|
670506
670454
|
credit_limit?: string | null | undefined;
|
|
670507
670455
|
tntd_days?: number | null | undefined;
|
|
670508
670456
|
is_global?: string | boolean | null | undefined;
|
|
@@ -670521,6 +670469,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
670521
670469
|
updated_at: Date | null;
|
|
670522
670470
|
updated_by: string | null;
|
|
670523
670471
|
id_settlement_group_organization: string | null;
|
|
670472
|
+
id_agreed_payment_method: string | null;
|
|
670524
670473
|
credit_limit: Decimal | null;
|
|
670525
670474
|
tntd_days: number | null;
|
|
670526
670475
|
is_global: boolean | null;
|
|
@@ -670550,6 +670499,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
670550
670499
|
id_organization?: string | number | bigint | null | undefined;
|
|
670551
670500
|
id_company?: string | number | bigint | null | undefined;
|
|
670552
670501
|
id_settlement_group_organization?: string | number | bigint | null | undefined;
|
|
670502
|
+
id_agreed_payment_method?: string | number | bigint | null | undefined;
|
|
670553
670503
|
credit_limit?: string | null | undefined;
|
|
670554
670504
|
tntd_days?: number | null | undefined;
|
|
670555
670505
|
is_global?: string | boolean | null | undefined;
|
|
@@ -670568,6 +670518,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
670568
670518
|
updated_at: Date | null;
|
|
670569
670519
|
updated_by: string | null;
|
|
670570
670520
|
id_settlement_group_organization: string | null;
|
|
670521
|
+
id_agreed_payment_method: string | null;
|
|
670571
670522
|
credit_limit: Decimal | null;
|
|
670572
670523
|
tntd_days: number | null;
|
|
670573
670524
|
is_global: boolean | null;
|
|
@@ -670605,6 +670556,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
670605
670556
|
updated_at: Date | null;
|
|
670606
670557
|
updated_by: string | null;
|
|
670607
670558
|
id_settlement_group_organization: string | null;
|
|
670559
|
+
id_agreed_payment_method: string | null;
|
|
670608
670560
|
credit_limit: Decimal | null;
|
|
670609
670561
|
tntd_days: number | null;
|
|
670610
670562
|
is_global: boolean | null;
|
|
@@ -671327,8 +671279,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
671327
671279
|
created_by: string | null;
|
|
671328
671280
|
updated_at: Date | null;
|
|
671329
671281
|
updated_by: string | null;
|
|
671330
|
-
id_agreed_payment_method: string | null;
|
|
671331
671282
|
id_settlement_group_organization: string | null;
|
|
671283
|
+
id_agreed_payment_method: string | null;
|
|
671332
671284
|
credit_limit: Decimal | null;
|
|
671333
671285
|
tntd_days: number | null;
|
|
671334
671286
|
is_global: boolean | null;
|
|
@@ -671487,8 +671439,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
671487
671439
|
created_by: string | null;
|
|
671488
671440
|
updated_at: Date | null;
|
|
671489
671441
|
updated_by: string | null;
|
|
671490
|
-
id_agreed_payment_method: string | null;
|
|
671491
671442
|
id_settlement_group_organization: string | null;
|
|
671443
|
+
id_agreed_payment_method: string | null;
|
|
671492
671444
|
credit_limit: Decimal | null;
|
|
671493
671445
|
tntd_days: number | null;
|
|
671494
671446
|
is_global: boolean | null;
|
|
@@ -671633,8 +671585,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
671633
671585
|
created_by: string | null;
|
|
671634
671586
|
updated_at: Date | null;
|
|
671635
671587
|
updated_by: string | null;
|
|
671636
|
-
id_agreed_payment_method: string | null;
|
|
671637
671588
|
id_settlement_group_organization: string | null;
|
|
671589
|
+
id_agreed_payment_method: string | null;
|
|
671638
671590
|
credit_limit: Decimal | null;
|
|
671639
671591
|
tntd_days: number | null;
|
|
671640
671592
|
is_global: boolean | null;
|
|
@@ -671704,8 +671656,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
671704
671656
|
created_by: string | null;
|
|
671705
671657
|
updated_at: Date | null;
|
|
671706
671658
|
updated_by: string | null;
|
|
671707
|
-
id_agreed_payment_method: string | null;
|
|
671708
671659
|
id_settlement_group_organization: string | null;
|
|
671660
|
+
id_agreed_payment_method: string | null;
|
|
671709
671661
|
credit_limit: Decimal | null;
|
|
671710
671662
|
tntd_days: number | null;
|
|
671711
671663
|
is_global: boolean | null;
|
|
@@ -671754,8 +671706,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
671754
671706
|
created_by: string | null;
|
|
671755
671707
|
updated_at: Date | null;
|
|
671756
671708
|
updated_by: string | null;
|
|
671757
|
-
id_agreed_payment_method: string | null;
|
|
671758
671709
|
id_settlement_group_organization: string | null;
|
|
671710
|
+
id_agreed_payment_method: string | null;
|
|
671759
671711
|
credit_limit: Decimal | null;
|
|
671760
671712
|
tntd_days: number | null;
|
|
671761
671713
|
is_global: boolean | null;
|
|
@@ -673307,7 +673259,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
673307
673259
|
_count: {
|
|
673308
673260
|
organization_account_agreed_payment_method_logs: number;
|
|
673309
673261
|
organization_account_receivable_settlements: number;
|
|
673310
|
-
|
|
673262
|
+
organization_account_payable_settlements: number;
|
|
673311
673263
|
};
|
|
673312
673264
|
is_active: boolean | null;
|
|
673313
673265
|
id: string;
|