@be-logixpair/api 0.0.87 → 0.0.89
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 +1343 -854
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -138311,17 +138311,17 @@ type AggregateCustoms_idn_data_logs = {
|
|
|
138311
138311
|
};
|
|
138312
138312
|
type Customs_idn_data_logsAvgAggregateOutputType = {
|
|
138313
138313
|
id: number | null;
|
|
138314
|
-
|
|
138314
|
+
id_customs_idn_data: number | null;
|
|
138315
138315
|
id_log_type: number | null;
|
|
138316
138316
|
};
|
|
138317
138317
|
type Customs_idn_data_logsSumAggregateOutputType = {
|
|
138318
138318
|
id: bigint | null;
|
|
138319
|
-
|
|
138319
|
+
id_customs_idn_data: bigint | null;
|
|
138320
138320
|
id_log_type: bigint | null;
|
|
138321
138321
|
};
|
|
138322
138322
|
type Customs_idn_data_logsMinAggregateOutputType = {
|
|
138323
138323
|
id: bigint | null;
|
|
138324
|
-
|
|
138324
|
+
id_customs_idn_data: bigint | null;
|
|
138325
138325
|
id_log_type: bigint | null;
|
|
138326
138326
|
url: string | null;
|
|
138327
138327
|
action: string | null;
|
|
@@ -138331,7 +138331,7 @@ type Customs_idn_data_logsMinAggregateOutputType = {
|
|
|
138331
138331
|
};
|
|
138332
138332
|
type Customs_idn_data_logsMaxAggregateOutputType = {
|
|
138333
138333
|
id: bigint | null;
|
|
138334
|
-
|
|
138334
|
+
id_customs_idn_data: bigint | null;
|
|
138335
138335
|
id_log_type: bigint | null;
|
|
138336
138336
|
url: string | null;
|
|
138337
138337
|
action: string | null;
|
|
@@ -138341,7 +138341,7 @@ type Customs_idn_data_logsMaxAggregateOutputType = {
|
|
|
138341
138341
|
};
|
|
138342
138342
|
type Customs_idn_data_logsCountAggregateOutputType = {
|
|
138343
138343
|
id: number;
|
|
138344
|
-
|
|
138344
|
+
id_customs_idn_data: number;
|
|
138345
138345
|
id_log_type: number;
|
|
138346
138346
|
url: number;
|
|
138347
138347
|
params: number;
|
|
@@ -138353,17 +138353,17 @@ type Customs_idn_data_logsCountAggregateOutputType = {
|
|
|
138353
138353
|
};
|
|
138354
138354
|
type Customs_idn_data_logsAvgAggregateInputType = {
|
|
138355
138355
|
id?: true;
|
|
138356
|
-
|
|
138356
|
+
id_customs_idn_data?: true;
|
|
138357
138357
|
id_log_type?: true;
|
|
138358
138358
|
};
|
|
138359
138359
|
type Customs_idn_data_logsSumAggregateInputType = {
|
|
138360
138360
|
id?: true;
|
|
138361
|
-
|
|
138361
|
+
id_customs_idn_data?: true;
|
|
138362
138362
|
id_log_type?: true;
|
|
138363
138363
|
};
|
|
138364
138364
|
type Customs_idn_data_logsMinAggregateInputType = {
|
|
138365
138365
|
id?: true;
|
|
138366
|
-
|
|
138366
|
+
id_customs_idn_data?: true;
|
|
138367
138367
|
id_log_type?: true;
|
|
138368
138368
|
url?: true;
|
|
138369
138369
|
action?: true;
|
|
@@ -138373,7 +138373,7 @@ type Customs_idn_data_logsMinAggregateInputType = {
|
|
|
138373
138373
|
};
|
|
138374
138374
|
type Customs_idn_data_logsMaxAggregateInputType = {
|
|
138375
138375
|
id?: true;
|
|
138376
|
-
|
|
138376
|
+
id_customs_idn_data?: true;
|
|
138377
138377
|
id_log_type?: true;
|
|
138378
138378
|
url?: true;
|
|
138379
138379
|
action?: true;
|
|
@@ -138383,7 +138383,7 @@ type Customs_idn_data_logsMaxAggregateInputType = {
|
|
|
138383
138383
|
};
|
|
138384
138384
|
type Customs_idn_data_logsCountAggregateInputType = {
|
|
138385
138385
|
id?: true;
|
|
138386
|
-
|
|
138386
|
+
id_customs_idn_data?: true;
|
|
138387
138387
|
id_log_type?: true;
|
|
138388
138388
|
url?: true;
|
|
138389
138389
|
params?: true;
|
|
@@ -138469,7 +138469,7 @@ type customs_idn_data_logsGroupByArgs<ExtArgs extends Types$1.Extensions.Interna
|
|
|
138469
138469
|
};
|
|
138470
138470
|
type Customs_idn_data_logsGroupByOutputType = {
|
|
138471
138471
|
id: bigint;
|
|
138472
|
-
|
|
138472
|
+
id_customs_idn_data: bigint | null;
|
|
138473
138473
|
id_log_type: bigint | null;
|
|
138474
138474
|
url: string | null;
|
|
138475
138475
|
params: JsonValue$1 | null;
|
|
@@ -138489,7 +138489,7 @@ type customs_idn_data_logsWhereInput = {
|
|
|
138489
138489
|
OR?: customs_idn_data_logsWhereInput[];
|
|
138490
138490
|
NOT?: customs_idn_data_logsWhereInput | customs_idn_data_logsWhereInput[];
|
|
138491
138491
|
id?: BigIntFilter<"customs_idn_data_logs"> | bigint | number;
|
|
138492
|
-
|
|
138492
|
+
id_customs_idn_data?: BigIntNullableFilter<"customs_idn_data_logs"> | bigint | number | null;
|
|
138493
138493
|
id_log_type?: BigIntNullableFilter<"customs_idn_data_logs"> | bigint | number | null;
|
|
138494
138494
|
url?: StringNullableFilter<"customs_idn_data_logs"> | string | null;
|
|
138495
138495
|
params?: JsonNullableFilter<"customs_idn_data_logs">;
|
|
@@ -138502,7 +138502,7 @@ type customs_idn_data_logsWhereInput = {
|
|
|
138502
138502
|
};
|
|
138503
138503
|
type customs_idn_data_logsOrderByWithRelationInput = {
|
|
138504
138504
|
id?: SortOrder;
|
|
138505
|
-
|
|
138505
|
+
id_customs_idn_data?: SortOrderInput | SortOrder;
|
|
138506
138506
|
id_log_type?: SortOrderInput | SortOrder;
|
|
138507
138507
|
url?: SortOrderInput | SortOrder;
|
|
138508
138508
|
params?: SortOrderInput | SortOrder;
|
|
@@ -138518,7 +138518,7 @@ type customs_idn_data_logsWhereUniqueInput = AtLeast<{
|
|
|
138518
138518
|
AND?: customs_idn_data_logsWhereInput | customs_idn_data_logsWhereInput[];
|
|
138519
138519
|
OR?: customs_idn_data_logsWhereInput[];
|
|
138520
138520
|
NOT?: customs_idn_data_logsWhereInput | customs_idn_data_logsWhereInput[];
|
|
138521
|
-
|
|
138521
|
+
id_customs_idn_data?: BigIntNullableFilter<"customs_idn_data_logs"> | bigint | number | null;
|
|
138522
138522
|
id_log_type?: BigIntNullableFilter<"customs_idn_data_logs"> | bigint | number | null;
|
|
138523
138523
|
url?: StringNullableFilter<"customs_idn_data_logs"> | string | null;
|
|
138524
138524
|
params?: JsonNullableFilter<"customs_idn_data_logs">;
|
|
@@ -138531,7 +138531,7 @@ type customs_idn_data_logsWhereUniqueInput = AtLeast<{
|
|
|
138531
138531
|
}, "id">;
|
|
138532
138532
|
type customs_idn_data_logsOrderByWithAggregationInput = {
|
|
138533
138533
|
id?: SortOrder;
|
|
138534
|
-
|
|
138534
|
+
id_customs_idn_data?: SortOrderInput | SortOrder;
|
|
138535
138535
|
id_log_type?: SortOrderInput | SortOrder;
|
|
138536
138536
|
url?: SortOrderInput | SortOrder;
|
|
138537
138537
|
params?: SortOrderInput | SortOrder;
|
|
@@ -138550,7 +138550,7 @@ type customs_idn_data_logsScalarWhereWithAggregatesInput = {
|
|
|
138550
138550
|
OR?: customs_idn_data_logsScalarWhereWithAggregatesInput[];
|
|
138551
138551
|
NOT?: customs_idn_data_logsScalarWhereWithAggregatesInput | customs_idn_data_logsScalarWhereWithAggregatesInput[];
|
|
138552
138552
|
id?: BigIntWithAggregatesFilter<"customs_idn_data_logs"> | bigint | number;
|
|
138553
|
-
|
|
138553
|
+
id_customs_idn_data?: BigIntNullableWithAggregatesFilter<"customs_idn_data_logs"> | bigint | number | null;
|
|
138554
138554
|
id_log_type?: BigIntNullableWithAggregatesFilter<"customs_idn_data_logs"> | bigint | number | null;
|
|
138555
138555
|
url?: StringNullableWithAggregatesFilter<"customs_idn_data_logs"> | string | null;
|
|
138556
138556
|
params?: JsonNullableWithAggregatesFilter<"customs_idn_data_logs">;
|
|
@@ -138572,7 +138572,7 @@ type customs_idn_data_logsCreateInput = {
|
|
|
138572
138572
|
};
|
|
138573
138573
|
type customs_idn_data_logsUncheckedCreateInput = {
|
|
138574
138574
|
id?: bigint | number;
|
|
138575
|
-
|
|
138575
|
+
id_customs_idn_data?: bigint | number | null;
|
|
138576
138576
|
id_log_type?: bigint | number | null;
|
|
138577
138577
|
url?: string | null;
|
|
138578
138578
|
params?: NullableJsonNullValueInput | InputJsonValue;
|
|
@@ -138594,7 +138594,7 @@ type customs_idn_data_logsUpdateInput = {
|
|
|
138594
138594
|
};
|
|
138595
138595
|
type customs_idn_data_logsUncheckedUpdateInput = {
|
|
138596
138596
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
138597
|
-
|
|
138597
|
+
id_customs_idn_data?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
138598
138598
|
id_log_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
138599
138599
|
url?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
138600
138600
|
params?: NullableJsonNullValueInput | InputJsonValue;
|
|
@@ -138605,7 +138605,7 @@ type customs_idn_data_logsUncheckedUpdateInput = {
|
|
|
138605
138605
|
};
|
|
138606
138606
|
type customs_idn_data_logsCreateManyInput = {
|
|
138607
138607
|
id?: bigint | number;
|
|
138608
|
-
|
|
138608
|
+
id_customs_idn_data?: bigint | number | null;
|
|
138609
138609
|
id_log_type?: bigint | number | null;
|
|
138610
138610
|
url?: string | null;
|
|
138611
138611
|
params?: NullableJsonNullValueInput | InputJsonValue;
|
|
@@ -138625,7 +138625,7 @@ type customs_idn_data_logsUpdateManyMutationInput = {
|
|
|
138625
138625
|
};
|
|
138626
138626
|
type customs_idn_data_logsUncheckedUpdateManyInput = {
|
|
138627
138627
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
138628
|
-
|
|
138628
|
+
id_customs_idn_data?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
138629
138629
|
id_log_type?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
138630
138630
|
url?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
138631
138631
|
params?: NullableJsonNullValueInput | InputJsonValue;
|
|
@@ -138644,7 +138644,7 @@ type customs_idn_data_logsOrderByRelationAggregateInput = {
|
|
|
138644
138644
|
};
|
|
138645
138645
|
type customs_idn_data_logsCountOrderByAggregateInput = {
|
|
138646
138646
|
id?: SortOrder;
|
|
138647
|
-
|
|
138647
|
+
id_customs_idn_data?: SortOrder;
|
|
138648
138648
|
id_log_type?: SortOrder;
|
|
138649
138649
|
url?: SortOrder;
|
|
138650
138650
|
params?: SortOrder;
|
|
@@ -138655,12 +138655,12 @@ type customs_idn_data_logsCountOrderByAggregateInput = {
|
|
|
138655
138655
|
};
|
|
138656
138656
|
type customs_idn_data_logsAvgOrderByAggregateInput = {
|
|
138657
138657
|
id?: SortOrder;
|
|
138658
|
-
|
|
138658
|
+
id_customs_idn_data?: SortOrder;
|
|
138659
138659
|
id_log_type?: SortOrder;
|
|
138660
138660
|
};
|
|
138661
138661
|
type customs_idn_data_logsMaxOrderByAggregateInput = {
|
|
138662
138662
|
id?: SortOrder;
|
|
138663
|
-
|
|
138663
|
+
id_customs_idn_data?: SortOrder;
|
|
138664
138664
|
id_log_type?: SortOrder;
|
|
138665
138665
|
url?: SortOrder;
|
|
138666
138666
|
action?: SortOrder;
|
|
@@ -138670,7 +138670,7 @@ type customs_idn_data_logsMaxOrderByAggregateInput = {
|
|
|
138670
138670
|
};
|
|
138671
138671
|
type customs_idn_data_logsMinOrderByAggregateInput = {
|
|
138672
138672
|
id?: SortOrder;
|
|
138673
|
-
|
|
138673
|
+
id_customs_idn_data?: SortOrder;
|
|
138674
138674
|
id_log_type?: SortOrder;
|
|
138675
138675
|
url?: SortOrder;
|
|
138676
138676
|
action?: SortOrder;
|
|
@@ -138680,7 +138680,7 @@ type customs_idn_data_logsMinOrderByAggregateInput = {
|
|
|
138680
138680
|
};
|
|
138681
138681
|
type customs_idn_data_logsSumOrderByAggregateInput = {
|
|
138682
138682
|
id?: SortOrder;
|
|
138683
|
-
|
|
138683
|
+
id_customs_idn_data?: SortOrder;
|
|
138684
138684
|
id_log_type?: SortOrder;
|
|
138685
138685
|
};
|
|
138686
138686
|
type customs_idn_data_logsCreateNestedManyWithoutCustoms_idn_datasInput = {
|
|
@@ -138805,7 +138805,7 @@ type customs_idn_data_logsScalarWhereInput = {
|
|
|
138805
138805
|
OR?: customs_idn_data_logsScalarWhereInput[];
|
|
138806
138806
|
NOT?: customs_idn_data_logsScalarWhereInput | customs_idn_data_logsScalarWhereInput[];
|
|
138807
138807
|
id?: BigIntFilter<"customs_idn_data_logs"> | bigint | number;
|
|
138808
|
-
|
|
138808
|
+
id_customs_idn_data?: BigIntNullableFilter<"customs_idn_data_logs"> | bigint | number | null;
|
|
138809
138809
|
id_log_type?: BigIntNullableFilter<"customs_idn_data_logs"> | bigint | number | null;
|
|
138810
138810
|
url?: StringNullableFilter<"customs_idn_data_logs"> | string | null;
|
|
138811
138811
|
params?: JsonNullableFilter<"customs_idn_data_logs">;
|
|
@@ -138826,7 +138826,7 @@ type customs_idn_data_logsCreateWithoutLog_typeInput = {
|
|
|
138826
138826
|
};
|
|
138827
138827
|
type customs_idn_data_logsUncheckedCreateWithoutLog_typeInput = {
|
|
138828
138828
|
id?: bigint | number;
|
|
138829
|
-
|
|
138829
|
+
id_customs_idn_data?: bigint | number | null;
|
|
138830
138830
|
url?: string | null;
|
|
138831
138831
|
params?: NullableJsonNullValueInput | InputJsonValue;
|
|
138832
138832
|
action?: string | null;
|
|
@@ -138897,7 +138897,7 @@ type customs_idn_data_logsUncheckedUpdateManyWithoutCustoms_idn_datasInput = {
|
|
|
138897
138897
|
};
|
|
138898
138898
|
type customs_idn_data_logsCreateManyLog_typeInput = {
|
|
138899
138899
|
id?: bigint | number;
|
|
138900
|
-
|
|
138900
|
+
id_customs_idn_data?: bigint | number | null;
|
|
138901
138901
|
url?: string | null;
|
|
138902
138902
|
params?: NullableJsonNullValueInput | InputJsonValue;
|
|
138903
138903
|
action?: string | null;
|
|
@@ -138917,7 +138917,7 @@ type customs_idn_data_logsUpdateWithoutLog_typeInput = {
|
|
|
138917
138917
|
};
|
|
138918
138918
|
type customs_idn_data_logsUncheckedUpdateWithoutLog_typeInput = {
|
|
138919
138919
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
138920
|
-
|
|
138920
|
+
id_customs_idn_data?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
138921
138921
|
url?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
138922
138922
|
params?: NullableJsonNullValueInput | InputJsonValue;
|
|
138923
138923
|
action?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -138927,7 +138927,7 @@ type customs_idn_data_logsUncheckedUpdateWithoutLog_typeInput = {
|
|
|
138927
138927
|
};
|
|
138928
138928
|
type customs_idn_data_logsUncheckedUpdateManyWithoutLog_typeInput = {
|
|
138929
138929
|
id?: BigIntFieldUpdateOperationsInput | bigint | number;
|
|
138930
|
-
|
|
138930
|
+
id_customs_idn_data?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
138931
138931
|
url?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
138932
138932
|
params?: NullableJsonNullValueInput | InputJsonValue;
|
|
138933
138933
|
action?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -138937,7 +138937,7 @@ type customs_idn_data_logsUncheckedUpdateManyWithoutLog_typeInput = {
|
|
|
138937
138937
|
};
|
|
138938
138938
|
type customs_idn_data_logsSelect<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetSelect<{
|
|
138939
138939
|
id?: boolean;
|
|
138940
|
-
|
|
138940
|
+
id_customs_idn_data?: boolean;
|
|
138941
138941
|
id_log_type?: boolean;
|
|
138942
138942
|
url?: boolean;
|
|
138943
138943
|
params?: boolean;
|
|
@@ -138950,7 +138950,7 @@ type customs_idn_data_logsSelect<ExtArgs extends Types$1.Extensions.InternalArgs
|
|
|
138950
138950
|
}, ExtArgs["result"]["customs_idn_data_logs"]>;
|
|
138951
138951
|
type customs_idn_data_logsSelectCreateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetSelect<{
|
|
138952
138952
|
id?: boolean;
|
|
138953
|
-
|
|
138953
|
+
id_customs_idn_data?: boolean;
|
|
138954
138954
|
id_log_type?: boolean;
|
|
138955
138955
|
url?: boolean;
|
|
138956
138956
|
params?: boolean;
|
|
@@ -138963,7 +138963,7 @@ type customs_idn_data_logsSelectCreateManyAndReturn<ExtArgs extends Types$1.Exte
|
|
|
138963
138963
|
}, ExtArgs["result"]["customs_idn_data_logs"]>;
|
|
138964
138964
|
type customs_idn_data_logsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetSelect<{
|
|
138965
138965
|
id?: boolean;
|
|
138966
|
-
|
|
138966
|
+
id_customs_idn_data?: boolean;
|
|
138967
138967
|
id_log_type?: boolean;
|
|
138968
138968
|
url?: boolean;
|
|
138969
138969
|
params?: boolean;
|
|
@@ -138974,7 +138974,7 @@ type customs_idn_data_logsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Exte
|
|
|
138974
138974
|
customs_idn_datas?: boolean | customs_idn_data_logs$customs_idn_datasArgs<ExtArgs>;
|
|
138975
138975
|
log_type?: boolean | customs_idn_data_logs$log_typeArgs<ExtArgs>;
|
|
138976
138976
|
}, ExtArgs["result"]["customs_idn_data_logs"]>;
|
|
138977
|
-
type customs_idn_data_logsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "
|
|
138977
|
+
type customs_idn_data_logsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_customs_idn_data" | "id_log_type" | "url" | "params" | "action" | "action_by" | "action_id" | "action_at", ExtArgs["result"]["customs_idn_data_logs"]>;
|
|
138978
138978
|
type customs_idn_data_logsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
138979
138979
|
customs_idn_datas?: boolean | customs_idn_data_logs$customs_idn_datasArgs<ExtArgs>;
|
|
138980
138980
|
log_type?: boolean | customs_idn_data_logs$log_typeArgs<ExtArgs>;
|
|
@@ -138995,7 +138995,7 @@ type $customs_idn_data_logsPayload<ExtArgs extends Types$1.Extensions.InternalAr
|
|
|
138995
138995
|
};
|
|
138996
138996
|
scalars: Types$1.Extensions.GetPayloadResult<{
|
|
138997
138997
|
id: bigint;
|
|
138998
|
-
|
|
138998
|
+
id_customs_idn_data: bigint | null;
|
|
138999
138999
|
id_log_type: bigint | null;
|
|
139000
139000
|
url: string | null;
|
|
139001
139001
|
params: JsonValue$1 | null;
|
|
@@ -139346,7 +139346,7 @@ interface Prisma__customs_idn_data_logsClient<T$1, Null = never, ExtArgs extends
|
|
|
139346
139346
|
*/
|
|
139347
139347
|
interface customs_idn_data_logsFieldRefs {
|
|
139348
139348
|
readonly id: FieldRef<"customs_idn_data_logs", 'BigInt'>;
|
|
139349
|
-
readonly
|
|
139349
|
+
readonly id_customs_idn_data: FieldRef<"customs_idn_data_logs", 'BigInt'>;
|
|
139350
139350
|
readonly id_log_type: FieldRef<"customs_idn_data_logs", 'BigInt'>;
|
|
139351
139351
|
readonly url: FieldRef<"customs_idn_data_logs", 'String'>;
|
|
139352
139352
|
readonly params: FieldRef<"customs_idn_data_logs", 'Json'>;
|
|
@@ -673072,7 +673072,7 @@ declare const Customs_idn_datasScalarFieldEnum: {
|
|
|
673072
673072
|
type Customs_idn_datasScalarFieldEnum = (typeof Customs_idn_datasScalarFieldEnum)[keyof typeof Customs_idn_datasScalarFieldEnum];
|
|
673073
673073
|
declare const Customs_idn_data_logsScalarFieldEnum: {
|
|
673074
673074
|
readonly id: "id";
|
|
673075
|
-
readonly
|
|
673075
|
+
readonly id_customs_idn_data: "id_customs_idn_data";
|
|
673076
673076
|
readonly id_log_type: "id_log_type";
|
|
673077
673077
|
readonly url: "url";
|
|
673078
673078
|
readonly params: "params";
|
|
@@ -681467,8 +681467,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681467
681467
|
updated_at: Date | null;
|
|
681468
681468
|
updated_by: string | null;
|
|
681469
681469
|
length: Decimal | null;
|
|
681470
|
-
|
|
681470
|
+
description: string | null;
|
|
681471
681471
|
id_container_shipping_type: string | null;
|
|
681472
|
+
id_transport_type: string | null;
|
|
681472
681473
|
id_incoterm: string | null;
|
|
681473
681474
|
id_service_level: string | null;
|
|
681474
681475
|
id_release_type: string | null;
|
|
@@ -681484,7 +681485,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681484
681485
|
id_volume_unit: string | null;
|
|
681485
681486
|
id_chargeable_unit: string | null;
|
|
681486
681487
|
id_commodity: string | null;
|
|
681487
|
-
description: string | null;
|
|
681488
681488
|
extra_term: string | null;
|
|
681489
681489
|
shipper_ref: string | null;
|
|
681490
681490
|
mark_number: string | null;
|
|
@@ -681889,8 +681889,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681889
681889
|
updated_at: Date | null;
|
|
681890
681890
|
updated_by: string | null;
|
|
681891
681891
|
length: Decimal | null;
|
|
681892
|
-
|
|
681892
|
+
description: string | null;
|
|
681893
681893
|
id_container_shipping_type: string | null;
|
|
681894
|
+
id_transport_type: string | null;
|
|
681894
681895
|
id_incoterm: string | null;
|
|
681895
681896
|
id_service_level: string | null;
|
|
681896
681897
|
id_release_type: string | null;
|
|
@@ -681906,7 +681907,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681906
681907
|
id_volume_unit: string | null;
|
|
681907
681908
|
id_chargeable_unit: string | null;
|
|
681908
681909
|
id_commodity: string | null;
|
|
681909
|
-
description: string | null;
|
|
681910
681910
|
extra_term: string | null;
|
|
681911
681911
|
shipper_ref: string | null;
|
|
681912
681912
|
mark_number: string | null;
|
|
@@ -681968,13 +681968,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681968
681968
|
data: {
|
|
681969
681969
|
id: string;
|
|
681970
681970
|
id_log_type: string | null;
|
|
681971
|
-
id_forwarding_booking: string | null;
|
|
681972
681971
|
url: string | null;
|
|
681973
681972
|
params: SimpleJson;
|
|
681974
681973
|
action: string | null;
|
|
681975
681974
|
action_by: string | null;
|
|
681976
681975
|
action_id: string | null;
|
|
681977
681976
|
action_at: Date | null;
|
|
681977
|
+
id_forwarding_booking: string | null;
|
|
681978
681978
|
}[] | undefined;
|
|
681979
681979
|
total: number | undefined;
|
|
681980
681980
|
};
|
|
@@ -681992,13 +681992,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681992
681992
|
data: {
|
|
681993
681993
|
id: string;
|
|
681994
681994
|
id_log_type: string | null;
|
|
681995
|
-
id_forwarding_booking: string | null;
|
|
681996
681995
|
url: string | null;
|
|
681997
681996
|
params: SimpleJson;
|
|
681998
681997
|
action: string | null;
|
|
681999
681998
|
action_by: string | null;
|
|
682000
681999
|
action_id: string | null;
|
|
682001
682000
|
action_at: Date | null;
|
|
682001
|
+
id_forwarding_booking: string | null;
|
|
682002
682002
|
} | undefined;
|
|
682003
682003
|
};
|
|
682004
682004
|
meta: object;
|
|
@@ -682104,8 +682104,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682104
682104
|
updated_at: Date | null;
|
|
682105
682105
|
updated_by: string | null;
|
|
682106
682106
|
length: Decimal | null;
|
|
682107
|
-
|
|
682107
|
+
description: string | null;
|
|
682108
682108
|
id_container_shipping_type: string | null;
|
|
682109
|
+
id_transport_type: string | null;
|
|
682109
682110
|
id_incoterm: string | null;
|
|
682110
682111
|
id_service_level: string | null;
|
|
682111
682112
|
id_release_type: string | null;
|
|
@@ -682121,7 +682122,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682121
682122
|
id_volume_unit: string | null;
|
|
682122
682123
|
id_chargeable_unit: string | null;
|
|
682123
682124
|
id_commodity: string | null;
|
|
682124
|
-
description: string | null;
|
|
682125
682125
|
extra_term: string | null;
|
|
682126
682126
|
shipper_ref: string | null;
|
|
682127
682127
|
mark_number: string | null;
|
|
@@ -682140,13 +682140,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682140
682140
|
data: {
|
|
682141
682141
|
id: string;
|
|
682142
682142
|
id_log_type: string | null;
|
|
682143
|
-
id_forwarding_booking: string | null;
|
|
682144
682143
|
url: string | null;
|
|
682145
682144
|
params: SimpleJson;
|
|
682146
682145
|
action: string | null;
|
|
682147
682146
|
action_by: string | null;
|
|
682148
682147
|
action_id: string | null;
|
|
682149
682148
|
action_at: Date | null;
|
|
682149
|
+
id_forwarding_booking: string | null;
|
|
682150
682150
|
} | undefined;
|
|
682151
682151
|
};
|
|
682152
682152
|
} | undefined;
|
|
@@ -682256,8 +682256,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682256
682256
|
updated_at: Date | null;
|
|
682257
682257
|
updated_by: string | null;
|
|
682258
682258
|
length: Decimal | null;
|
|
682259
|
-
|
|
682259
|
+
description: string | null;
|
|
682260
682260
|
id_container_shipping_type: string | null;
|
|
682261
|
+
id_transport_type: string | null;
|
|
682261
682262
|
id_incoterm: string | null;
|
|
682262
682263
|
id_service_level: string | null;
|
|
682263
682264
|
id_release_type: string | null;
|
|
@@ -682273,7 +682274,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682273
682274
|
id_volume_unit: string | null;
|
|
682274
682275
|
id_chargeable_unit: string | null;
|
|
682275
682276
|
id_commodity: string | null;
|
|
682276
|
-
description: string | null;
|
|
682277
682277
|
extra_term: string | null;
|
|
682278
682278
|
shipper_ref: string | null;
|
|
682279
682279
|
mark_number: string | null;
|
|
@@ -682292,13 +682292,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682292
682292
|
data: {
|
|
682293
682293
|
id: string;
|
|
682294
682294
|
id_log_type: string | null;
|
|
682295
|
-
id_forwarding_booking: string | null;
|
|
682296
682295
|
url: string | null;
|
|
682297
682296
|
params: SimpleJson;
|
|
682298
682297
|
action: string | null;
|
|
682299
682298
|
action_by: string | null;
|
|
682300
682299
|
action_id: string | null;
|
|
682301
682300
|
action_at: Date | null;
|
|
682301
|
+
id_forwarding_booking: string | null;
|
|
682302
682302
|
} | undefined;
|
|
682303
682303
|
};
|
|
682304
682304
|
} | undefined;
|
|
@@ -682321,8 +682321,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682321
682321
|
updated_at: Date | null;
|
|
682322
682322
|
updated_by: string | null;
|
|
682323
682323
|
length: Decimal | null;
|
|
682324
|
-
|
|
682324
|
+
description: string | null;
|
|
682325
682325
|
id_container_shipping_type: string | null;
|
|
682326
|
+
id_transport_type: string | null;
|
|
682326
682327
|
id_incoterm: string | null;
|
|
682327
682328
|
id_service_level: string | null;
|
|
682328
682329
|
id_release_type: string | null;
|
|
@@ -682338,7 +682339,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682338
682339
|
id_volume_unit: string | null;
|
|
682339
682340
|
id_chargeable_unit: string | null;
|
|
682340
682341
|
id_commodity: string | null;
|
|
682341
|
-
description: string | null;
|
|
682342
682342
|
extra_term: string | null;
|
|
682343
682343
|
shipper_ref: string | null;
|
|
682344
682344
|
mark_number: string | null;
|
|
@@ -682402,6 +682402,17 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682402
682402
|
};
|
|
682403
682403
|
output: {
|
|
682404
682404
|
data: {
|
|
682405
|
+
forwarding_shipment_organization_types: {
|
|
682406
|
+
is_active: boolean | null;
|
|
682407
|
+
id: string;
|
|
682408
|
+
logic_code: string | null;
|
|
682409
|
+
name: string | null;
|
|
682410
|
+
code: string | null;
|
|
682411
|
+
created_at: Date | null;
|
|
682412
|
+
created_by: string | null;
|
|
682413
|
+
updated_at: Date | null;
|
|
682414
|
+
updated_by: string | null;
|
|
682415
|
+
} | null;
|
|
682405
682416
|
forwarding_booking: {
|
|
682406
682417
|
is_active: boolean | null;
|
|
682407
682418
|
id: string;
|
|
@@ -682411,8 +682422,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682411
682422
|
updated_at: Date | null;
|
|
682412
682423
|
updated_by: string | null;
|
|
682413
682424
|
length: Decimal | null;
|
|
682414
|
-
|
|
682425
|
+
description: string | null;
|
|
682415
682426
|
id_container_shipping_type: string | null;
|
|
682427
|
+
id_transport_type: string | null;
|
|
682416
682428
|
id_incoterm: string | null;
|
|
682417
682429
|
id_service_level: string | null;
|
|
682418
682430
|
id_release_type: string | null;
|
|
@@ -682428,7 +682440,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682428
682440
|
id_volume_unit: string | null;
|
|
682429
682441
|
id_chargeable_unit: string | null;
|
|
682430
682442
|
id_commodity: string | null;
|
|
682431
|
-
description: string | null;
|
|
682432
682443
|
extra_term: string | null;
|
|
682433
682444
|
shipper_ref: string | null;
|
|
682434
682445
|
mark_number: string | null;
|
|
@@ -682491,17 +682502,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682491
682502
|
phone: string | null;
|
|
682492
682503
|
fax: string | null;
|
|
682493
682504
|
} | null;
|
|
682494
|
-
forwarding_shipment_organization_types: {
|
|
682495
|
-
is_active: boolean | null;
|
|
682496
|
-
id: string;
|
|
682497
|
-
logic_code: string | null;
|
|
682498
|
-
name: string | null;
|
|
682499
|
-
code: string | null;
|
|
682500
|
-
created_at: Date | null;
|
|
682501
|
-
created_by: string | null;
|
|
682502
|
-
updated_at: Date | null;
|
|
682503
|
-
updated_by: string | null;
|
|
682504
|
-
} | null;
|
|
682505
682505
|
is_active: boolean | null;
|
|
682506
682506
|
id: string;
|
|
682507
682507
|
logic_code: string | null;
|
|
@@ -682539,6 +682539,17 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682539
682539
|
forwarding_shipment_organization_types: number;
|
|
682540
682540
|
forwarding_booking_organization_logs: number;
|
|
682541
682541
|
};
|
|
682542
|
+
forwarding_shipment_organization_types: {
|
|
682543
|
+
is_active: boolean | null;
|
|
682544
|
+
id: string;
|
|
682545
|
+
logic_code: string | null;
|
|
682546
|
+
name: string | null;
|
|
682547
|
+
code: string | null;
|
|
682548
|
+
created_at: Date | null;
|
|
682549
|
+
created_by: string | null;
|
|
682550
|
+
updated_at: Date | null;
|
|
682551
|
+
updated_by: string | null;
|
|
682552
|
+
} | null;
|
|
682542
682553
|
forwarding_booking: {
|
|
682543
682554
|
is_active: boolean | null;
|
|
682544
682555
|
id: string;
|
|
@@ -682548,8 +682559,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682548
682559
|
updated_at: Date | null;
|
|
682549
682560
|
updated_by: string | null;
|
|
682550
682561
|
length: Decimal | null;
|
|
682551
|
-
|
|
682562
|
+
description: string | null;
|
|
682552
682563
|
id_container_shipping_type: string | null;
|
|
682564
|
+
id_transport_type: string | null;
|
|
682553
682565
|
id_incoterm: string | null;
|
|
682554
682566
|
id_service_level: string | null;
|
|
682555
682567
|
id_release_type: string | null;
|
|
@@ -682565,7 +682577,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682565
682577
|
id_volume_unit: string | null;
|
|
682566
682578
|
id_chargeable_unit: string | null;
|
|
682567
682579
|
id_commodity: string | null;
|
|
682568
|
-
description: string | null;
|
|
682569
682580
|
extra_term: string | null;
|
|
682570
682581
|
shipper_ref: string | null;
|
|
682571
682582
|
mark_number: string | null;
|
|
@@ -682628,17 +682639,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682628
682639
|
phone: string | null;
|
|
682629
682640
|
fax: string | null;
|
|
682630
682641
|
} | null;
|
|
682631
|
-
forwarding_shipment_organization_types: {
|
|
682632
|
-
is_active: boolean | null;
|
|
682633
|
-
id: string;
|
|
682634
|
-
logic_code: string | null;
|
|
682635
|
-
name: string | null;
|
|
682636
|
-
code: string | null;
|
|
682637
|
-
created_at: Date | null;
|
|
682638
|
-
created_by: string | null;
|
|
682639
|
-
updated_at: Date | null;
|
|
682640
|
-
updated_by: string | null;
|
|
682641
|
-
} | null;
|
|
682642
682642
|
is_active: boolean | null;
|
|
682643
682643
|
id: string;
|
|
682644
682644
|
logic_code: string | null;
|
|
@@ -682965,6 +682965,73 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682965
682965
|
};
|
|
682966
682966
|
output: {
|
|
682967
682967
|
data: {
|
|
682968
|
+
forwarding_transport_types: {
|
|
682969
|
+
is_active: boolean | null;
|
|
682970
|
+
id: string;
|
|
682971
|
+
logic_code: string | null;
|
|
682972
|
+
name: string | null;
|
|
682973
|
+
code: string | null;
|
|
682974
|
+
created_at: Date | null;
|
|
682975
|
+
created_by: string | null;
|
|
682976
|
+
updated_at: Date | null;
|
|
682977
|
+
updated_by: string | null;
|
|
682978
|
+
} | null;
|
|
682979
|
+
forwarding_shipment_organizations: {
|
|
682980
|
+
is_active: boolean | null;
|
|
682981
|
+
id: string;
|
|
682982
|
+
logic_code: string | null;
|
|
682983
|
+
name: string | null;
|
|
682984
|
+
code: string | null;
|
|
682985
|
+
address: string | null;
|
|
682986
|
+
created_at: Date | null;
|
|
682987
|
+
created_by: string | null;
|
|
682988
|
+
updated_at: Date | null;
|
|
682989
|
+
updated_by: string | null;
|
|
682990
|
+
id_organization: string | null;
|
|
682991
|
+
id_organization_address: string | null;
|
|
682992
|
+
id_type: string | null;
|
|
682993
|
+
is_override: boolean | null;
|
|
682994
|
+
id_forwarding_shipment: string | null;
|
|
682995
|
+
}[];
|
|
682996
|
+
forwarding_shipment_packings: {
|
|
682997
|
+
is_active: boolean | null;
|
|
682998
|
+
id: string;
|
|
682999
|
+
logic_code: string | null;
|
|
683000
|
+
code: string | null;
|
|
683001
|
+
created_at: Date | null;
|
|
683002
|
+
created_by: string | null;
|
|
683003
|
+
updated_at: Date | null;
|
|
683004
|
+
updated_by: string | null;
|
|
683005
|
+
length: Decimal | null;
|
|
683006
|
+
description: string | null;
|
|
683007
|
+
id_weight_unit: string | null;
|
|
683008
|
+
id_volume_unit: string | null;
|
|
683009
|
+
id_commodity: string | null;
|
|
683010
|
+
id_forwarding_booking: string | null;
|
|
683011
|
+
volume: Decimal | null;
|
|
683012
|
+
id_forwarding_shipment: string | null;
|
|
683013
|
+
id_console_container: string | null;
|
|
683014
|
+
id_package_type: string | null;
|
|
683015
|
+
id_length_unit: string | null;
|
|
683016
|
+
id_width_unit: string | null;
|
|
683017
|
+
id_height_unit: string | null;
|
|
683018
|
+
id_dg_substance: string | null;
|
|
683019
|
+
id_dg_class: string | null;
|
|
683020
|
+
po_number: string | null;
|
|
683021
|
+
goods_description: string | null;
|
|
683022
|
+
item_number: string | null;
|
|
683023
|
+
pack: number | null;
|
|
683024
|
+
packing_order: number | null;
|
|
683025
|
+
weight: Decimal | null;
|
|
683026
|
+
width: Decimal | null;
|
|
683027
|
+
height: Decimal | null;
|
|
683028
|
+
harmonized_code: string | null;
|
|
683029
|
+
harmonized_description: string | null;
|
|
683030
|
+
dg_substance_name: string | null;
|
|
683031
|
+
dg_class_name: string | null;
|
|
683032
|
+
flash_point: Decimal | null;
|
|
683033
|
+
un_dg_contact: string | null;
|
|
683034
|
+
}[];
|
|
682968
683035
|
container_shipping_type: {
|
|
682969
683036
|
is_active: boolean | null;
|
|
682970
683037
|
id: string;
|
|
@@ -683063,73 +683130,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683063
683130
|
has_seaport: boolean | null;
|
|
683064
683131
|
has_outport: boolean | null;
|
|
683065
683132
|
} | null;
|
|
683066
|
-
forwarding_shipment_packings: {
|
|
683067
|
-
is_active: boolean | null;
|
|
683068
|
-
id: string;
|
|
683069
|
-
logic_code: string | null;
|
|
683070
|
-
code: string | null;
|
|
683071
|
-
created_at: Date | null;
|
|
683072
|
-
created_by: string | null;
|
|
683073
|
-
updated_at: Date | null;
|
|
683074
|
-
updated_by: string | null;
|
|
683075
|
-
length: Decimal | null;
|
|
683076
|
-
id_weight_unit: string | null;
|
|
683077
|
-
id_volume_unit: string | null;
|
|
683078
|
-
id_commodity: string | null;
|
|
683079
|
-
id_forwarding_booking: string | null;
|
|
683080
|
-
description: string | null;
|
|
683081
|
-
volume: Decimal | null;
|
|
683082
|
-
id_forwarding_shipment: string | null;
|
|
683083
|
-
id_console_container: string | null;
|
|
683084
|
-
id_package_type: string | null;
|
|
683085
|
-
id_length_unit: string | null;
|
|
683086
|
-
id_width_unit: string | null;
|
|
683087
|
-
id_height_unit: string | null;
|
|
683088
|
-
id_dg_substance: string | null;
|
|
683089
|
-
id_dg_class: string | null;
|
|
683090
|
-
po_number: string | null;
|
|
683091
|
-
goods_description: string | null;
|
|
683092
|
-
item_number: string | null;
|
|
683093
|
-
pack: number | null;
|
|
683094
|
-
packing_order: number | null;
|
|
683095
|
-
weight: Decimal | null;
|
|
683096
|
-
width: Decimal | null;
|
|
683097
|
-
height: Decimal | null;
|
|
683098
|
-
harmonized_code: string | null;
|
|
683099
|
-
harmonized_description: string | null;
|
|
683100
|
-
dg_substance_name: string | null;
|
|
683101
|
-
dg_class_name: string | null;
|
|
683102
|
-
flash_point: Decimal | null;
|
|
683103
|
-
un_dg_contact: string | null;
|
|
683104
|
-
}[];
|
|
683105
|
-
forwarding_shipment_organizations: {
|
|
683106
|
-
is_active: boolean | null;
|
|
683107
|
-
id: string;
|
|
683108
|
-
logic_code: string | null;
|
|
683109
|
-
name: string | null;
|
|
683110
|
-
code: string | null;
|
|
683111
|
-
address: string | null;
|
|
683112
|
-
created_at: Date | null;
|
|
683113
|
-
created_by: string | null;
|
|
683114
|
-
updated_at: Date | null;
|
|
683115
|
-
updated_by: string | null;
|
|
683116
|
-
id_organization: string | null;
|
|
683117
|
-
id_organization_address: string | null;
|
|
683118
|
-
id_type: string | null;
|
|
683119
|
-
is_override: boolean | null;
|
|
683120
|
-
id_forwarding_shipment: string | null;
|
|
683121
|
-
}[];
|
|
683122
|
-
forwarding_transport_types: {
|
|
683123
|
-
is_active: boolean | null;
|
|
683124
|
-
id: string;
|
|
683125
|
-
logic_code: string | null;
|
|
683126
|
-
name: string | null;
|
|
683127
|
-
code: string | null;
|
|
683128
|
-
created_at: Date | null;
|
|
683129
|
-
created_by: string | null;
|
|
683130
|
-
updated_at: Date | null;
|
|
683131
|
-
updated_by: string | null;
|
|
683132
|
-
} | null;
|
|
683133
683133
|
weight_unit: {
|
|
683134
683134
|
is_active: boolean | null;
|
|
683135
683135
|
id: string;
|
|
@@ -683345,8 +683345,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683345
683345
|
created_by: string | null;
|
|
683346
683346
|
updated_at: Date | null;
|
|
683347
683347
|
updated_by: string | null;
|
|
683348
|
-
|
|
683348
|
+
description: string | null;
|
|
683349
683349
|
id_container_shipping_type: string | null;
|
|
683350
|
+
id_transport_type: string | null;
|
|
683350
683351
|
id_incoterm: string | null;
|
|
683351
683352
|
id_service_level: string | null;
|
|
683352
683353
|
id_release_type: string | null;
|
|
@@ -683354,7 +683355,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683354
683355
|
id_weight_unit: string | null;
|
|
683355
683356
|
id_volume_unit: string | null;
|
|
683356
683357
|
id_chargeable_unit: string | null;
|
|
683357
|
-
description: string | null;
|
|
683358
683358
|
mark_number: string | null;
|
|
683359
683359
|
volume: Decimal | null;
|
|
683360
683360
|
chargeable: Decimal | null;
|
|
@@ -683427,18 +683427,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683427
683427
|
forwarding_shipment_attachments: number;
|
|
683428
683428
|
syncproc_purchase_orders: number;
|
|
683429
683429
|
};
|
|
683430
|
-
|
|
683431
|
-
is_active: boolean | null;
|
|
683432
|
-
id: string;
|
|
683433
|
-
logic_code: string | null;
|
|
683434
|
-
name: string | null;
|
|
683435
|
-
code: string | null;
|
|
683436
|
-
created_at: Date | null;
|
|
683437
|
-
created_by: string | null;
|
|
683438
|
-
updated_at: Date | null;
|
|
683439
|
-
updated_by: string | null;
|
|
683440
|
-
} | null;
|
|
683441
|
-
incoterm: {
|
|
683430
|
+
forwarding_transport_types: {
|
|
683442
683431
|
is_active: boolean | null;
|
|
683443
683432
|
id: string;
|
|
683444
683433
|
logic_code: string | null;
|
|
@@ -683448,83 +683437,24 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683448
683437
|
created_by: string | null;
|
|
683449
683438
|
updated_at: Date | null;
|
|
683450
683439
|
updated_by: string | null;
|
|
683451
|
-
description: string | null;
|
|
683452
683440
|
} | null;
|
|
683453
|
-
|
|
683441
|
+
forwarding_shipment_organizations: {
|
|
683454
683442
|
is_active: boolean | null;
|
|
683455
683443
|
id: string;
|
|
683456
683444
|
logic_code: string | null;
|
|
683457
683445
|
name: string | null;
|
|
683458
683446
|
code: string | null;
|
|
683447
|
+
address: string | null;
|
|
683459
683448
|
created_at: Date | null;
|
|
683460
683449
|
created_by: string | null;
|
|
683461
683450
|
updated_at: Date | null;
|
|
683462
683451
|
updated_by: string | null;
|
|
683463
|
-
|
|
683464
|
-
|
|
683465
|
-
|
|
683466
|
-
|
|
683467
|
-
|
|
683468
|
-
|
|
683469
|
-
logic_code: string | null;
|
|
683470
|
-
id_country: string | null;
|
|
683471
|
-
id_state: string | null;
|
|
683472
|
-
id_city: string | null;
|
|
683473
|
-
created_at: Date | null;
|
|
683474
|
-
created_by: string | null;
|
|
683475
|
-
updated_at: Date | null;
|
|
683476
|
-
updated_by: string | null;
|
|
683477
|
-
id_time_zone: string | null;
|
|
683478
|
-
un_code: string | null;
|
|
683479
|
-
iata_code: string | null;
|
|
683480
|
-
iata_region_code: string | null;
|
|
683481
|
-
latitude: Decimal | null;
|
|
683482
|
-
longitude: Decimal | null;
|
|
683483
|
-
port_name: string | null;
|
|
683484
|
-
proper_name: string | null;
|
|
683485
|
-
has_post: boolean | null;
|
|
683486
|
-
has_customs: boolean | null;
|
|
683487
|
-
has_unload: boolean | null;
|
|
683488
|
-
has_airport: boolean | null;
|
|
683489
|
-
has_railway: boolean | null;
|
|
683490
|
-
has_road: boolean | null;
|
|
683491
|
-
has_store: boolean | null;
|
|
683492
|
-
has_terminal: boolean | null;
|
|
683493
|
-
has_discharge: boolean | null;
|
|
683494
|
-
has_seaport: boolean | null;
|
|
683495
|
-
has_outport: boolean | null;
|
|
683496
|
-
} | null;
|
|
683497
|
-
destination_un_locode: {
|
|
683498
|
-
is_active: boolean | null;
|
|
683499
|
-
id: string;
|
|
683500
|
-
logic_code: string | null;
|
|
683501
|
-
id_country: string | null;
|
|
683502
|
-
id_state: string | null;
|
|
683503
|
-
id_city: string | null;
|
|
683504
|
-
created_at: Date | null;
|
|
683505
|
-
created_by: string | null;
|
|
683506
|
-
updated_at: Date | null;
|
|
683507
|
-
updated_by: string | null;
|
|
683508
|
-
id_time_zone: string | null;
|
|
683509
|
-
un_code: string | null;
|
|
683510
|
-
iata_code: string | null;
|
|
683511
|
-
iata_region_code: string | null;
|
|
683512
|
-
latitude: Decimal | null;
|
|
683513
|
-
longitude: Decimal | null;
|
|
683514
|
-
port_name: string | null;
|
|
683515
|
-
proper_name: string | null;
|
|
683516
|
-
has_post: boolean | null;
|
|
683517
|
-
has_customs: boolean | null;
|
|
683518
|
-
has_unload: boolean | null;
|
|
683519
|
-
has_airport: boolean | null;
|
|
683520
|
-
has_railway: boolean | null;
|
|
683521
|
-
has_road: boolean | null;
|
|
683522
|
-
has_store: boolean | null;
|
|
683523
|
-
has_terminal: boolean | null;
|
|
683524
|
-
has_discharge: boolean | null;
|
|
683525
|
-
has_seaport: boolean | null;
|
|
683526
|
-
has_outport: boolean | null;
|
|
683527
|
-
} | null;
|
|
683452
|
+
id_organization: string | null;
|
|
683453
|
+
id_organization_address: string | null;
|
|
683454
|
+
id_type: string | null;
|
|
683455
|
+
is_override: boolean | null;
|
|
683456
|
+
id_forwarding_shipment: string | null;
|
|
683457
|
+
}[];
|
|
683528
683458
|
forwarding_shipment_packings: {
|
|
683529
683459
|
is_active: boolean | null;
|
|
683530
683460
|
id: string;
|
|
@@ -683535,11 +683465,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683535
683465
|
updated_at: Date | null;
|
|
683536
683466
|
updated_by: string | null;
|
|
683537
683467
|
length: Decimal | null;
|
|
683468
|
+
description: string | null;
|
|
683538
683469
|
id_weight_unit: string | null;
|
|
683539
683470
|
id_volume_unit: string | null;
|
|
683540
683471
|
id_commodity: string | null;
|
|
683541
683472
|
id_forwarding_booking: string | null;
|
|
683542
|
-
description: string | null;
|
|
683543
683473
|
volume: Decimal | null;
|
|
683544
683474
|
id_forwarding_shipment: string | null;
|
|
683545
683475
|
id_console_container: string | null;
|
|
@@ -683564,34 +683494,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683564
683494
|
flash_point: Decimal | null;
|
|
683565
683495
|
un_dg_contact: string | null;
|
|
683566
683496
|
}[];
|
|
683567
|
-
forwarding_shipment_organizations: {
|
|
683568
|
-
is_active: boolean | null;
|
|
683569
|
-
id: string;
|
|
683570
|
-
logic_code: string | null;
|
|
683571
|
-
name: string | null;
|
|
683572
|
-
code: string | null;
|
|
683573
|
-
address: string | null;
|
|
683574
|
-
created_at: Date | null;
|
|
683575
|
-
created_by: string | null;
|
|
683576
|
-
updated_at: Date | null;
|
|
683577
|
-
updated_by: string | null;
|
|
683578
|
-
id_organization: string | null;
|
|
683579
|
-
id_organization_address: string | null;
|
|
683580
|
-
id_type: string | null;
|
|
683581
|
-
is_override: boolean | null;
|
|
683582
|
-
id_forwarding_shipment: string | null;
|
|
683583
|
-
}[];
|
|
683584
|
-
forwarding_transport_types: {
|
|
683585
|
-
is_active: boolean | null;
|
|
683586
|
-
id: string;
|
|
683587
|
-
logic_code: string | null;
|
|
683588
|
-
name: string | null;
|
|
683589
|
-
code: string | null;
|
|
683590
|
-
created_at: Date | null;
|
|
683591
|
-
created_by: string | null;
|
|
683592
|
-
updated_at: Date | null;
|
|
683593
|
-
updated_by: string | null;
|
|
683594
|
-
} | null;
|
|
683595
683497
|
forwarding_shipment_pickup_deliveries: {
|
|
683596
683498
|
is_active: boolean | null;
|
|
683597
683499
|
id: string;
|
|
@@ -683643,6 +683545,104 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683643
683545
|
file_extension: string | null;
|
|
683644
683546
|
storage_provider: string | null;
|
|
683645
683547
|
}[];
|
|
683548
|
+
container_shipping_type: {
|
|
683549
|
+
is_active: boolean | null;
|
|
683550
|
+
id: string;
|
|
683551
|
+
logic_code: string | null;
|
|
683552
|
+
name: string | null;
|
|
683553
|
+
code: string | null;
|
|
683554
|
+
created_at: Date | null;
|
|
683555
|
+
created_by: string | null;
|
|
683556
|
+
updated_at: Date | null;
|
|
683557
|
+
updated_by: string | null;
|
|
683558
|
+
} | null;
|
|
683559
|
+
incoterm: {
|
|
683560
|
+
is_active: boolean | null;
|
|
683561
|
+
id: string;
|
|
683562
|
+
logic_code: string | null;
|
|
683563
|
+
name: string | null;
|
|
683564
|
+
code: string | null;
|
|
683565
|
+
created_at: Date | null;
|
|
683566
|
+
created_by: string | null;
|
|
683567
|
+
updated_at: Date | null;
|
|
683568
|
+
updated_by: string | null;
|
|
683569
|
+
description: string | null;
|
|
683570
|
+
} | null;
|
|
683571
|
+
service_level: {
|
|
683572
|
+
is_active: boolean | null;
|
|
683573
|
+
id: string;
|
|
683574
|
+
logic_code: string | null;
|
|
683575
|
+
name: string | null;
|
|
683576
|
+
code: string | null;
|
|
683577
|
+
created_at: Date | null;
|
|
683578
|
+
created_by: string | null;
|
|
683579
|
+
updated_at: Date | null;
|
|
683580
|
+
updated_by: string | null;
|
|
683581
|
+
id_agreement: string | null;
|
|
683582
|
+
percentage: Decimal | null;
|
|
683583
|
+
} | null;
|
|
683584
|
+
origin_un_locode: {
|
|
683585
|
+
is_active: boolean | null;
|
|
683586
|
+
id: string;
|
|
683587
|
+
logic_code: string | null;
|
|
683588
|
+
id_country: string | null;
|
|
683589
|
+
id_state: string | null;
|
|
683590
|
+
id_city: string | null;
|
|
683591
|
+
created_at: Date | null;
|
|
683592
|
+
created_by: string | null;
|
|
683593
|
+
updated_at: Date | null;
|
|
683594
|
+
updated_by: string | null;
|
|
683595
|
+
id_time_zone: string | null;
|
|
683596
|
+
un_code: string | null;
|
|
683597
|
+
iata_code: string | null;
|
|
683598
|
+
iata_region_code: string | null;
|
|
683599
|
+
latitude: Decimal | null;
|
|
683600
|
+
longitude: Decimal | null;
|
|
683601
|
+
port_name: string | null;
|
|
683602
|
+
proper_name: string | null;
|
|
683603
|
+
has_post: boolean | null;
|
|
683604
|
+
has_customs: boolean | null;
|
|
683605
|
+
has_unload: boolean | null;
|
|
683606
|
+
has_airport: boolean | null;
|
|
683607
|
+
has_railway: boolean | null;
|
|
683608
|
+
has_road: boolean | null;
|
|
683609
|
+
has_store: boolean | null;
|
|
683610
|
+
has_terminal: boolean | null;
|
|
683611
|
+
has_discharge: boolean | null;
|
|
683612
|
+
has_seaport: boolean | null;
|
|
683613
|
+
has_outport: boolean | null;
|
|
683614
|
+
} | null;
|
|
683615
|
+
destination_un_locode: {
|
|
683616
|
+
is_active: boolean | null;
|
|
683617
|
+
id: string;
|
|
683618
|
+
logic_code: string | null;
|
|
683619
|
+
id_country: string | null;
|
|
683620
|
+
id_state: string | null;
|
|
683621
|
+
id_city: string | null;
|
|
683622
|
+
created_at: Date | null;
|
|
683623
|
+
created_by: string | null;
|
|
683624
|
+
updated_at: Date | null;
|
|
683625
|
+
updated_by: string | null;
|
|
683626
|
+
id_time_zone: string | null;
|
|
683627
|
+
un_code: string | null;
|
|
683628
|
+
iata_code: string | null;
|
|
683629
|
+
iata_region_code: string | null;
|
|
683630
|
+
latitude: Decimal | null;
|
|
683631
|
+
longitude: Decimal | null;
|
|
683632
|
+
port_name: string | null;
|
|
683633
|
+
proper_name: string | null;
|
|
683634
|
+
has_post: boolean | null;
|
|
683635
|
+
has_customs: boolean | null;
|
|
683636
|
+
has_unload: boolean | null;
|
|
683637
|
+
has_airport: boolean | null;
|
|
683638
|
+
has_railway: boolean | null;
|
|
683639
|
+
has_road: boolean | null;
|
|
683640
|
+
has_store: boolean | null;
|
|
683641
|
+
has_terminal: boolean | null;
|
|
683642
|
+
has_discharge: boolean | null;
|
|
683643
|
+
has_seaport: boolean | null;
|
|
683644
|
+
has_outport: boolean | null;
|
|
683645
|
+
} | null;
|
|
683646
683646
|
weight_unit: {
|
|
683647
683647
|
is_active: boolean | null;
|
|
683648
683648
|
id: string;
|
|
@@ -683884,8 +683884,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683884
683884
|
created_by: string | null;
|
|
683885
683885
|
updated_at: Date | null;
|
|
683886
683886
|
updated_by: string | null;
|
|
683887
|
-
|
|
683887
|
+
description: string | null;
|
|
683888
683888
|
id_container_shipping_type: string | null;
|
|
683889
|
+
id_transport_type: string | null;
|
|
683889
683890
|
id_incoterm: string | null;
|
|
683890
683891
|
id_service_level: string | null;
|
|
683891
683892
|
id_release_type: string | null;
|
|
@@ -683893,7 +683894,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683893
683894
|
id_weight_unit: string | null;
|
|
683894
683895
|
id_volume_unit: string | null;
|
|
683895
683896
|
id_chargeable_unit: string | null;
|
|
683896
|
-
description: string | null;
|
|
683897
683897
|
mark_number: string | null;
|
|
683898
683898
|
volume: Decimal | null;
|
|
683899
683899
|
chargeable: Decimal | null;
|
|
@@ -684042,8 +684042,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684042
684042
|
created_by: string | null;
|
|
684043
684043
|
updated_at: Date | null;
|
|
684044
684044
|
updated_by: string | null;
|
|
684045
|
-
|
|
684045
|
+
description: string | null;
|
|
684046
684046
|
id_container_shipping_type: string | null;
|
|
684047
|
+
id_transport_type: string | null;
|
|
684047
684048
|
id_incoterm: string | null;
|
|
684048
684049
|
id_service_level: string | null;
|
|
684049
684050
|
id_release_type: string | null;
|
|
@@ -684051,7 +684052,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684051
684052
|
id_weight_unit: string | null;
|
|
684052
684053
|
id_volume_unit: string | null;
|
|
684053
684054
|
id_chargeable_unit: string | null;
|
|
684054
|
-
description: string | null;
|
|
684055
684055
|
mark_number: string | null;
|
|
684056
684056
|
volume: Decimal | null;
|
|
684057
684057
|
chargeable: Decimal | null;
|
|
@@ -684154,8 +684154,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684154
684154
|
updated_at: Date | null;
|
|
684155
684155
|
updated_by: string | null;
|
|
684156
684156
|
length: Decimal | null;
|
|
684157
|
-
|
|
684157
|
+
description: string | null;
|
|
684158
684158
|
id_container_shipping_type: string | null;
|
|
684159
|
+
id_transport_type: string | null;
|
|
684159
684160
|
id_incoterm: string | null;
|
|
684160
684161
|
id_service_level: string | null;
|
|
684161
684162
|
id_release_type: string | null;
|
|
@@ -684171,7 +684172,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684171
684172
|
id_volume_unit: string | null;
|
|
684172
684173
|
id_chargeable_unit: string | null;
|
|
684173
684174
|
id_commodity: string | null;
|
|
684174
|
-
description: string | null;
|
|
684175
684175
|
extra_term: string | null;
|
|
684176
684176
|
shipper_ref: string | null;
|
|
684177
684177
|
mark_number: string | null;
|
|
@@ -684242,8 +684242,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684242
684242
|
created_by: string | null;
|
|
684243
684243
|
updated_at: Date | null;
|
|
684244
684244
|
updated_by: string | null;
|
|
684245
|
-
|
|
684245
|
+
description: string | null;
|
|
684246
684246
|
id_container_shipping_type: string | null;
|
|
684247
|
+
id_transport_type: string | null;
|
|
684247
684248
|
id_incoterm: string | null;
|
|
684248
684249
|
id_service_level: string | null;
|
|
684249
684250
|
id_release_type: string | null;
|
|
@@ -684251,7 +684252,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684251
684252
|
id_weight_unit: string | null;
|
|
684252
684253
|
id_volume_unit: string | null;
|
|
684253
684254
|
id_chargeable_unit: string | null;
|
|
684254
|
-
description: string | null;
|
|
684255
684255
|
mark_number: string | null;
|
|
684256
684256
|
volume: Decimal | null;
|
|
684257
684257
|
chargeable: Decimal | null;
|
|
@@ -684385,11 +684385,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684385
684385
|
updated_at: Date | null;
|
|
684386
684386
|
updated_by: string | null;
|
|
684387
684387
|
length: Decimal | null;
|
|
684388
|
+
description: string | null;
|
|
684388
684389
|
id_weight_unit: string | null;
|
|
684389
684390
|
id_volume_unit: string | null;
|
|
684390
684391
|
id_commodity: string | null;
|
|
684391
684392
|
id_forwarding_booking: string | null;
|
|
684392
|
-
description: string | null;
|
|
684393
684393
|
volume: Decimal | null;
|
|
684394
684394
|
id_forwarding_shipment: string | null;
|
|
684395
684395
|
id_console_container: string | null;
|
|
@@ -684452,8 +684452,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684452
684452
|
updated_at: Date | null;
|
|
684453
684453
|
updated_by: string | null;
|
|
684454
684454
|
length: Decimal | null;
|
|
684455
|
-
|
|
684455
|
+
description: string | null;
|
|
684456
684456
|
id_container_shipping_type: string | null;
|
|
684457
|
+
id_transport_type: string | null;
|
|
684457
684458
|
id_incoterm: string | null;
|
|
684458
684459
|
id_service_level: string | null;
|
|
684459
684460
|
id_release_type: string | null;
|
|
@@ -684469,7 +684470,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684469
684470
|
id_volume_unit: string | null;
|
|
684470
684471
|
id_chargeable_unit: string | null;
|
|
684471
684472
|
id_commodity: string | null;
|
|
684472
|
-
description: string | null;
|
|
684473
684473
|
extra_term: string | null;
|
|
684474
684474
|
shipper_ref: string | null;
|
|
684475
684475
|
mark_number: string | null;
|
|
@@ -684540,8 +684540,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684540
684540
|
created_by: string | null;
|
|
684541
684541
|
updated_at: Date | null;
|
|
684542
684542
|
updated_by: string | null;
|
|
684543
|
-
|
|
684543
|
+
description: string | null;
|
|
684544
684544
|
id_container_shipping_type: string | null;
|
|
684545
|
+
id_transport_type: string | null;
|
|
684545
684546
|
id_incoterm: string | null;
|
|
684546
684547
|
id_service_level: string | null;
|
|
684547
684548
|
id_release_type: string | null;
|
|
@@ -684549,7 +684550,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684549
684550
|
id_weight_unit: string | null;
|
|
684550
684551
|
id_volume_unit: string | null;
|
|
684551
684552
|
id_chargeable_unit: string | null;
|
|
684552
|
-
description: string | null;
|
|
684553
684553
|
mark_number: string | null;
|
|
684554
684554
|
volume: Decimal | null;
|
|
684555
684555
|
chargeable: Decimal | null;
|
|
@@ -684683,11 +684683,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684683
684683
|
updated_at: Date | null;
|
|
684684
684684
|
updated_by: string | null;
|
|
684685
684685
|
length: Decimal | null;
|
|
684686
|
+
description: string | null;
|
|
684686
684687
|
id_weight_unit: string | null;
|
|
684687
684688
|
id_volume_unit: string | null;
|
|
684688
684689
|
id_commodity: string | null;
|
|
684689
684690
|
id_forwarding_booking: string | null;
|
|
684690
|
-
description: string | null;
|
|
684691
684691
|
volume: Decimal | null;
|
|
684692
684692
|
id_forwarding_shipment: string | null;
|
|
684693
684693
|
id_console_container: string | null;
|
|
@@ -684860,11 +684860,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684860
684860
|
updated_at: Date | null;
|
|
684861
684861
|
updated_by: string | null;
|
|
684862
684862
|
length: Decimal | null;
|
|
684863
|
+
description: string | null;
|
|
684863
684864
|
id_weight_unit: string | null;
|
|
684864
684865
|
id_volume_unit: string | null;
|
|
684865
684866
|
id_commodity: string | null;
|
|
684866
684867
|
id_forwarding_booking: string | null;
|
|
684867
|
-
description: string | null;
|
|
684868
684868
|
volume: Decimal | null;
|
|
684869
684869
|
id_forwarding_shipment: string | null;
|
|
684870
684870
|
id_console_container: string | null;
|
|
@@ -684952,11 +684952,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684952
684952
|
updated_at: Date | null;
|
|
684953
684953
|
updated_by: string | null;
|
|
684954
684954
|
length: Decimal | null;
|
|
684955
|
+
description: string | null;
|
|
684955
684956
|
id_weight_unit: string | null;
|
|
684956
684957
|
id_volume_unit: string | null;
|
|
684957
684958
|
id_commodity: string | null;
|
|
684958
684959
|
id_forwarding_booking: string | null;
|
|
684959
|
-
description: string | null;
|
|
684960
684960
|
volume: Decimal | null;
|
|
684961
684961
|
id_forwarding_shipment: string | null;
|
|
684962
684962
|
id_console_container: string | null;
|
|
@@ -685080,11 +685080,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685080
685080
|
updated_at: Date | null;
|
|
685081
685081
|
updated_by: string | null;
|
|
685082
685082
|
length: Decimal | null;
|
|
685083
|
+
description: string | null;
|
|
685083
685084
|
id_weight_unit: string | null;
|
|
685084
685085
|
id_volume_unit: string | null;
|
|
685085
685086
|
id_commodity: string | null;
|
|
685086
685087
|
id_forwarding_booking: string | null;
|
|
685087
|
-
description: string | null;
|
|
685088
685088
|
volume: Decimal | null;
|
|
685089
685089
|
id_forwarding_shipment: string | null;
|
|
685090
685090
|
id_console_container: string | null;
|
|
@@ -685132,11 +685132,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685132
685132
|
updated_at: Date | null;
|
|
685133
685133
|
updated_by: string | null;
|
|
685134
685134
|
length: Decimal | null;
|
|
685135
|
+
description: string | null;
|
|
685135
685136
|
id_weight_unit: string | null;
|
|
685136
685137
|
id_volume_unit: string | null;
|
|
685137
685138
|
id_commodity: string | null;
|
|
685138
685139
|
id_forwarding_booking: string | null;
|
|
685139
|
-
description: string | null;
|
|
685140
685140
|
volume: Decimal | null;
|
|
685141
685141
|
id_forwarding_shipment: string | null;
|
|
685142
685142
|
id_console_container: string | null;
|
|
@@ -685194,11 +685194,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685194
685194
|
updated_at: Date | null;
|
|
685195
685195
|
updated_by: string | null;
|
|
685196
685196
|
length: Decimal | null;
|
|
685197
|
+
description: string | null;
|
|
685197
685198
|
id_weight_unit: string | null;
|
|
685198
685199
|
id_volume_unit: string | null;
|
|
685199
685200
|
id_commodity: string | null;
|
|
685200
685201
|
id_forwarding_booking: string | null;
|
|
685201
|
-
description: string | null;
|
|
685202
685202
|
volume: Decimal | null;
|
|
685203
685203
|
id_forwarding_shipment: string | null;
|
|
685204
685204
|
id_console_container: string | null;
|
|
@@ -685650,8 +685650,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685650
685650
|
updated_at: Date | null;
|
|
685651
685651
|
updated_by: string | null;
|
|
685652
685652
|
length: Decimal | null;
|
|
685653
|
-
|
|
685653
|
+
description: string | null;
|
|
685654
685654
|
id_container_shipping_type: string | null;
|
|
685655
|
+
id_transport_type: string | null;
|
|
685655
685656
|
id_incoterm: string | null;
|
|
685656
685657
|
id_service_level: string | null;
|
|
685657
685658
|
id_release_type: string | null;
|
|
@@ -685667,7 +685668,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685667
685668
|
id_volume_unit: string | null;
|
|
685668
685669
|
id_chargeable_unit: string | null;
|
|
685669
685670
|
id_commodity: string | null;
|
|
685670
|
-
description: string | null;
|
|
685671
685671
|
extra_term: string | null;
|
|
685672
685672
|
shipper_ref: string | null;
|
|
685673
685673
|
mark_number: string | null;
|
|
@@ -685800,8 +685800,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685800
685800
|
created_by: string | null;
|
|
685801
685801
|
updated_at: Date | null;
|
|
685802
685802
|
updated_by: string | null;
|
|
685803
|
-
|
|
685803
|
+
description: string | null;
|
|
685804
685804
|
id_container_shipping_type: string | null;
|
|
685805
|
+
id_transport_type: string | null;
|
|
685805
685806
|
id_incoterm: string | null;
|
|
685806
685807
|
id_service_level: string | null;
|
|
685807
685808
|
id_release_type: string | null;
|
|
@@ -685809,7 +685810,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685809
685810
|
id_weight_unit: string | null;
|
|
685810
685811
|
id_volume_unit: string | null;
|
|
685811
685812
|
id_chargeable_unit: string | null;
|
|
685812
|
-
description: string | null;
|
|
685813
685813
|
mark_number: string | null;
|
|
685814
685814
|
volume: Decimal | null;
|
|
685815
685815
|
chargeable: Decimal | null;
|
|
@@ -685996,13 +685996,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685996
685996
|
updated_at: Date | null;
|
|
685997
685997
|
updated_by: string | null;
|
|
685998
685998
|
length: Decimal | null;
|
|
685999
|
+
description: string | null;
|
|
685999
686000
|
id_origin_un_locode: string | null;
|
|
686000
686001
|
id_destination_un_locode: string | null;
|
|
686001
686002
|
id_weight_unit: string | null;
|
|
686002
686003
|
id_volume_unit: string | null;
|
|
686003
686004
|
id_commodity: string | null;
|
|
686004
686005
|
id_forwarding_booking: string | null;
|
|
686005
|
-
description: string | null;
|
|
686006
686006
|
volume: Decimal | null;
|
|
686007
686007
|
id_forwarding_shipment: string | null;
|
|
686008
686008
|
id_package_type: string | null;
|
|
@@ -686071,8 +686071,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686071
686071
|
updated_at: Date | null;
|
|
686072
686072
|
updated_by: string | null;
|
|
686073
686073
|
length: Decimal | null;
|
|
686074
|
-
|
|
686074
|
+
description: string | null;
|
|
686075
686075
|
id_container_shipping_type: string | null;
|
|
686076
|
+
id_transport_type: string | null;
|
|
686076
686077
|
id_incoterm: string | null;
|
|
686077
686078
|
id_service_level: string | null;
|
|
686078
686079
|
id_release_type: string | null;
|
|
@@ -686088,7 +686089,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686088
686089
|
id_volume_unit: string | null;
|
|
686089
686090
|
id_chargeable_unit: string | null;
|
|
686090
686091
|
id_commodity: string | null;
|
|
686091
|
-
description: string | null;
|
|
686092
686092
|
extra_term: string | null;
|
|
686093
686093
|
shipper_ref: string | null;
|
|
686094
686094
|
mark_number: string | null;
|
|
@@ -686221,8 +686221,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686221
686221
|
created_by: string | null;
|
|
686222
686222
|
updated_at: Date | null;
|
|
686223
686223
|
updated_by: string | null;
|
|
686224
|
-
|
|
686224
|
+
description: string | null;
|
|
686225
686225
|
id_container_shipping_type: string | null;
|
|
686226
|
+
id_transport_type: string | null;
|
|
686226
686227
|
id_incoterm: string | null;
|
|
686227
686228
|
id_service_level: string | null;
|
|
686228
686229
|
id_release_type: string | null;
|
|
@@ -686230,7 +686231,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686230
686231
|
id_weight_unit: string | null;
|
|
686231
686232
|
id_volume_unit: string | null;
|
|
686232
686233
|
id_chargeable_unit: string | null;
|
|
686233
|
-
description: string | null;
|
|
686234
686234
|
mark_number: string | null;
|
|
686235
686235
|
volume: Decimal | null;
|
|
686236
686236
|
chargeable: Decimal | null;
|
|
@@ -686417,13 +686417,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686417
686417
|
updated_at: Date | null;
|
|
686418
686418
|
updated_by: string | null;
|
|
686419
686419
|
length: Decimal | null;
|
|
686420
|
+
description: string | null;
|
|
686420
686421
|
id_origin_un_locode: string | null;
|
|
686421
686422
|
id_destination_un_locode: string | null;
|
|
686422
686423
|
id_weight_unit: string | null;
|
|
686423
686424
|
id_volume_unit: string | null;
|
|
686424
686425
|
id_commodity: string | null;
|
|
686425
686426
|
id_forwarding_booking: string | null;
|
|
686426
|
-
description: string | null;
|
|
686427
686427
|
volume: Decimal | null;
|
|
686428
686428
|
id_forwarding_shipment: string | null;
|
|
686429
686429
|
id_package_type: string | null;
|
|
@@ -686602,113 +686602,113 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686602
686602
|
updated_at: Date | null;
|
|
686603
686603
|
updated_by: string | null;
|
|
686604
686604
|
length: Decimal | null;
|
|
686605
|
-
id_origin_un_locode: string | null;
|
|
686606
|
-
id_destination_un_locode: string | null;
|
|
686607
|
-
id_weight_unit: string | null;
|
|
686608
|
-
id_volume_unit: string | null;
|
|
686609
|
-
id_commodity: string | null;
|
|
686610
|
-
id_forwarding_booking: string | null;
|
|
686611
686605
|
description: string | null;
|
|
686612
|
-
volume: Decimal | null;
|
|
686613
|
-
id_forwarding_shipment: string | null;
|
|
686614
|
-
id_package_type: string | null;
|
|
686615
|
-
id_length_unit: string | null;
|
|
686616
|
-
id_width_unit: string | null;
|
|
686617
|
-
id_height_unit: string | null;
|
|
686618
|
-
id_dg_substance: string | null;
|
|
686619
|
-
id_dg_class: string | null;
|
|
686620
|
-
po_number: string | null;
|
|
686621
|
-
goods_description: string | null;
|
|
686622
|
-
item_number: string | null;
|
|
686623
|
-
pack: number | null;
|
|
686624
|
-
weight: Decimal | null;
|
|
686625
|
-
width: Decimal | null;
|
|
686626
|
-
height: Decimal | null;
|
|
686627
|
-
harmonized_code: string | null;
|
|
686628
|
-
harmonized_description: string | null;
|
|
686629
|
-
dg_substance_name: string | null;
|
|
686630
|
-
dg_class_name: string | null;
|
|
686631
|
-
flash_point: Decimal | null;
|
|
686632
|
-
un_dg_contact: string | null;
|
|
686633
|
-
id_syncproc_project: string | null;
|
|
686634
|
-
id_shipper: string | null;
|
|
686635
|
-
id_consignee: string | null;
|
|
686636
|
-
cargo_ready_date: Date | null;
|
|
686637
|
-
};
|
|
686638
|
-
log: {
|
|
686639
|
-
id: string;
|
|
686640
|
-
id_log_type: string | null;
|
|
686641
|
-
url: string | null;
|
|
686642
|
-
params: SimpleJson;
|
|
686643
|
-
action: string | null;
|
|
686644
|
-
action_by: string | null;
|
|
686645
|
-
action_id: string | null;
|
|
686646
|
-
action_at: Date | null;
|
|
686647
|
-
id_syncproc_purchase_order: string | null;
|
|
686648
|
-
} | undefined;
|
|
686649
|
-
} | undefined;
|
|
686650
|
-
meta: object;
|
|
686651
|
-
}>;
|
|
686652
|
-
update: MutationProcedure<{
|
|
686653
|
-
input: {
|
|
686654
|
-
is_system?: (string | number | boolean)[] | null | undefined;
|
|
686655
|
-
id?: string | number | bigint | null | undefined;
|
|
686656
|
-
id_string?: string | null | undefined;
|
|
686657
|
-
logic_code?: string | null | undefined;
|
|
686658
|
-
is_active?: string | number | boolean | null | undefined;
|
|
686659
|
-
id_syncproc_project?: string | number | bigint | null | undefined;
|
|
686660
|
-
id_forwarding_shipment?: string | number | bigint | null | undefined;
|
|
686661
|
-
id_forwarding_booking?: string | number | bigint | null | undefined;
|
|
686662
|
-
id_package_type?: string | number | bigint | null | undefined;
|
|
686663
|
-
id_weight_unit?: string | number | bigint | null | undefined;
|
|
686664
|
-
id_volume_unit?: string | number | bigint | null | undefined;
|
|
686665
|
-
id_length_unit?: string | number | bigint | null | undefined;
|
|
686666
|
-
id_width_unit?: string | number | bigint | null | undefined;
|
|
686667
|
-
id_height_unit?: string | number | bigint | null | undefined;
|
|
686668
|
-
id_commodity?: string | number | bigint | null | undefined;
|
|
686669
|
-
id_dg_substance?: string | number | bigint | null | undefined;
|
|
686670
|
-
id_dg_class?: string | number | bigint | null | undefined;
|
|
686671
|
-
id_shipper?: string | number | bigint | null | undefined;
|
|
686672
|
-
id_consignee?: string | number | bigint | null | undefined;
|
|
686673
|
-
id_origin_un_locode?: string | number | bigint | null | undefined;
|
|
686674
|
-
id_destination_un_locode?: string | number | bigint | null | undefined;
|
|
686675
|
-
code?: string | null | undefined;
|
|
686676
|
-
po_number?: string | null | undefined;
|
|
686677
|
-
goods_description?: string | null | undefined;
|
|
686678
|
-
item_number?: string | null | undefined;
|
|
686679
|
-
pack?: string | number | null | undefined;
|
|
686680
|
-
weight?: string | null | undefined;
|
|
686681
|
-
volume?: string | null | undefined;
|
|
686682
|
-
length?: string | null | undefined;
|
|
686683
|
-
width?: string | null | undefined;
|
|
686684
|
-
height?: string | null | undefined;
|
|
686685
|
-
description?: string | null | undefined;
|
|
686686
|
-
harmonized_code?: string | null | undefined;
|
|
686687
|
-
harmonized_description?: string | null | undefined;
|
|
686688
|
-
dg_substance_name?: string | null | undefined;
|
|
686689
|
-
dg_class_name?: string | null | undefined;
|
|
686690
|
-
flash_point?: string | null | undefined;
|
|
686691
|
-
un_dg_contact?: string | null | undefined;
|
|
686692
|
-
cargo_ready_date?: string | null | undefined;
|
|
686693
|
-
};
|
|
686694
|
-
output: {
|
|
686695
|
-
data: {
|
|
686696
|
-
is_active: boolean | null;
|
|
686697
|
-
id: string;
|
|
686698
|
-
logic_code: string | null;
|
|
686699
|
-
code: string | null;
|
|
686700
|
-
created_at: Date | null;
|
|
686701
|
-
created_by: string | null;
|
|
686702
|
-
updated_at: Date | null;
|
|
686703
|
-
updated_by: string | null;
|
|
686704
|
-
length: Decimal | null;
|
|
686705
686606
|
id_origin_un_locode: string | null;
|
|
686706
686607
|
id_destination_un_locode: string | null;
|
|
686707
686608
|
id_weight_unit: string | null;
|
|
686708
686609
|
id_volume_unit: string | null;
|
|
686709
686610
|
id_commodity: string | null;
|
|
686710
686611
|
id_forwarding_booking: string | null;
|
|
686711
|
-
|
|
686612
|
+
volume: Decimal | null;
|
|
686613
|
+
id_forwarding_shipment: string | null;
|
|
686614
|
+
id_package_type: string | null;
|
|
686615
|
+
id_length_unit: string | null;
|
|
686616
|
+
id_width_unit: string | null;
|
|
686617
|
+
id_height_unit: string | null;
|
|
686618
|
+
id_dg_substance: string | null;
|
|
686619
|
+
id_dg_class: string | null;
|
|
686620
|
+
po_number: string | null;
|
|
686621
|
+
goods_description: string | null;
|
|
686622
|
+
item_number: string | null;
|
|
686623
|
+
pack: number | null;
|
|
686624
|
+
weight: Decimal | null;
|
|
686625
|
+
width: Decimal | null;
|
|
686626
|
+
height: Decimal | null;
|
|
686627
|
+
harmonized_code: string | null;
|
|
686628
|
+
harmonized_description: string | null;
|
|
686629
|
+
dg_substance_name: string | null;
|
|
686630
|
+
dg_class_name: string | null;
|
|
686631
|
+
flash_point: Decimal | null;
|
|
686632
|
+
un_dg_contact: string | null;
|
|
686633
|
+
id_syncproc_project: string | null;
|
|
686634
|
+
id_shipper: string | null;
|
|
686635
|
+
id_consignee: string | null;
|
|
686636
|
+
cargo_ready_date: Date | null;
|
|
686637
|
+
};
|
|
686638
|
+
log: {
|
|
686639
|
+
id: string;
|
|
686640
|
+
id_log_type: string | null;
|
|
686641
|
+
url: string | null;
|
|
686642
|
+
params: SimpleJson;
|
|
686643
|
+
action: string | null;
|
|
686644
|
+
action_by: string | null;
|
|
686645
|
+
action_id: string | null;
|
|
686646
|
+
action_at: Date | null;
|
|
686647
|
+
id_syncproc_purchase_order: string | null;
|
|
686648
|
+
} | undefined;
|
|
686649
|
+
} | undefined;
|
|
686650
|
+
meta: object;
|
|
686651
|
+
}>;
|
|
686652
|
+
update: MutationProcedure<{
|
|
686653
|
+
input: {
|
|
686654
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
686655
|
+
id?: string | number | bigint | null | undefined;
|
|
686656
|
+
id_string?: string | null | undefined;
|
|
686657
|
+
logic_code?: string | null | undefined;
|
|
686658
|
+
is_active?: string | number | boolean | null | undefined;
|
|
686659
|
+
id_syncproc_project?: string | number | bigint | null | undefined;
|
|
686660
|
+
id_forwarding_shipment?: string | number | bigint | null | undefined;
|
|
686661
|
+
id_forwarding_booking?: string | number | bigint | null | undefined;
|
|
686662
|
+
id_package_type?: string | number | bigint | null | undefined;
|
|
686663
|
+
id_weight_unit?: string | number | bigint | null | undefined;
|
|
686664
|
+
id_volume_unit?: string | number | bigint | null | undefined;
|
|
686665
|
+
id_length_unit?: string | number | bigint | null | undefined;
|
|
686666
|
+
id_width_unit?: string | number | bigint | null | undefined;
|
|
686667
|
+
id_height_unit?: string | number | bigint | null | undefined;
|
|
686668
|
+
id_commodity?: string | number | bigint | null | undefined;
|
|
686669
|
+
id_dg_substance?: string | number | bigint | null | undefined;
|
|
686670
|
+
id_dg_class?: string | number | bigint | null | undefined;
|
|
686671
|
+
id_shipper?: string | number | bigint | null | undefined;
|
|
686672
|
+
id_consignee?: string | number | bigint | null | undefined;
|
|
686673
|
+
id_origin_un_locode?: string | number | bigint | null | undefined;
|
|
686674
|
+
id_destination_un_locode?: string | number | bigint | null | undefined;
|
|
686675
|
+
code?: string | null | undefined;
|
|
686676
|
+
po_number?: string | null | undefined;
|
|
686677
|
+
goods_description?: string | null | undefined;
|
|
686678
|
+
item_number?: string | null | undefined;
|
|
686679
|
+
pack?: string | number | null | undefined;
|
|
686680
|
+
weight?: string | null | undefined;
|
|
686681
|
+
volume?: string | null | undefined;
|
|
686682
|
+
length?: string | null | undefined;
|
|
686683
|
+
width?: string | null | undefined;
|
|
686684
|
+
height?: string | null | undefined;
|
|
686685
|
+
description?: string | null | undefined;
|
|
686686
|
+
harmonized_code?: string | null | undefined;
|
|
686687
|
+
harmonized_description?: string | null | undefined;
|
|
686688
|
+
dg_substance_name?: string | null | undefined;
|
|
686689
|
+
dg_class_name?: string | null | undefined;
|
|
686690
|
+
flash_point?: string | null | undefined;
|
|
686691
|
+
un_dg_contact?: string | null | undefined;
|
|
686692
|
+
cargo_ready_date?: string | null | undefined;
|
|
686693
|
+
};
|
|
686694
|
+
output: {
|
|
686695
|
+
data: {
|
|
686696
|
+
is_active: boolean | null;
|
|
686697
|
+
id: string;
|
|
686698
|
+
logic_code: string | null;
|
|
686699
|
+
code: string | null;
|
|
686700
|
+
created_at: Date | null;
|
|
686701
|
+
created_by: string | null;
|
|
686702
|
+
updated_at: Date | null;
|
|
686703
|
+
updated_by: string | null;
|
|
686704
|
+
length: Decimal | null;
|
|
686705
|
+
description: string | null;
|
|
686706
|
+
id_origin_un_locode: string | null;
|
|
686707
|
+
id_destination_un_locode: string | null;
|
|
686708
|
+
id_weight_unit: string | null;
|
|
686709
|
+
id_volume_unit: string | null;
|
|
686710
|
+
id_commodity: string | null;
|
|
686711
|
+
id_forwarding_booking: string | null;
|
|
686712
686712
|
volume: Decimal | null;
|
|
686713
686713
|
id_forwarding_shipment: string | null;
|
|
686714
686714
|
id_package_type: string | null;
|
|
@@ -686767,13 +686767,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686767
686767
|
updated_at: Date | null;
|
|
686768
686768
|
updated_by: string | null;
|
|
686769
686769
|
length: Decimal | null;
|
|
686770
|
+
description: string | null;
|
|
686770
686771
|
id_origin_un_locode: string | null;
|
|
686771
686772
|
id_destination_un_locode: string | null;
|
|
686772
686773
|
id_weight_unit: string | null;
|
|
686773
686774
|
id_volume_unit: string | null;
|
|
686774
686775
|
id_commodity: string | null;
|
|
686775
686776
|
id_forwarding_booking: string | null;
|
|
686776
|
-
description: string | null;
|
|
686777
686777
|
volume: Decimal | null;
|
|
686778
686778
|
id_forwarding_shipment: string | null;
|
|
686779
686779
|
id_package_type: string | null;
|
|
@@ -688738,6 +688738,39 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
688738
688738
|
is_controlling_agent: boolean | null;
|
|
688739
688739
|
is_internal_organization: boolean | null;
|
|
688740
688740
|
}[];
|
|
688741
|
+
organization_service_types: {
|
|
688742
|
+
is_active: boolean | null;
|
|
688743
|
+
id: string;
|
|
688744
|
+
logic_code: string | null;
|
|
688745
|
+
name: string | null;
|
|
688746
|
+
code: string | null;
|
|
688747
|
+
created_at: Date | null;
|
|
688748
|
+
created_by: string | null;
|
|
688749
|
+
updated_at: Date | null;
|
|
688750
|
+
updated_by: string | null;
|
|
688751
|
+
}[];
|
|
688752
|
+
organization_wh_inv_managements: {
|
|
688753
|
+
is_active: boolean | null;
|
|
688754
|
+
id: string;
|
|
688755
|
+
logic_code: string | null;
|
|
688756
|
+
name: string | null;
|
|
688757
|
+
code: string | null;
|
|
688758
|
+
created_at: Date | null;
|
|
688759
|
+
created_by: string | null;
|
|
688760
|
+
updated_at: Date | null;
|
|
688761
|
+
updated_by: string | null;
|
|
688762
|
+
}[];
|
|
688763
|
+
organization_forwarder_details: {
|
|
688764
|
+
is_active: boolean | null;
|
|
688765
|
+
id: string;
|
|
688766
|
+
created_at: Date | null;
|
|
688767
|
+
created_by: string | null;
|
|
688768
|
+
updated_at: Date | null;
|
|
688769
|
+
updated_by: string | null;
|
|
688770
|
+
id_currency: string | null;
|
|
688771
|
+
id_organization: string | null;
|
|
688772
|
+
id_forwarder_category: string | null;
|
|
688773
|
+
} | null;
|
|
688741
688774
|
organization_business_category: {
|
|
688742
688775
|
is_active: boolean | null;
|
|
688743
688776
|
id: string;
|
|
@@ -688826,39 +688859,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
688826
688859
|
is_non_vessel_operator: boolean | null;
|
|
688827
688860
|
is_shipping_line: boolean | null;
|
|
688828
688861
|
} | null;
|
|
688829
|
-
organization_forwarder_details: {
|
|
688830
|
-
is_active: boolean | null;
|
|
688831
|
-
id: string;
|
|
688832
|
-
created_at: Date | null;
|
|
688833
|
-
created_by: string | null;
|
|
688834
|
-
updated_at: Date | null;
|
|
688835
|
-
updated_by: string | null;
|
|
688836
|
-
id_currency: string | null;
|
|
688837
|
-
id_organization: string | null;
|
|
688838
|
-
id_forwarder_category: string | null;
|
|
688839
|
-
} | null;
|
|
688840
|
-
organization_service_types: {
|
|
688841
|
-
is_active: boolean | null;
|
|
688842
|
-
id: string;
|
|
688843
|
-
logic_code: string | null;
|
|
688844
|
-
name: string | null;
|
|
688845
|
-
code: string | null;
|
|
688846
|
-
created_at: Date | null;
|
|
688847
|
-
created_by: string | null;
|
|
688848
|
-
updated_at: Date | null;
|
|
688849
|
-
updated_by: string | null;
|
|
688850
|
-
}[];
|
|
688851
|
-
organization_wh_inv_managements: {
|
|
688852
|
-
is_active: boolean | null;
|
|
688853
|
-
id: string;
|
|
688854
|
-
logic_code: string | null;
|
|
688855
|
-
name: string | null;
|
|
688856
|
-
code: string | null;
|
|
688857
|
-
created_at: Date | null;
|
|
688858
|
-
created_by: string | null;
|
|
688859
|
-
updated_at: Date | null;
|
|
688860
|
-
updated_by: string | null;
|
|
688861
|
-
}[];
|
|
688862
688862
|
receivable_settlement_group_organizations: {
|
|
688863
688863
|
is_active: boolean | null;
|
|
688864
688864
|
id: string;
|
|
@@ -689254,6 +689254,39 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
689254
689254
|
is_controlling_agent: boolean | null;
|
|
689255
689255
|
is_internal_organization: boolean | null;
|
|
689256
689256
|
}[];
|
|
689257
|
+
organization_service_types: {
|
|
689258
|
+
is_active: boolean | null;
|
|
689259
|
+
id: string;
|
|
689260
|
+
logic_code: string | null;
|
|
689261
|
+
name: string | null;
|
|
689262
|
+
code: string | null;
|
|
689263
|
+
created_at: Date | null;
|
|
689264
|
+
created_by: string | null;
|
|
689265
|
+
updated_at: Date | null;
|
|
689266
|
+
updated_by: string | null;
|
|
689267
|
+
}[];
|
|
689268
|
+
organization_wh_inv_managements: {
|
|
689269
|
+
is_active: boolean | null;
|
|
689270
|
+
id: string;
|
|
689271
|
+
logic_code: string | null;
|
|
689272
|
+
name: string | null;
|
|
689273
|
+
code: string | null;
|
|
689274
|
+
created_at: Date | null;
|
|
689275
|
+
created_by: string | null;
|
|
689276
|
+
updated_at: Date | null;
|
|
689277
|
+
updated_by: string | null;
|
|
689278
|
+
}[];
|
|
689279
|
+
organization_forwarder_details: {
|
|
689280
|
+
is_active: boolean | null;
|
|
689281
|
+
id: string;
|
|
689282
|
+
created_at: Date | null;
|
|
689283
|
+
created_by: string | null;
|
|
689284
|
+
updated_at: Date | null;
|
|
689285
|
+
updated_by: string | null;
|
|
689286
|
+
id_currency: string | null;
|
|
689287
|
+
id_organization: string | null;
|
|
689288
|
+
id_forwarder_category: string | null;
|
|
689289
|
+
} | null;
|
|
689257
689290
|
organization_business_category: {
|
|
689258
689291
|
is_active: boolean | null;
|
|
689259
689292
|
id: string;
|
|
@@ -689342,39 +689375,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
689342
689375
|
is_non_vessel_operator: boolean | null;
|
|
689343
689376
|
is_shipping_line: boolean | null;
|
|
689344
689377
|
} | null;
|
|
689345
|
-
organization_forwarder_details: {
|
|
689346
|
-
is_active: boolean | null;
|
|
689347
|
-
id: string;
|
|
689348
|
-
created_at: Date | null;
|
|
689349
|
-
created_by: string | null;
|
|
689350
|
-
updated_at: Date | null;
|
|
689351
|
-
updated_by: string | null;
|
|
689352
|
-
id_currency: string | null;
|
|
689353
|
-
id_organization: string | null;
|
|
689354
|
-
id_forwarder_category: string | null;
|
|
689355
|
-
} | null;
|
|
689356
|
-
organization_service_types: {
|
|
689357
|
-
is_active: boolean | null;
|
|
689358
|
-
id: string;
|
|
689359
|
-
logic_code: string | null;
|
|
689360
|
-
name: string | null;
|
|
689361
|
-
code: string | null;
|
|
689362
|
-
created_at: Date | null;
|
|
689363
|
-
created_by: string | null;
|
|
689364
|
-
updated_at: Date | null;
|
|
689365
|
-
updated_by: string | null;
|
|
689366
|
-
}[];
|
|
689367
|
-
organization_wh_inv_managements: {
|
|
689368
|
-
is_active: boolean | null;
|
|
689369
|
-
id: string;
|
|
689370
|
-
logic_code: string | null;
|
|
689371
|
-
name: string | null;
|
|
689372
|
-
code: string | null;
|
|
689373
|
-
created_at: Date | null;
|
|
689374
|
-
created_by: string | null;
|
|
689375
|
-
updated_at: Date | null;
|
|
689376
|
-
updated_by: string | null;
|
|
689377
|
-
}[];
|
|
689378
689378
|
receivable_settlement_group_organizations: {
|
|
689379
689379
|
is_active: boolean | null;
|
|
689380
689380
|
id: string;
|
|
@@ -694792,33 +694792,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
694792
694792
|
updated_by: string | null;
|
|
694793
694793
|
id_un_locode: string | null;
|
|
694794
694794
|
} | null;
|
|
694795
|
-
organization: {
|
|
694796
|
-
is_active: boolean | null;
|
|
694797
|
-
id: string;
|
|
694798
|
-
logic_code: string | null;
|
|
694799
|
-
name: string | null;
|
|
694800
|
-
id_country: string | null;
|
|
694801
|
-
id_state: string | null;
|
|
694802
|
-
id_city: string | null;
|
|
694803
|
-
id_postal_code: string | null;
|
|
694804
|
-
id_company: string | null;
|
|
694805
|
-
id_branch: string | null;
|
|
694806
|
-
code: string | null;
|
|
694807
|
-
created_at: Date | null;
|
|
694808
|
-
created_by: string | null;
|
|
694809
|
-
updated_at: Date | null;
|
|
694810
|
-
updated_by: string | null;
|
|
694811
|
-
id_un_locode: string | null;
|
|
694812
|
-
email: string | null;
|
|
694813
|
-
id_business_category: string | null;
|
|
694814
|
-
id_controlling_branch: string | null;
|
|
694815
|
-
id_airline: string | null;
|
|
694816
|
-
id_shipping_line: string | null;
|
|
694817
|
-
phone: string | null;
|
|
694818
|
-
website_url: string | null;
|
|
694819
|
-
company_number: string | null;
|
|
694820
|
-
company_tax_number: string | null;
|
|
694821
|
-
} | null;
|
|
694822
694795
|
organization_account_groups: {
|
|
694823
694796
|
is_active: boolean | null;
|
|
694824
694797
|
id: string;
|
|
@@ -694874,6 +694847,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
694874
694847
|
updated_at: Date | null;
|
|
694875
694848
|
updated_by: string | null;
|
|
694876
694849
|
} | null;
|
|
694850
|
+
organization: {
|
|
694851
|
+
is_active: boolean | null;
|
|
694852
|
+
id: string;
|
|
694853
|
+
logic_code: string | null;
|
|
694854
|
+
name: string | null;
|
|
694855
|
+
id_country: string | null;
|
|
694856
|
+
id_state: string | null;
|
|
694857
|
+
id_city: string | null;
|
|
694858
|
+
id_postal_code: string | null;
|
|
694859
|
+
id_company: string | null;
|
|
694860
|
+
id_branch: string | null;
|
|
694861
|
+
code: string | null;
|
|
694862
|
+
created_at: Date | null;
|
|
694863
|
+
created_by: string | null;
|
|
694864
|
+
updated_at: Date | null;
|
|
694865
|
+
updated_by: string | null;
|
|
694866
|
+
id_un_locode: string | null;
|
|
694867
|
+
email: string | null;
|
|
694868
|
+
id_business_category: string | null;
|
|
694869
|
+
id_controlling_branch: string | null;
|
|
694870
|
+
id_airline: string | null;
|
|
694871
|
+
id_shipping_line: string | null;
|
|
694872
|
+
phone: string | null;
|
|
694873
|
+
website_url: string | null;
|
|
694874
|
+
company_number: string | null;
|
|
694875
|
+
company_tax_number: string | null;
|
|
694876
|
+
} | null;
|
|
694877
694877
|
default_currency: {
|
|
694878
694878
|
symbol: string | null;
|
|
694879
694879
|
is_active: boolean | null;
|
|
@@ -694949,34 +694949,18 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
694949
694949
|
updated_by: string | null;
|
|
694950
694950
|
id_un_locode: string | null;
|
|
694951
694951
|
} | null;
|
|
694952
|
-
|
|
694952
|
+
organization_account_groups: {
|
|
694953
694953
|
is_active: boolean | null;
|
|
694954
694954
|
id: string;
|
|
694955
694955
|
logic_code: string | null;
|
|
694956
694956
|
name: string | null;
|
|
694957
|
-
id_country: string | null;
|
|
694958
|
-
id_state: string | null;
|
|
694959
|
-
id_city: string | null;
|
|
694960
|
-
id_postal_code: string | null;
|
|
694961
|
-
id_company: string | null;
|
|
694962
|
-
id_branch: string | null;
|
|
694963
694957
|
code: string | null;
|
|
694964
694958
|
created_at: Date | null;
|
|
694965
694959
|
created_by: string | null;
|
|
694966
694960
|
updated_at: Date | null;
|
|
694967
694961
|
updated_by: string | null;
|
|
694968
|
-
id_un_locode: string | null;
|
|
694969
|
-
email: string | null;
|
|
694970
|
-
id_business_category: string | null;
|
|
694971
|
-
id_controlling_branch: string | null;
|
|
694972
|
-
id_airline: string | null;
|
|
694973
|
-
id_shipping_line: string | null;
|
|
694974
|
-
phone: string | null;
|
|
694975
|
-
website_url: string | null;
|
|
694976
|
-
company_number: string | null;
|
|
694977
|
-
company_tax_number: string | null;
|
|
694978
694962
|
} | null;
|
|
694979
|
-
|
|
694963
|
+
organization_account_relationships: {
|
|
694980
694964
|
is_active: boolean | null;
|
|
694981
694965
|
id: string;
|
|
694982
694966
|
logic_code: string | null;
|
|
@@ -694987,7 +694971,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
694987
694971
|
updated_at: Date | null;
|
|
694988
694972
|
updated_by: string | null;
|
|
694989
694973
|
} | null;
|
|
694990
|
-
|
|
694974
|
+
organization_consolidation_categories: {
|
|
694991
694975
|
is_active: boolean | null;
|
|
694992
694976
|
id: string;
|
|
694993
694977
|
logic_code: string | null;
|
|
@@ -694998,7 +694982,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
694998
694982
|
updated_at: Date | null;
|
|
694999
694983
|
updated_by: string | null;
|
|
695000
694984
|
} | null;
|
|
695001
|
-
|
|
694985
|
+
organization_tax_types: {
|
|
695002
694986
|
is_active: boolean | null;
|
|
695003
694987
|
id: string;
|
|
695004
694988
|
logic_code: string | null;
|
|
@@ -695009,7 +694993,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
695009
694993
|
updated_at: Date | null;
|
|
695010
694994
|
updated_by: string | null;
|
|
695011
694995
|
} | null;
|
|
695012
|
-
|
|
694996
|
+
organization_transaction_restrictions: {
|
|
695013
694997
|
is_active: boolean | null;
|
|
695014
694998
|
id: string;
|
|
695015
694999
|
logic_code: string | null;
|
|
@@ -695020,16 +695004,32 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
695020
695004
|
updated_at: Date | null;
|
|
695021
695005
|
updated_by: string | null;
|
|
695022
695006
|
} | null;
|
|
695023
|
-
|
|
695007
|
+
organization: {
|
|
695024
695008
|
is_active: boolean | null;
|
|
695025
695009
|
id: string;
|
|
695026
695010
|
logic_code: string | null;
|
|
695027
695011
|
name: string | null;
|
|
695012
|
+
id_country: string | null;
|
|
695013
|
+
id_state: string | null;
|
|
695014
|
+
id_city: string | null;
|
|
695015
|
+
id_postal_code: string | null;
|
|
695016
|
+
id_company: string | null;
|
|
695017
|
+
id_branch: string | null;
|
|
695028
695018
|
code: string | null;
|
|
695029
695019
|
created_at: Date | null;
|
|
695030
695020
|
created_by: string | null;
|
|
695031
695021
|
updated_at: Date | null;
|
|
695032
695022
|
updated_by: string | null;
|
|
695023
|
+
id_un_locode: string | null;
|
|
695024
|
+
email: string | null;
|
|
695025
|
+
id_business_category: string | null;
|
|
695026
|
+
id_controlling_branch: string | null;
|
|
695027
|
+
id_airline: string | null;
|
|
695028
|
+
id_shipping_line: string | null;
|
|
695029
|
+
phone: string | null;
|
|
695030
|
+
website_url: string | null;
|
|
695031
|
+
company_number: string | null;
|
|
695032
|
+
company_tax_number: string | null;
|
|
695033
695033
|
} | null;
|
|
695034
695034
|
default_currency: {
|
|
695035
695035
|
symbol: string | null;
|
|
@@ -706486,7 +706486,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
706486
706486
|
updated_by: string | null;
|
|
706487
706487
|
} | null;
|
|
706488
706488
|
id: string;
|
|
706489
|
-
id_service_level: string | null;
|
|
706490
706489
|
id_log_type: string | null;
|
|
706491
706490
|
url: string | null;
|
|
706492
706491
|
params: SimpleJson;
|
|
@@ -706494,6 +706493,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
706494
706493
|
action_by: string | null;
|
|
706495
706494
|
action_id: string | null;
|
|
706496
706495
|
action_at: Date | null;
|
|
706496
|
+
id_service_level: string | null;
|
|
706497
706497
|
}[] | undefined;
|
|
706498
706498
|
total: number | undefined;
|
|
706499
706499
|
};
|
|
@@ -706520,7 +706520,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
706520
706520
|
updated_by: string | null;
|
|
706521
706521
|
} | null;
|
|
706522
706522
|
id: string;
|
|
706523
|
-
id_service_level: string | null;
|
|
706524
706523
|
id_log_type: string | null;
|
|
706525
706524
|
url: string | null;
|
|
706526
706525
|
params: SimpleJson;
|
|
@@ -706528,6 +706527,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
706528
706527
|
action_by: string | null;
|
|
706529
706528
|
action_id: string | null;
|
|
706530
706529
|
action_at: Date | null;
|
|
706530
|
+
id_service_level: string | null;
|
|
706531
706531
|
} | undefined;
|
|
706532
706532
|
};
|
|
706533
706533
|
meta: object;
|
|
@@ -706557,7 +706557,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
706557
706557
|
} | undefined;
|
|
706558
706558
|
log: {
|
|
706559
706559
|
id: string;
|
|
706560
|
-
id_service_level: string | null;
|
|
706561
706560
|
id_log_type: string | null;
|
|
706562
706561
|
url: string | null;
|
|
706563
706562
|
params: SimpleJson;
|
|
@@ -706565,6 +706564,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
706565
706564
|
action_by: string | null;
|
|
706566
706565
|
action_id: string | null;
|
|
706567
706566
|
action_at: Date | null;
|
|
706567
|
+
id_service_level: string | null;
|
|
706568
706568
|
} | undefined;
|
|
706569
706569
|
};
|
|
706570
706570
|
meta: object;
|
|
@@ -706597,7 +706597,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
706597
706597
|
} | undefined;
|
|
706598
706598
|
log: {
|
|
706599
706599
|
id: string;
|
|
706600
|
-
id_service_level: string | null;
|
|
706601
706600
|
id_log_type: string | null;
|
|
706602
706601
|
url: string | null;
|
|
706603
706602
|
params: SimpleJson;
|
|
@@ -706605,6 +706604,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
706605
706604
|
action_by: string | null;
|
|
706606
706605
|
action_id: string | null;
|
|
706607
706606
|
action_at: Date | null;
|
|
706607
|
+
id_service_level: string | null;
|
|
706608
706608
|
} | undefined;
|
|
706609
706609
|
};
|
|
706610
706610
|
meta: object;
|
|
@@ -707040,7 +707040,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707040
707040
|
updated_by: string | null;
|
|
707041
707041
|
} | null;
|
|
707042
707042
|
id: string;
|
|
707043
|
-
id_incoterm: string | null;
|
|
707044
707043
|
id_log_type: string | null;
|
|
707045
707044
|
url: string | null;
|
|
707046
707045
|
params: SimpleJson;
|
|
@@ -707048,6 +707047,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707048
707047
|
action_by: string | null;
|
|
707049
707048
|
action_id: string | null;
|
|
707050
707049
|
action_at: Date | null;
|
|
707050
|
+
id_incoterm: string | null;
|
|
707051
707051
|
}[] | undefined;
|
|
707052
707052
|
total: number | undefined;
|
|
707053
707053
|
};
|
|
@@ -707074,7 +707074,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707074
707074
|
updated_by: string | null;
|
|
707075
707075
|
} | null;
|
|
707076
707076
|
id: string;
|
|
707077
|
-
id_incoterm: string | null;
|
|
707078
707077
|
id_log_type: string | null;
|
|
707079
707078
|
url: string | null;
|
|
707080
707079
|
params: SimpleJson;
|
|
@@ -707082,6 +707081,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707082
707081
|
action_by: string | null;
|
|
707083
707082
|
action_id: string | null;
|
|
707084
707083
|
action_at: Date | null;
|
|
707084
|
+
id_incoterm: string | null;
|
|
707085
707085
|
} | undefined;
|
|
707086
707086
|
};
|
|
707087
707087
|
meta: object;
|
|
@@ -707109,7 +707109,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707109
707109
|
} | undefined;
|
|
707110
707110
|
log: {
|
|
707111
707111
|
id: string;
|
|
707112
|
-
id_incoterm: string | null;
|
|
707113
707112
|
id_log_type: string | null;
|
|
707114
707113
|
url: string | null;
|
|
707115
707114
|
params: SimpleJson;
|
|
@@ -707117,6 +707116,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707117
707116
|
action_by: string | null;
|
|
707118
707117
|
action_id: string | null;
|
|
707119
707118
|
action_at: Date | null;
|
|
707119
|
+
id_incoterm: string | null;
|
|
707120
707120
|
} | undefined;
|
|
707121
707121
|
};
|
|
707122
707122
|
meta: object;
|
|
@@ -707147,7 +707147,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707147
707147
|
} | undefined;
|
|
707148
707148
|
log: {
|
|
707149
707149
|
id: string;
|
|
707150
|
-
id_incoterm: string | null;
|
|
707151
707150
|
id_log_type: string | null;
|
|
707152
707151
|
url: string | null;
|
|
707153
707152
|
params: SimpleJson;
|
|
@@ -707155,6 +707154,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707155
707154
|
action_by: string | null;
|
|
707156
707155
|
action_id: string | null;
|
|
707157
707156
|
action_at: Date | null;
|
|
707157
|
+
id_incoterm: string | null;
|
|
707158
707158
|
} | undefined;
|
|
707159
707159
|
};
|
|
707160
707160
|
meta: object;
|
|
@@ -707407,7 +707407,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707407
707407
|
updated_by: string | null;
|
|
707408
707408
|
} | null;
|
|
707409
707409
|
id: string;
|
|
707410
|
-
id_commodity: string | null;
|
|
707411
707410
|
id_log_type: string | null;
|
|
707412
707411
|
url: string | null;
|
|
707413
707412
|
params: SimpleJson;
|
|
@@ -707415,6 +707414,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707415
707414
|
action_by: string | null;
|
|
707416
707415
|
action_id: string | null;
|
|
707417
707416
|
action_at: Date | null;
|
|
707417
|
+
id_commodity: string | null;
|
|
707418
707418
|
}[] | undefined;
|
|
707419
707419
|
total: number | undefined;
|
|
707420
707420
|
};
|
|
@@ -707441,7 +707441,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707441
707441
|
updated_by: string | null;
|
|
707442
707442
|
} | null;
|
|
707443
707443
|
id: string;
|
|
707444
|
-
id_commodity: string | null;
|
|
707445
707444
|
id_log_type: string | null;
|
|
707446
707445
|
url: string | null;
|
|
707447
707446
|
params: SimpleJson;
|
|
@@ -707449,6 +707448,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707449
707448
|
action_by: string | null;
|
|
707450
707449
|
action_id: string | null;
|
|
707451
707450
|
action_at: Date | null;
|
|
707451
|
+
id_commodity: string | null;
|
|
707452
707452
|
} | undefined;
|
|
707453
707453
|
};
|
|
707454
707454
|
meta: object;
|
|
@@ -707496,7 +707496,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707496
707496
|
} | undefined;
|
|
707497
707497
|
log: {
|
|
707498
707498
|
id: string;
|
|
707499
|
-
id_commodity: string | null;
|
|
707500
707499
|
id_log_type: string | null;
|
|
707501
707500
|
url: string | null;
|
|
707502
707501
|
params: SimpleJson;
|
|
@@ -707504,6 +707503,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707504
707503
|
action_by: string | null;
|
|
707505
707504
|
action_id: string | null;
|
|
707506
707505
|
action_at: Date | null;
|
|
707506
|
+
id_commodity: string | null;
|
|
707507
707507
|
} | undefined;
|
|
707508
707508
|
};
|
|
707509
707509
|
meta: object;
|
|
@@ -707554,7 +707554,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707554
707554
|
} | undefined;
|
|
707555
707555
|
log: {
|
|
707556
707556
|
id: string;
|
|
707557
|
-
id_commodity: string | null;
|
|
707558
707557
|
id_log_type: string | null;
|
|
707559
707558
|
url: string | null;
|
|
707560
707559
|
params: SimpleJson;
|
|
@@ -707562,6 +707561,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707562
707561
|
action_by: string | null;
|
|
707563
707562
|
action_id: string | null;
|
|
707564
707563
|
action_at: Date | null;
|
|
707564
|
+
id_commodity: string | null;
|
|
707565
707565
|
} | undefined;
|
|
707566
707566
|
};
|
|
707567
707567
|
meta: object;
|
|
@@ -712480,7 +712480,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
712480
712480
|
id_system: string | null;
|
|
712481
712481
|
tax_message: string | null;
|
|
712482
712482
|
} | null;
|
|
712483
|
-
|
|
712483
|
+
charge_code_groups: {
|
|
712484
712484
|
is_active: boolean | null;
|
|
712485
712485
|
id: string;
|
|
712486
712486
|
logic_code: string | null;
|
|
@@ -712490,9 +712490,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
712490
712490
|
created_by: string | null;
|
|
712491
712491
|
updated_at: Date | null;
|
|
712492
712492
|
updated_by: string | null;
|
|
712493
|
-
description: string | null;
|
|
712494
712493
|
} | null;
|
|
712495
|
-
|
|
712494
|
+
incoterm: {
|
|
712496
712495
|
is_active: boolean | null;
|
|
712497
712496
|
id: string;
|
|
712498
712497
|
logic_code: string | null;
|
|
@@ -712502,6 +712501,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
712502
712501
|
created_by: string | null;
|
|
712503
712502
|
updated_at: Date | null;
|
|
712504
712503
|
updated_by: string | null;
|
|
712504
|
+
description: string | null;
|
|
712505
712505
|
} | null;
|
|
712506
712506
|
charge_code_type: {
|
|
712507
712507
|
is_active: boolean | null;
|
|
@@ -712755,7 +712755,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
712755
712755
|
id_system: string | null;
|
|
712756
712756
|
tax_message: string | null;
|
|
712757
712757
|
} | null;
|
|
712758
|
-
|
|
712758
|
+
charge_code_groups: {
|
|
712759
712759
|
is_active: boolean | null;
|
|
712760
712760
|
id: string;
|
|
712761
712761
|
logic_code: string | null;
|
|
@@ -712765,9 +712765,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
712765
712765
|
created_by: string | null;
|
|
712766
712766
|
updated_at: Date | null;
|
|
712767
712767
|
updated_by: string | null;
|
|
712768
|
-
description: string | null;
|
|
712769
712768
|
} | null;
|
|
712770
|
-
|
|
712769
|
+
incoterm: {
|
|
712771
712770
|
is_active: boolean | null;
|
|
712772
712771
|
id: string;
|
|
712773
712772
|
logic_code: string | null;
|
|
@@ -712777,6 +712776,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
712777
712776
|
created_by: string | null;
|
|
712778
712777
|
updated_at: Date | null;
|
|
712779
712778
|
updated_by: string | null;
|
|
712779
|
+
description: string | null;
|
|
712780
712780
|
} | null;
|
|
712781
712781
|
charge_code_type: {
|
|
712782
712782
|
is_active: boolean | null;
|
|
@@ -718762,13 +718762,13 @@ declare const systemRouter: BuiltRouter<{
|
|
|
718762
718762
|
} | null;
|
|
718763
718763
|
id: string;
|
|
718764
718764
|
id_log_type: string | null;
|
|
718765
|
+
id_forwarding_transport_type: string | null;
|
|
718765
718766
|
url: string | null;
|
|
718766
718767
|
params: SimpleJson;
|
|
718767
718768
|
action: string | null;
|
|
718768
718769
|
action_by: string | null;
|
|
718769
718770
|
action_id: string | null;
|
|
718770
718771
|
action_at: Date | null;
|
|
718771
|
-
id_forwarding_transport_type: string | null;
|
|
718772
718772
|
}[] | undefined;
|
|
718773
718773
|
total: number | undefined;
|
|
718774
718774
|
};
|
|
@@ -718796,13 +718796,13 @@ declare const systemRouter: BuiltRouter<{
|
|
|
718796
718796
|
} | null;
|
|
718797
718797
|
id: string;
|
|
718798
718798
|
id_log_type: string | null;
|
|
718799
|
+
id_forwarding_transport_type: string | null;
|
|
718799
718800
|
url: string | null;
|
|
718800
718801
|
params: SimpleJson;
|
|
718801
718802
|
action: string | null;
|
|
718802
718803
|
action_by: string | null;
|
|
718803
718804
|
action_id: string | null;
|
|
718804
718805
|
action_at: Date | null;
|
|
718805
|
-
id_forwarding_transport_type: string | null;
|
|
718806
718806
|
} | undefined;
|
|
718807
718807
|
};
|
|
718808
718808
|
meta: object;
|
|
@@ -718829,13 +718829,13 @@ declare const systemRouter: BuiltRouter<{
|
|
|
718829
718829
|
log: {
|
|
718830
718830
|
id: string;
|
|
718831
718831
|
id_log_type: string | null;
|
|
718832
|
+
id_forwarding_transport_type: string | null;
|
|
718832
718833
|
url: string | null;
|
|
718833
718834
|
params: SimpleJson;
|
|
718834
718835
|
action: string | null;
|
|
718835
718836
|
action_by: string | null;
|
|
718836
718837
|
action_id: string | null;
|
|
718837
718838
|
action_at: Date | null;
|
|
718838
|
-
id_forwarding_transport_type: string | null;
|
|
718839
718839
|
} | undefined;
|
|
718840
718840
|
} | undefined;
|
|
718841
718841
|
meta: object;
|
|
@@ -718865,212 +718865,75 @@ declare const systemRouter: BuiltRouter<{
|
|
|
718865
718865
|
log: {
|
|
718866
718866
|
id: string;
|
|
718867
718867
|
id_log_type: string | null;
|
|
718868
|
+
id_forwarding_transport_type: string | null;
|
|
718868
718869
|
url: string | null;
|
|
718869
718870
|
params: SimpleJson;
|
|
718870
718871
|
action: string | null;
|
|
718871
718872
|
action_by: string | null;
|
|
718872
718873
|
action_id: string | null;
|
|
718873
718874
|
action_at: Date | null;
|
|
718874
|
-
id_forwarding_transport_type: string | null;
|
|
718875
718875
|
} | undefined;
|
|
718876
718876
|
} | undefined;
|
|
718877
718877
|
meta: object;
|
|
718878
718878
|
}>;
|
|
718879
|
-
|
|
718880
|
-
input: {
|
|
718881
|
-
id?: string | number | bigint | null | undefined;
|
|
718882
|
-
ids?: (string | number | bigint)[] | null | undefined;
|
|
718883
|
-
id_string?: string | null | undefined;
|
|
718884
|
-
ids_string?: string[] | null | undefined;
|
|
718885
|
-
};
|
|
718886
|
-
output: {
|
|
718887
|
-
data: ({
|
|
718888
|
-
is_active: boolean | null;
|
|
718889
|
-
id: string;
|
|
718890
|
-
logic_code: string | null;
|
|
718891
|
-
name: string | null;
|
|
718892
|
-
code: string | null;
|
|
718893
|
-
created_at: Date | null;
|
|
718894
|
-
created_by: string | null;
|
|
718895
|
-
updated_at: Date | null;
|
|
718896
|
-
updated_by: string | null;
|
|
718897
|
-
} | undefined)[] | undefined;
|
|
718898
|
-
} | undefined;
|
|
718899
|
-
meta: object;
|
|
718900
|
-
}>;
|
|
718901
|
-
}>>;
|
|
718902
|
-
containerShippingTypes: BuiltRouter<{
|
|
718903
|
-
ctx: Context;
|
|
718904
|
-
meta: object;
|
|
718905
|
-
errorShape: DefaultErrorShape;
|
|
718906
|
-
transformer: false;
|
|
718907
|
-
}, DecorateCreateRouterOptions<{
|
|
718908
|
-
get: MutationProcedure<{
|
|
718879
|
+
upsertBatch: MutationProcedure<{
|
|
718909
718880
|
input: {
|
|
718910
|
-
|
|
718911
|
-
|
|
718912
|
-
|
|
718913
|
-
|
|
718914
|
-
|
|
718915
|
-
|
|
718916
|
-
|
|
718917
|
-
|
|
718918
|
-
|
|
718919
|
-
|
|
718920
|
-
|
|
718921
|
-
|
|
718922
|
-
|
|
718923
|
-
end_date?: string | null | undefined;
|
|
718924
|
-
} | null | undefined;
|
|
718925
|
-
updated_at?: {
|
|
718926
|
-
start_date?: string | null | undefined;
|
|
718927
|
-
end_date?: string | null | undefined;
|
|
718928
|
-
} | null | undefined;
|
|
718929
|
-
order_by?: {
|
|
718930
|
-
field: string;
|
|
718931
|
-
direction: "asc" | "desc";
|
|
718932
|
-
} | null | undefined;
|
|
718933
|
-
order_bys?: {
|
|
718934
|
-
field: string;
|
|
718935
|
-
direction: "asc" | "desc";
|
|
718936
|
-
}[] | null | undefined;
|
|
718937
|
-
};
|
|
718938
|
-
output: {
|
|
718939
|
-
data: {
|
|
718940
|
-
is_active: boolean | null;
|
|
718941
|
-
id: string;
|
|
718942
|
-
logic_code: string | null;
|
|
718943
|
-
name: string | null;
|
|
718944
|
-
code: string | null;
|
|
718945
|
-
created_at: Date | null;
|
|
718946
|
-
created_by: string | null;
|
|
718947
|
-
updated_at: Date | null;
|
|
718948
|
-
updated_by: string | null;
|
|
718881
|
+
create?: {
|
|
718882
|
+
is_active?: string | number | boolean | null | undefined;
|
|
718883
|
+
code?: string | null | undefined;
|
|
718884
|
+
name?: string | null | undefined;
|
|
718885
|
+
}[] | undefined;
|
|
718886
|
+
update?: {
|
|
718887
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
718888
|
+
id?: string | number | bigint | null | undefined;
|
|
718889
|
+
id_string?: string | null | undefined;
|
|
718890
|
+
logic_code?: string | null | undefined;
|
|
718891
|
+
is_active?: string | number | boolean | null | undefined;
|
|
718892
|
+
code?: string | null | undefined;
|
|
718893
|
+
name?: string | null | undefined;
|
|
718949
718894
|
}[] | undefined;
|
|
718950
|
-
total: number | undefined;
|
|
718951
|
-
};
|
|
718952
|
-
meta: object;
|
|
718953
|
-
}>;
|
|
718954
|
-
getDetail: MutationProcedure<{
|
|
718955
|
-
input: {
|
|
718956
|
-
is_active?: (string | number | boolean)[] | null | undefined;
|
|
718957
|
-
is_system?: (string | number | boolean)[] | null | undefined;
|
|
718958
|
-
id?: string | number | bigint | null | undefined;
|
|
718959
|
-
id_string?: string | null | undefined;
|
|
718960
|
-
logic_code?: string | null | undefined;
|
|
718961
718895
|
};
|
|
718962
718896
|
output: {
|
|
718963
|
-
|
|
718964
|
-
_count: {
|
|
718965
|
-
container_shipping_type_logs: number;
|
|
718966
|
-
forwarding_bookings: number;
|
|
718967
|
-
forwarding_shipments: number;
|
|
718968
|
-
forwarding_consoles: number;
|
|
718969
|
-
forwarding_console_containers: number;
|
|
718970
|
-
forwarding_shipment_hbl_delivery_modes: number;
|
|
718971
|
-
};
|
|
718972
|
-
is_active: boolean | null;
|
|
718973
|
-
id: string;
|
|
718974
|
-
logic_code: string | null;
|
|
718975
|
-
name: string | null;
|
|
718976
|
-
code: string | null;
|
|
718977
|
-
created_at: Date | null;
|
|
718978
|
-
created_by: string | null;
|
|
718979
|
-
updated_at: Date | null;
|
|
718980
|
-
updated_by: string | null;
|
|
718981
|
-
};
|
|
718982
|
-
};
|
|
718983
|
-
meta: object;
|
|
718984
|
-
}>;
|
|
718985
|
-
histories: BuiltRouter<{
|
|
718986
|
-
ctx: Context;
|
|
718987
|
-
meta: object;
|
|
718988
|
-
errorShape: DefaultErrorShape;
|
|
718989
|
-
transformer: false;
|
|
718990
|
-
}, DecorateCreateRouterOptions<{
|
|
718991
|
-
get: MutationProcedure<{
|
|
718992
|
-
input: {
|
|
718993
|
-
search?: string | null | undefined;
|
|
718994
|
-
take?: string | number | null | undefined;
|
|
718995
|
-
skip?: string | number | null | undefined;
|
|
718996
|
-
is_active?: (string | number | boolean)[] | null | undefined;
|
|
718997
|
-
is_system?: (string | number | boolean)[] | null | undefined;
|
|
718998
|
-
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
718999
|
-
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
719000
|
-
ids_string_include?: string[] | null | undefined;
|
|
719001
|
-
ids_string_exclude?: string[] | null | undefined;
|
|
719002
|
-
logic_codes_include?: string[] | null | undefined;
|
|
719003
|
-
logic_codes_exclude?: string[] | null | undefined;
|
|
719004
|
-
created_at?: {
|
|
719005
|
-
start_date?: string | null | undefined;
|
|
719006
|
-
end_date?: string | null | undefined;
|
|
719007
|
-
} | null | undefined;
|
|
719008
|
-
updated_at?: {
|
|
719009
|
-
start_date?: string | null | undefined;
|
|
719010
|
-
end_date?: string | null | undefined;
|
|
719011
|
-
} | null | undefined;
|
|
719012
|
-
order_by?: {
|
|
719013
|
-
field: string;
|
|
719014
|
-
direction: "asc" | "desc";
|
|
719015
|
-
} | null | undefined;
|
|
719016
|
-
order_bys?: {
|
|
719017
|
-
field: string;
|
|
719018
|
-
direction: "asc" | "desc";
|
|
719019
|
-
}[] | null | undefined;
|
|
719020
|
-
id_log_type?: string | number | bigint | null | undefined;
|
|
719021
|
-
ids_log_type?: (string | number | bigint)[] | null | undefined;
|
|
719022
|
-
id_container_shipping_type?: string | number | bigint | null | undefined;
|
|
719023
|
-
ids_container_shipping_type?: (string | number | bigint)[] | null | undefined;
|
|
719024
|
-
};
|
|
719025
|
-
output: {
|
|
718897
|
+
createdData: ({
|
|
719026
718898
|
data: {
|
|
719027
|
-
|
|
719028
|
-
|
|
719029
|
-
|
|
719030
|
-
|
|
719031
|
-
|
|
719032
|
-
|
|
719033
|
-
|
|
719034
|
-
|
|
719035
|
-
|
|
719036
|
-
|
|
718899
|
+
is_active: boolean | null;
|
|
718900
|
+
id: string;
|
|
718901
|
+
logic_code: string | null;
|
|
718902
|
+
name: string | null;
|
|
718903
|
+
code: string | null;
|
|
718904
|
+
created_at: Date | null;
|
|
718905
|
+
created_by: string | null;
|
|
718906
|
+
updated_at: Date | null;
|
|
718907
|
+
updated_by: string | null;
|
|
718908
|
+
};
|
|
718909
|
+
log: {
|
|
719037
718910
|
id: string;
|
|
719038
|
-
id_container_shipping_type: string | null;
|
|
719039
718911
|
id_log_type: string | null;
|
|
718912
|
+
id_forwarding_transport_type: string | null;
|
|
719040
718913
|
url: string | null;
|
|
719041
718914
|
params: SimpleJson;
|
|
719042
718915
|
action: string | null;
|
|
719043
718916
|
action_by: string | null;
|
|
719044
718917
|
action_id: string | null;
|
|
719045
718918
|
action_at: Date | null;
|
|
719046
|
-
}
|
|
719047
|
-
|
|
719048
|
-
|
|
719049
|
-
meta: object;
|
|
719050
|
-
}>;
|
|
719051
|
-
getDetail: MutationProcedure<{
|
|
719052
|
-
input: {
|
|
719053
|
-
is_active?: (string | number | boolean)[] | null | undefined;
|
|
719054
|
-
is_system?: (string | number | boolean)[] | null | undefined;
|
|
719055
|
-
id?: string | number | bigint | null | undefined;
|
|
719056
|
-
id_string?: string | null | undefined;
|
|
719057
|
-
logic_code?: string | null | undefined;
|
|
719058
|
-
};
|
|
719059
|
-
output: {
|
|
718919
|
+
} | undefined;
|
|
718920
|
+
} | undefined)[];
|
|
718921
|
+
updatedData: ({
|
|
719060
718922
|
data: {
|
|
719061
|
-
|
|
719062
|
-
|
|
719063
|
-
|
|
719064
|
-
|
|
719065
|
-
|
|
719066
|
-
|
|
719067
|
-
|
|
719068
|
-
|
|
719069
|
-
|
|
719070
|
-
|
|
718923
|
+
is_active: boolean | null;
|
|
718924
|
+
id: string;
|
|
718925
|
+
logic_code: string | null;
|
|
718926
|
+
name: string | null;
|
|
718927
|
+
code: string | null;
|
|
718928
|
+
created_at: Date | null;
|
|
718929
|
+
created_by: string | null;
|
|
718930
|
+
updated_at: Date | null;
|
|
718931
|
+
updated_by: string | null;
|
|
718932
|
+
};
|
|
718933
|
+
log: {
|
|
719071
718934
|
id: string;
|
|
719072
|
-
id_container_shipping_type: string | null;
|
|
719073
718935
|
id_log_type: string | null;
|
|
718936
|
+
id_forwarding_transport_type: string | null;
|
|
719074
718937
|
url: string | null;
|
|
719075
718938
|
params: SimpleJson;
|
|
719076
718939
|
action: string | null;
|
|
@@ -719078,75 +718941,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719078
718941
|
action_id: string | null;
|
|
719079
718942
|
action_at: Date | null;
|
|
719080
718943
|
} | undefined;
|
|
719081
|
-
};
|
|
719082
|
-
meta: object;
|
|
719083
|
-
}>;
|
|
719084
|
-
}>>;
|
|
719085
|
-
create: MutationProcedure<{
|
|
719086
|
-
input: {
|
|
719087
|
-
is_active?: string | number | boolean | null | undefined;
|
|
719088
|
-
code?: string | null | undefined;
|
|
719089
|
-
name?: string | null | undefined;
|
|
719090
|
-
};
|
|
719091
|
-
output: {
|
|
719092
|
-
data: {
|
|
719093
|
-
is_active: boolean | null;
|
|
719094
|
-
id: string;
|
|
719095
|
-
logic_code: string | null;
|
|
719096
|
-
name: string | null;
|
|
719097
|
-
code: string | null;
|
|
719098
|
-
created_at: Date | null;
|
|
719099
|
-
created_by: string | null;
|
|
719100
|
-
updated_at: Date | null;
|
|
719101
|
-
updated_by: string | null;
|
|
719102
|
-
};
|
|
719103
|
-
log: {
|
|
719104
|
-
id: string;
|
|
719105
|
-
id_container_shipping_type: string | null;
|
|
719106
|
-
id_log_type: string | null;
|
|
719107
|
-
url: string | null;
|
|
719108
|
-
params: SimpleJson;
|
|
719109
|
-
action: string | null;
|
|
719110
|
-
action_by: string | null;
|
|
719111
|
-
action_id: string | null;
|
|
719112
|
-
action_at: Date | null;
|
|
719113
|
-
} | undefined;
|
|
719114
|
-
} | undefined;
|
|
719115
|
-
meta: object;
|
|
719116
|
-
}>;
|
|
719117
|
-
update: MutationProcedure<{
|
|
719118
|
-
input: {
|
|
719119
|
-
is_system?: (string | number | boolean)[] | null | undefined;
|
|
719120
|
-
id?: string | number | bigint | null | undefined;
|
|
719121
|
-
id_string?: string | null | undefined;
|
|
719122
|
-
logic_code?: string | null | undefined;
|
|
719123
|
-
is_active?: string | number | boolean | null | undefined;
|
|
719124
|
-
code?: string | null | undefined;
|
|
719125
|
-
name?: string | null | undefined;
|
|
719126
|
-
};
|
|
719127
|
-
output: {
|
|
719128
|
-
data: {
|
|
719129
|
-
is_active: boolean | null;
|
|
719130
|
-
id: string;
|
|
719131
|
-
logic_code: string | null;
|
|
719132
|
-
name: string | null;
|
|
719133
|
-
code: string | null;
|
|
719134
|
-
created_at: Date | null;
|
|
719135
|
-
created_by: string | null;
|
|
719136
|
-
updated_at: Date | null;
|
|
719137
|
-
updated_by: string | null;
|
|
719138
|
-
};
|
|
719139
|
-
log: {
|
|
719140
|
-
id: string;
|
|
719141
|
-
id_container_shipping_type: string | null;
|
|
719142
|
-
id_log_type: string | null;
|
|
719143
|
-
url: string | null;
|
|
719144
|
-
params: SimpleJson;
|
|
719145
|
-
action: string | null;
|
|
719146
|
-
action_by: string | null;
|
|
719147
|
-
action_id: string | null;
|
|
719148
|
-
action_at: Date | null;
|
|
719149
|
-
} | undefined;
|
|
718944
|
+
} | undefined)[];
|
|
719150
718945
|
} | undefined;
|
|
719151
718946
|
meta: object;
|
|
719152
718947
|
}>;
|
|
@@ -719173,7 +718968,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719173
718968
|
meta: object;
|
|
719174
718969
|
}>;
|
|
719175
718970
|
}>>;
|
|
719176
|
-
|
|
718971
|
+
containerShippingTypes: BuiltRouter<{
|
|
719177
718972
|
ctx: Context;
|
|
719178
718973
|
meta: object;
|
|
719179
718974
|
errorShape: DefaultErrorShape;
|
|
@@ -719236,8 +719031,12 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719236
719031
|
output: {
|
|
719237
719032
|
data: {
|
|
719238
719033
|
_count: {
|
|
719239
|
-
|
|
719034
|
+
container_shipping_type_logs: number;
|
|
719035
|
+
forwarding_bookings: number;
|
|
719240
719036
|
forwarding_shipments: number;
|
|
719037
|
+
forwarding_consoles: number;
|
|
719038
|
+
forwarding_console_containers: number;
|
|
719039
|
+
forwarding_shipment_hbl_delivery_modes: number;
|
|
719241
719040
|
};
|
|
719242
719041
|
is_active: boolean | null;
|
|
719243
719042
|
id: string;
|
|
@@ -719289,8 +719088,8 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719289
719088
|
}[] | null | undefined;
|
|
719290
719089
|
id_log_type?: string | number | bigint | null | undefined;
|
|
719291
719090
|
ids_log_type?: (string | number | bigint)[] | null | undefined;
|
|
719292
|
-
|
|
719293
|
-
|
|
719091
|
+
id_container_shipping_type?: string | number | bigint | null | undefined;
|
|
719092
|
+
ids_container_shipping_type?: (string | number | bigint)[] | null | undefined;
|
|
719294
719093
|
};
|
|
719295
719094
|
output: {
|
|
719296
719095
|
data: {
|
|
@@ -719312,7 +719111,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719312
719111
|
action_by: string | null;
|
|
719313
719112
|
action_id: string | null;
|
|
719314
719113
|
action_at: Date | null;
|
|
719315
|
-
|
|
719114
|
+
id_container_shipping_type: string | null;
|
|
719316
719115
|
}[] | undefined;
|
|
719317
719116
|
total: number | undefined;
|
|
719318
719117
|
};
|
|
@@ -719346,7 +719145,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719346
719145
|
action_by: string | null;
|
|
719347
719146
|
action_id: string | null;
|
|
719348
719147
|
action_at: Date | null;
|
|
719349
|
-
|
|
719148
|
+
id_container_shipping_type: string | null;
|
|
719350
719149
|
} | undefined;
|
|
719351
719150
|
};
|
|
719352
719151
|
meta: object;
|
|
@@ -719379,7 +719178,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719379
719178
|
action_by: string | null;
|
|
719380
719179
|
action_id: string | null;
|
|
719381
719180
|
action_at: Date | null;
|
|
719382
|
-
|
|
719181
|
+
id_container_shipping_type: string | null;
|
|
719383
719182
|
} | undefined;
|
|
719384
719183
|
} | undefined;
|
|
719385
719184
|
meta: object;
|
|
@@ -719415,11 +719214,80 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719415
719214
|
action_by: string | null;
|
|
719416
719215
|
action_id: string | null;
|
|
719417
719216
|
action_at: Date | null;
|
|
719418
|
-
|
|
719217
|
+
id_container_shipping_type: string | null;
|
|
719419
719218
|
} | undefined;
|
|
719420
719219
|
} | undefined;
|
|
719421
719220
|
meta: object;
|
|
719422
719221
|
}>;
|
|
719222
|
+
upsertBatch: MutationProcedure<{
|
|
719223
|
+
input: {
|
|
719224
|
+
create?: {
|
|
719225
|
+
is_active?: string | number | boolean | null | undefined;
|
|
719226
|
+
code?: string | null | undefined;
|
|
719227
|
+
name?: string | null | undefined;
|
|
719228
|
+
}[] | undefined;
|
|
719229
|
+
update?: {
|
|
719230
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
719231
|
+
id?: string | number | bigint | null | undefined;
|
|
719232
|
+
id_string?: string | null | undefined;
|
|
719233
|
+
logic_code?: string | null | undefined;
|
|
719234
|
+
is_active?: string | number | boolean | null | undefined;
|
|
719235
|
+
code?: string | null | undefined;
|
|
719236
|
+
name?: string | null | undefined;
|
|
719237
|
+
}[] | undefined;
|
|
719238
|
+
};
|
|
719239
|
+
output: {
|
|
719240
|
+
createdData: ({
|
|
719241
|
+
data: {
|
|
719242
|
+
is_active: boolean | null;
|
|
719243
|
+
id: string;
|
|
719244
|
+
logic_code: string | null;
|
|
719245
|
+
name: string | null;
|
|
719246
|
+
code: string | null;
|
|
719247
|
+
created_at: Date | null;
|
|
719248
|
+
created_by: string | null;
|
|
719249
|
+
updated_at: Date | null;
|
|
719250
|
+
updated_by: string | null;
|
|
719251
|
+
};
|
|
719252
|
+
log: {
|
|
719253
|
+
id: string;
|
|
719254
|
+
id_log_type: string | null;
|
|
719255
|
+
url: string | null;
|
|
719256
|
+
params: SimpleJson;
|
|
719257
|
+
action: string | null;
|
|
719258
|
+
action_by: string | null;
|
|
719259
|
+
action_id: string | null;
|
|
719260
|
+
action_at: Date | null;
|
|
719261
|
+
id_container_shipping_type: string | null;
|
|
719262
|
+
} | undefined;
|
|
719263
|
+
} | undefined)[];
|
|
719264
|
+
updatedData: ({
|
|
719265
|
+
data: {
|
|
719266
|
+
is_active: boolean | null;
|
|
719267
|
+
id: string;
|
|
719268
|
+
logic_code: string | null;
|
|
719269
|
+
name: string | null;
|
|
719270
|
+
code: string | null;
|
|
719271
|
+
created_at: Date | null;
|
|
719272
|
+
created_by: string | null;
|
|
719273
|
+
updated_at: Date | null;
|
|
719274
|
+
updated_by: string | null;
|
|
719275
|
+
};
|
|
719276
|
+
log: {
|
|
719277
|
+
id: string;
|
|
719278
|
+
id_log_type: string | null;
|
|
719279
|
+
url: string | null;
|
|
719280
|
+
params: SimpleJson;
|
|
719281
|
+
action: string | null;
|
|
719282
|
+
action_by: string | null;
|
|
719283
|
+
action_id: string | null;
|
|
719284
|
+
action_at: Date | null;
|
|
719285
|
+
id_container_shipping_type: string | null;
|
|
719286
|
+
} | undefined;
|
|
719287
|
+
} | undefined)[];
|
|
719288
|
+
} | undefined;
|
|
719289
|
+
meta: object;
|
|
719290
|
+
}>;
|
|
719423
719291
|
delete: MutationProcedure<{
|
|
719424
719292
|
input: {
|
|
719425
719293
|
id?: string | number | bigint | null | undefined;
|
|
@@ -719443,14 +719311,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719443
719311
|
meta: object;
|
|
719444
719312
|
}>;
|
|
719445
719313
|
}>>;
|
|
719446
|
-
|
|
719447
|
-
shipmentDetails: BuiltRouter<{
|
|
719448
|
-
ctx: Context;
|
|
719449
|
-
meta: object;
|
|
719450
|
-
errorShape: DefaultErrorShape;
|
|
719451
|
-
transformer: false;
|
|
719452
|
-
}, DecorateCreateRouterOptions<{
|
|
719453
|
-
forwardingShipmentReleaseTypes: BuiltRouter<{
|
|
719314
|
+
forwardingShipmentTypes: BuiltRouter<{
|
|
719454
719315
|
ctx: Context;
|
|
719455
719316
|
meta: object;
|
|
719456
719317
|
errorShape: DefaultErrorShape;
|
|
@@ -719513,8 +719374,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719513
719374
|
output: {
|
|
719514
719375
|
data: {
|
|
719515
719376
|
_count: {
|
|
719516
|
-
|
|
719517
|
-
forwarding_bookings: number;
|
|
719377
|
+
forwarding_shipment_type_logs: number;
|
|
719518
719378
|
forwarding_shipments: number;
|
|
719519
719379
|
};
|
|
719520
719380
|
is_active: boolean | null;
|
|
@@ -719567,8 +719427,8 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719567
719427
|
}[] | null | undefined;
|
|
719568
719428
|
id_log_type?: string | number | bigint | null | undefined;
|
|
719569
719429
|
ids_log_type?: (string | number | bigint)[] | null | undefined;
|
|
719570
|
-
|
|
719571
|
-
|
|
719430
|
+
id_forwarding_shipment_type?: string | number | bigint | null | undefined;
|
|
719431
|
+
ids_forwarding_shipment_type?: (string | number | bigint)[] | null | undefined;
|
|
719572
719432
|
};
|
|
719573
719433
|
output: {
|
|
719574
719434
|
data: {
|
|
@@ -719590,7 +719450,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719590
719450
|
action_by: string | null;
|
|
719591
719451
|
action_id: string | null;
|
|
719592
719452
|
action_at: Date | null;
|
|
719593
|
-
|
|
719453
|
+
id_forwarding_shipment_type: string | null;
|
|
719594
719454
|
}[] | undefined;
|
|
719595
719455
|
total: number | undefined;
|
|
719596
719456
|
};
|
|
@@ -719624,7 +719484,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719624
719484
|
action_by: string | null;
|
|
719625
719485
|
action_id: string | null;
|
|
719626
719486
|
action_at: Date | null;
|
|
719627
|
-
|
|
719487
|
+
id_forwarding_shipment_type: string | null;
|
|
719628
719488
|
} | undefined;
|
|
719629
719489
|
};
|
|
719630
719490
|
meta: object;
|
|
@@ -719657,7 +719517,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719657
719517
|
action_by: string | null;
|
|
719658
719518
|
action_id: string | null;
|
|
719659
719519
|
action_at: Date | null;
|
|
719660
|
-
|
|
719520
|
+
id_forwarding_shipment_type: string | null;
|
|
719661
719521
|
} | undefined;
|
|
719662
719522
|
} | undefined;
|
|
719663
719523
|
meta: object;
|
|
@@ -719693,11 +719553,80 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719693
719553
|
action_by: string | null;
|
|
719694
719554
|
action_id: string | null;
|
|
719695
719555
|
action_at: Date | null;
|
|
719696
|
-
|
|
719556
|
+
id_forwarding_shipment_type: string | null;
|
|
719697
719557
|
} | undefined;
|
|
719698
719558
|
} | undefined;
|
|
719699
719559
|
meta: object;
|
|
719700
719560
|
}>;
|
|
719561
|
+
upsertBatch: MutationProcedure<{
|
|
719562
|
+
input: {
|
|
719563
|
+
create?: {
|
|
719564
|
+
is_active?: string | number | boolean | null | undefined;
|
|
719565
|
+
code?: string | null | undefined;
|
|
719566
|
+
name?: string | null | undefined;
|
|
719567
|
+
}[] | undefined;
|
|
719568
|
+
update?: {
|
|
719569
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
719570
|
+
id?: string | number | bigint | null | undefined;
|
|
719571
|
+
id_string?: string | null | undefined;
|
|
719572
|
+
logic_code?: string | null | undefined;
|
|
719573
|
+
is_active?: string | number | boolean | null | undefined;
|
|
719574
|
+
code?: string | null | undefined;
|
|
719575
|
+
name?: string | null | undefined;
|
|
719576
|
+
}[] | undefined;
|
|
719577
|
+
};
|
|
719578
|
+
output: {
|
|
719579
|
+
createdData: ({
|
|
719580
|
+
data: {
|
|
719581
|
+
is_active: boolean | null;
|
|
719582
|
+
id: string;
|
|
719583
|
+
logic_code: string | null;
|
|
719584
|
+
name: string | null;
|
|
719585
|
+
code: string | null;
|
|
719586
|
+
created_at: Date | null;
|
|
719587
|
+
created_by: string | null;
|
|
719588
|
+
updated_at: Date | null;
|
|
719589
|
+
updated_by: string | null;
|
|
719590
|
+
};
|
|
719591
|
+
log: {
|
|
719592
|
+
id: string;
|
|
719593
|
+
id_log_type: string | null;
|
|
719594
|
+
url: string | null;
|
|
719595
|
+
params: SimpleJson;
|
|
719596
|
+
action: string | null;
|
|
719597
|
+
action_by: string | null;
|
|
719598
|
+
action_id: string | null;
|
|
719599
|
+
action_at: Date | null;
|
|
719600
|
+
id_forwarding_shipment_type: string | null;
|
|
719601
|
+
} | undefined;
|
|
719602
|
+
} | undefined)[];
|
|
719603
|
+
updatedData: ({
|
|
719604
|
+
data: {
|
|
719605
|
+
is_active: boolean | null;
|
|
719606
|
+
id: string;
|
|
719607
|
+
logic_code: string | null;
|
|
719608
|
+
name: string | null;
|
|
719609
|
+
code: string | null;
|
|
719610
|
+
created_at: Date | null;
|
|
719611
|
+
created_by: string | null;
|
|
719612
|
+
updated_at: Date | null;
|
|
719613
|
+
updated_by: string | null;
|
|
719614
|
+
};
|
|
719615
|
+
log: {
|
|
719616
|
+
id: string;
|
|
719617
|
+
id_log_type: string | null;
|
|
719618
|
+
url: string | null;
|
|
719619
|
+
params: SimpleJson;
|
|
719620
|
+
action: string | null;
|
|
719621
|
+
action_by: string | null;
|
|
719622
|
+
action_id: string | null;
|
|
719623
|
+
action_at: Date | null;
|
|
719624
|
+
id_forwarding_shipment_type: string | null;
|
|
719625
|
+
} | undefined;
|
|
719626
|
+
} | undefined)[];
|
|
719627
|
+
} | undefined;
|
|
719628
|
+
meta: object;
|
|
719629
|
+
}>;
|
|
719701
719630
|
delete: MutationProcedure<{
|
|
719702
719631
|
input: {
|
|
719703
719632
|
id?: string | number | bigint | null | undefined;
|
|
@@ -719721,7 +719650,14 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719721
719650
|
meta: object;
|
|
719722
719651
|
}>;
|
|
719723
719652
|
}>>;
|
|
719724
|
-
|
|
719653
|
+
}>>;
|
|
719654
|
+
shipmentDetails: BuiltRouter<{
|
|
719655
|
+
ctx: Context;
|
|
719656
|
+
meta: object;
|
|
719657
|
+
errorShape: DefaultErrorShape;
|
|
719658
|
+
transformer: false;
|
|
719659
|
+
}, DecorateCreateRouterOptions<{
|
|
719660
|
+
forwardingShipmentReleaseTypes: BuiltRouter<{
|
|
719725
719661
|
ctx: Context;
|
|
719726
719662
|
meta: object;
|
|
719727
719663
|
errorShape: DefaultErrorShape;
|
|
@@ -719784,7 +719720,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719784
719720
|
output: {
|
|
719785
719721
|
data: {
|
|
719786
719722
|
_count: {
|
|
719787
|
-
|
|
719723
|
+
forwarding_shipment_release_type_logs: number;
|
|
719788
719724
|
forwarding_bookings: number;
|
|
719789
719725
|
forwarding_shipments: number;
|
|
719790
719726
|
};
|
|
@@ -719838,8 +719774,8 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719838
719774
|
}[] | null | undefined;
|
|
719839
719775
|
id_log_type?: string | number | bigint | null | undefined;
|
|
719840
719776
|
ids_log_type?: (string | number | bigint)[] | null | undefined;
|
|
719841
|
-
|
|
719842
|
-
|
|
719777
|
+
id_forwarding_shipment_release_type?: string | number | bigint | null | undefined;
|
|
719778
|
+
ids_forwarding_shipment_release_type?: (string | number | bigint)[] | null | undefined;
|
|
719843
719779
|
};
|
|
719844
719780
|
output: {
|
|
719845
719781
|
data: {
|
|
@@ -719861,7 +719797,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719861
719797
|
action_by: string | null;
|
|
719862
719798
|
action_id: string | null;
|
|
719863
719799
|
action_at: Date | null;
|
|
719864
|
-
|
|
719800
|
+
id_forwarding_shipment_release_type: string | null;
|
|
719865
719801
|
}[] | undefined;
|
|
719866
719802
|
total: number | undefined;
|
|
719867
719803
|
};
|
|
@@ -719895,7 +719831,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719895
719831
|
action_by: string | null;
|
|
719896
719832
|
action_id: string | null;
|
|
719897
719833
|
action_at: Date | null;
|
|
719898
|
-
|
|
719834
|
+
id_forwarding_shipment_release_type: string | null;
|
|
719899
719835
|
} | undefined;
|
|
719900
719836
|
};
|
|
719901
719837
|
meta: object;
|
|
@@ -719928,7 +719864,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719928
719864
|
action_by: string | null;
|
|
719929
719865
|
action_id: string | null;
|
|
719930
719866
|
action_at: Date | null;
|
|
719931
|
-
|
|
719867
|
+
id_forwarding_shipment_release_type: string | null;
|
|
719932
719868
|
} | undefined;
|
|
719933
719869
|
} | undefined;
|
|
719934
719870
|
meta: object;
|
|
@@ -719964,11 +719900,80 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719964
719900
|
action_by: string | null;
|
|
719965
719901
|
action_id: string | null;
|
|
719966
719902
|
action_at: Date | null;
|
|
719967
|
-
|
|
719903
|
+
id_forwarding_shipment_release_type: string | null;
|
|
719968
719904
|
} | undefined;
|
|
719969
719905
|
} | undefined;
|
|
719970
719906
|
meta: object;
|
|
719971
719907
|
}>;
|
|
719908
|
+
upsertBatch: MutationProcedure<{
|
|
719909
|
+
input: {
|
|
719910
|
+
create?: {
|
|
719911
|
+
is_active?: string | number | boolean | null | undefined;
|
|
719912
|
+
code?: string | null | undefined;
|
|
719913
|
+
name?: string | null | undefined;
|
|
719914
|
+
}[] | undefined;
|
|
719915
|
+
update?: {
|
|
719916
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
719917
|
+
id?: string | number | bigint | null | undefined;
|
|
719918
|
+
id_string?: string | null | undefined;
|
|
719919
|
+
logic_code?: string | null | undefined;
|
|
719920
|
+
is_active?: string | number | boolean | null | undefined;
|
|
719921
|
+
code?: string | null | undefined;
|
|
719922
|
+
name?: string | null | undefined;
|
|
719923
|
+
}[] | undefined;
|
|
719924
|
+
};
|
|
719925
|
+
output: {
|
|
719926
|
+
createdData: ({
|
|
719927
|
+
data: {
|
|
719928
|
+
is_active: boolean | null;
|
|
719929
|
+
id: string;
|
|
719930
|
+
logic_code: string | null;
|
|
719931
|
+
name: string | null;
|
|
719932
|
+
code: string | null;
|
|
719933
|
+
created_at: Date | null;
|
|
719934
|
+
created_by: string | null;
|
|
719935
|
+
updated_at: Date | null;
|
|
719936
|
+
updated_by: string | null;
|
|
719937
|
+
};
|
|
719938
|
+
log: {
|
|
719939
|
+
id: string;
|
|
719940
|
+
id_log_type: string | null;
|
|
719941
|
+
url: string | null;
|
|
719942
|
+
params: SimpleJson;
|
|
719943
|
+
action: string | null;
|
|
719944
|
+
action_by: string | null;
|
|
719945
|
+
action_id: string | null;
|
|
719946
|
+
action_at: Date | null;
|
|
719947
|
+
id_forwarding_shipment_release_type: string | null;
|
|
719948
|
+
} | undefined;
|
|
719949
|
+
} | undefined)[];
|
|
719950
|
+
updatedData: ({
|
|
719951
|
+
data: {
|
|
719952
|
+
is_active: boolean | null;
|
|
719953
|
+
id: string;
|
|
719954
|
+
logic_code: string | null;
|
|
719955
|
+
name: string | null;
|
|
719956
|
+
code: string | null;
|
|
719957
|
+
created_at: Date | null;
|
|
719958
|
+
created_by: string | null;
|
|
719959
|
+
updated_at: Date | null;
|
|
719960
|
+
updated_by: string | null;
|
|
719961
|
+
};
|
|
719962
|
+
log: {
|
|
719963
|
+
id: string;
|
|
719964
|
+
id_log_type: string | null;
|
|
719965
|
+
url: string | null;
|
|
719966
|
+
params: SimpleJson;
|
|
719967
|
+
action: string | null;
|
|
719968
|
+
action_by: string | null;
|
|
719969
|
+
action_id: string | null;
|
|
719970
|
+
action_at: Date | null;
|
|
719971
|
+
id_forwarding_shipment_release_type: string | null;
|
|
719972
|
+
} | undefined;
|
|
719973
|
+
} | undefined)[];
|
|
719974
|
+
} | undefined;
|
|
719975
|
+
meta: object;
|
|
719976
|
+
}>;
|
|
719972
719977
|
delete: MutationProcedure<{
|
|
719973
719978
|
input: {
|
|
719974
719979
|
id?: string | number | bigint | null | undefined;
|
|
@@ -719992,7 +719997,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
719992
719997
|
meta: object;
|
|
719993
719998
|
}>;
|
|
719994
719999
|
}>>;
|
|
719995
|
-
|
|
720000
|
+
forwardingShipmentChargesApplies: BuiltRouter<{
|
|
719996
720001
|
ctx: Context;
|
|
719997
720002
|
meta: object;
|
|
719998
720003
|
errorShape: DefaultErrorShape;
|
|
@@ -720055,7 +720060,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720055
720060
|
output: {
|
|
720056
720061
|
data: {
|
|
720057
720062
|
_count: {
|
|
720058
|
-
|
|
720063
|
+
forwarding_shipment_charges_apply_logs: number;
|
|
720059
720064
|
forwarding_bookings: number;
|
|
720060
720065
|
forwarding_shipments: number;
|
|
720061
720066
|
};
|
|
@@ -720109,8 +720114,8 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720109
720114
|
}[] | null | undefined;
|
|
720110
720115
|
id_log_type?: string | number | bigint | null | undefined;
|
|
720111
720116
|
ids_log_type?: (string | number | bigint)[] | null | undefined;
|
|
720112
|
-
|
|
720113
|
-
|
|
720117
|
+
id_forwarding_shipment_charges_apply?: string | number | bigint | null | undefined;
|
|
720118
|
+
ids_forwarding_shipment_charges_apply?: (string | number | bigint)[] | null | undefined;
|
|
720114
720119
|
};
|
|
720115
720120
|
output: {
|
|
720116
720121
|
data: {
|
|
@@ -720132,7 +720137,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720132
720137
|
action_by: string | null;
|
|
720133
720138
|
action_id: string | null;
|
|
720134
720139
|
action_at: Date | null;
|
|
720135
|
-
|
|
720140
|
+
id_forwarding_shipment_charges_apply: string | null;
|
|
720136
720141
|
}[] | undefined;
|
|
720137
720142
|
total: number | undefined;
|
|
720138
720143
|
};
|
|
@@ -720166,7 +720171,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720166
720171
|
action_by: string | null;
|
|
720167
720172
|
action_id: string | null;
|
|
720168
720173
|
action_at: Date | null;
|
|
720169
|
-
|
|
720174
|
+
id_forwarding_shipment_charges_apply: string | null;
|
|
720170
720175
|
} | undefined;
|
|
720171
720176
|
};
|
|
720172
720177
|
meta: object;
|
|
@@ -720199,7 +720204,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720199
720204
|
action_by: string | null;
|
|
720200
720205
|
action_id: string | null;
|
|
720201
720206
|
action_at: Date | null;
|
|
720202
|
-
|
|
720207
|
+
id_forwarding_shipment_charges_apply: string | null;
|
|
720203
720208
|
} | undefined;
|
|
720204
720209
|
} | undefined;
|
|
720205
720210
|
meta: object;
|
|
@@ -720235,11 +720240,80 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720235
720240
|
action_by: string | null;
|
|
720236
720241
|
action_id: string | null;
|
|
720237
720242
|
action_at: Date | null;
|
|
720238
|
-
|
|
720243
|
+
id_forwarding_shipment_charges_apply: string | null;
|
|
720239
720244
|
} | undefined;
|
|
720240
720245
|
} | undefined;
|
|
720241
720246
|
meta: object;
|
|
720242
720247
|
}>;
|
|
720248
|
+
upsertBatch: MutationProcedure<{
|
|
720249
|
+
input: {
|
|
720250
|
+
create?: {
|
|
720251
|
+
is_active?: string | number | boolean | null | undefined;
|
|
720252
|
+
code?: string | null | undefined;
|
|
720253
|
+
name?: string | null | undefined;
|
|
720254
|
+
}[] | undefined;
|
|
720255
|
+
update?: {
|
|
720256
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
720257
|
+
id?: string | number | bigint | null | undefined;
|
|
720258
|
+
id_string?: string | null | undefined;
|
|
720259
|
+
logic_code?: string | null | undefined;
|
|
720260
|
+
is_active?: string | number | boolean | null | undefined;
|
|
720261
|
+
code?: string | null | undefined;
|
|
720262
|
+
name?: string | null | undefined;
|
|
720263
|
+
}[] | undefined;
|
|
720264
|
+
};
|
|
720265
|
+
output: {
|
|
720266
|
+
createdData: ({
|
|
720267
|
+
data: {
|
|
720268
|
+
is_active: boolean | null;
|
|
720269
|
+
id: string;
|
|
720270
|
+
logic_code: string | null;
|
|
720271
|
+
name: string | null;
|
|
720272
|
+
code: string | null;
|
|
720273
|
+
created_at: Date | null;
|
|
720274
|
+
created_by: string | null;
|
|
720275
|
+
updated_at: Date | null;
|
|
720276
|
+
updated_by: string | null;
|
|
720277
|
+
};
|
|
720278
|
+
log: {
|
|
720279
|
+
id: string;
|
|
720280
|
+
id_log_type: string | null;
|
|
720281
|
+
url: string | null;
|
|
720282
|
+
params: SimpleJson;
|
|
720283
|
+
action: string | null;
|
|
720284
|
+
action_by: string | null;
|
|
720285
|
+
action_id: string | null;
|
|
720286
|
+
action_at: Date | null;
|
|
720287
|
+
id_forwarding_shipment_charges_apply: string | null;
|
|
720288
|
+
} | undefined;
|
|
720289
|
+
} | undefined)[];
|
|
720290
|
+
updatedData: ({
|
|
720291
|
+
data: {
|
|
720292
|
+
is_active: boolean | null;
|
|
720293
|
+
id: string;
|
|
720294
|
+
logic_code: string | null;
|
|
720295
|
+
name: string | null;
|
|
720296
|
+
code: string | null;
|
|
720297
|
+
created_at: Date | null;
|
|
720298
|
+
created_by: string | null;
|
|
720299
|
+
updated_at: Date | null;
|
|
720300
|
+
updated_by: string | null;
|
|
720301
|
+
};
|
|
720302
|
+
log: {
|
|
720303
|
+
id: string;
|
|
720304
|
+
id_log_type: string | null;
|
|
720305
|
+
url: string | null;
|
|
720306
|
+
params: SimpleJson;
|
|
720307
|
+
action: string | null;
|
|
720308
|
+
action_by: string | null;
|
|
720309
|
+
action_id: string | null;
|
|
720310
|
+
action_at: Date | null;
|
|
720311
|
+
id_forwarding_shipment_charges_apply: string | null;
|
|
720312
|
+
} | undefined;
|
|
720313
|
+
} | undefined)[];
|
|
720314
|
+
} | undefined;
|
|
720315
|
+
meta: object;
|
|
720316
|
+
}>;
|
|
720243
720317
|
delete: MutationProcedure<{
|
|
720244
720318
|
input: {
|
|
720245
720319
|
id?: string | number | bigint | null | undefined;
|
|
@@ -720263,7 +720337,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720263
720337
|
meta: object;
|
|
720264
720338
|
}>;
|
|
720265
720339
|
}>>;
|
|
720266
|
-
|
|
720340
|
+
forwardingShipmentOnBoardStatuses: BuiltRouter<{
|
|
720267
720341
|
ctx: Context;
|
|
720268
720342
|
meta: object;
|
|
720269
720343
|
errorShape: DefaultErrorShape;
|
|
@@ -720326,9 +720400,9 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720326
720400
|
output: {
|
|
720327
720401
|
data: {
|
|
720328
720402
|
_count: {
|
|
720329
|
-
|
|
720330
|
-
|
|
720331
|
-
|
|
720403
|
+
forwarding_shipment_on_board_status_logs: number;
|
|
720404
|
+
forwarding_bookings: number;
|
|
720405
|
+
forwarding_shipments: number;
|
|
720332
720406
|
};
|
|
720333
720407
|
is_active: boolean | null;
|
|
720334
720408
|
id: string;
|
|
@@ -720380,8 +720454,8 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720380
720454
|
}[] | null | undefined;
|
|
720381
720455
|
id_log_type?: string | number | bigint | null | undefined;
|
|
720382
720456
|
ids_log_type?: (string | number | bigint)[] | null | undefined;
|
|
720383
|
-
|
|
720384
|
-
|
|
720457
|
+
id_forwarding_shipment_on_board_status?: string | number | bigint | null | undefined;
|
|
720458
|
+
ids_forwarding_shipment_on_board_status?: (string | number | bigint)[] | null | undefined;
|
|
720385
720459
|
};
|
|
720386
720460
|
output: {
|
|
720387
720461
|
data: {
|
|
@@ -720403,7 +720477,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720403
720477
|
action_by: string | null;
|
|
720404
720478
|
action_id: string | null;
|
|
720405
720479
|
action_at: Date | null;
|
|
720406
|
-
|
|
720480
|
+
id_forwarding_shipment_on_board_status: string | null;
|
|
720407
720481
|
}[] | undefined;
|
|
720408
720482
|
total: number | undefined;
|
|
720409
720483
|
};
|
|
@@ -720437,7 +720511,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720437
720511
|
action_by: string | null;
|
|
720438
720512
|
action_id: string | null;
|
|
720439
720513
|
action_at: Date | null;
|
|
720440
|
-
|
|
720514
|
+
id_forwarding_shipment_on_board_status: string | null;
|
|
720441
720515
|
} | undefined;
|
|
720442
720516
|
};
|
|
720443
720517
|
meta: object;
|
|
@@ -720470,7 +720544,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720470
720544
|
action_by: string | null;
|
|
720471
720545
|
action_id: string | null;
|
|
720472
720546
|
action_at: Date | null;
|
|
720473
|
-
|
|
720547
|
+
id_forwarding_shipment_on_board_status: string | null;
|
|
720474
720548
|
} | undefined;
|
|
720475
720549
|
} | undefined;
|
|
720476
720550
|
meta: object;
|
|
@@ -720506,11 +720580,80 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720506
720580
|
action_by: string | null;
|
|
720507
720581
|
action_id: string | null;
|
|
720508
720582
|
action_at: Date | null;
|
|
720509
|
-
|
|
720583
|
+
id_forwarding_shipment_on_board_status: string | null;
|
|
720510
720584
|
} | undefined;
|
|
720511
720585
|
} | undefined;
|
|
720512
720586
|
meta: object;
|
|
720513
720587
|
}>;
|
|
720588
|
+
upsertBatch: MutationProcedure<{
|
|
720589
|
+
input: {
|
|
720590
|
+
create?: {
|
|
720591
|
+
is_active?: string | number | boolean | null | undefined;
|
|
720592
|
+
code?: string | null | undefined;
|
|
720593
|
+
name?: string | null | undefined;
|
|
720594
|
+
}[] | undefined;
|
|
720595
|
+
update?: {
|
|
720596
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
720597
|
+
id?: string | number | bigint | null | undefined;
|
|
720598
|
+
id_string?: string | null | undefined;
|
|
720599
|
+
logic_code?: string | null | undefined;
|
|
720600
|
+
is_active?: string | number | boolean | null | undefined;
|
|
720601
|
+
code?: string | null | undefined;
|
|
720602
|
+
name?: string | null | undefined;
|
|
720603
|
+
}[] | undefined;
|
|
720604
|
+
};
|
|
720605
|
+
output: {
|
|
720606
|
+
createdData: ({
|
|
720607
|
+
data: {
|
|
720608
|
+
is_active: boolean | null;
|
|
720609
|
+
id: string;
|
|
720610
|
+
logic_code: string | null;
|
|
720611
|
+
name: string | null;
|
|
720612
|
+
code: string | null;
|
|
720613
|
+
created_at: Date | null;
|
|
720614
|
+
created_by: string | null;
|
|
720615
|
+
updated_at: Date | null;
|
|
720616
|
+
updated_by: string | null;
|
|
720617
|
+
};
|
|
720618
|
+
log: {
|
|
720619
|
+
id: string;
|
|
720620
|
+
id_log_type: string | null;
|
|
720621
|
+
url: string | null;
|
|
720622
|
+
params: SimpleJson;
|
|
720623
|
+
action: string | null;
|
|
720624
|
+
action_by: string | null;
|
|
720625
|
+
action_id: string | null;
|
|
720626
|
+
action_at: Date | null;
|
|
720627
|
+
id_forwarding_shipment_on_board_status: string | null;
|
|
720628
|
+
} | undefined;
|
|
720629
|
+
} | undefined)[];
|
|
720630
|
+
updatedData: ({
|
|
720631
|
+
data: {
|
|
720632
|
+
is_active: boolean | null;
|
|
720633
|
+
id: string;
|
|
720634
|
+
logic_code: string | null;
|
|
720635
|
+
name: string | null;
|
|
720636
|
+
code: string | null;
|
|
720637
|
+
created_at: Date | null;
|
|
720638
|
+
created_by: string | null;
|
|
720639
|
+
updated_at: Date | null;
|
|
720640
|
+
updated_by: string | null;
|
|
720641
|
+
};
|
|
720642
|
+
log: {
|
|
720643
|
+
id: string;
|
|
720644
|
+
id_log_type: string | null;
|
|
720645
|
+
url: string | null;
|
|
720646
|
+
params: SimpleJson;
|
|
720647
|
+
action: string | null;
|
|
720648
|
+
action_by: string | null;
|
|
720649
|
+
action_id: string | null;
|
|
720650
|
+
action_at: Date | null;
|
|
720651
|
+
id_forwarding_shipment_on_board_status: string | null;
|
|
720652
|
+
} | undefined;
|
|
720653
|
+
} | undefined)[];
|
|
720654
|
+
} | undefined;
|
|
720655
|
+
meta: object;
|
|
720656
|
+
}>;
|
|
720514
720657
|
delete: MutationProcedure<{
|
|
720515
720658
|
input: {
|
|
720516
720659
|
id?: string | number | bigint | null | undefined;
|
|
@@ -720534,7 +720677,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720534
720677
|
meta: object;
|
|
720535
720678
|
}>;
|
|
720536
720679
|
}>>;
|
|
720537
|
-
|
|
720680
|
+
forwardingShipmentOrganizationTypes: BuiltRouter<{
|
|
720538
720681
|
ctx: Context;
|
|
720539
720682
|
meta: object;
|
|
720540
720683
|
errorShape: DefaultErrorShape;
|
|
@@ -720597,9 +720740,9 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720597
720740
|
output: {
|
|
720598
720741
|
data: {
|
|
720599
720742
|
_count: {
|
|
720600
|
-
|
|
720601
|
-
|
|
720602
|
-
|
|
720743
|
+
forwarding_shipment_organization_type_logs: number;
|
|
720744
|
+
forwarding_shipment_organizations: number;
|
|
720745
|
+
forwarding_booking_organizations: number;
|
|
720603
720746
|
};
|
|
720604
720747
|
is_active: boolean | null;
|
|
720605
720748
|
id: string;
|
|
@@ -720651,8 +720794,8 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720651
720794
|
}[] | null | undefined;
|
|
720652
720795
|
id_log_type?: string | number | bigint | null | undefined;
|
|
720653
720796
|
ids_log_type?: (string | number | bigint)[] | null | undefined;
|
|
720654
|
-
|
|
720655
|
-
|
|
720797
|
+
id_forwarding_shipment_organization_type?: string | number | bigint | null | undefined;
|
|
720798
|
+
ids_forwarding_shipment_organization_type?: (string | number | bigint)[] | null | undefined;
|
|
720656
720799
|
};
|
|
720657
720800
|
output: {
|
|
720658
720801
|
data: {
|
|
@@ -720674,7 +720817,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720674
720817
|
action_by: string | null;
|
|
720675
720818
|
action_id: string | null;
|
|
720676
720819
|
action_at: Date | null;
|
|
720677
|
-
|
|
720820
|
+
id_forwarding_shipment_organization_type: string | null;
|
|
720678
720821
|
}[] | undefined;
|
|
720679
720822
|
total: number | undefined;
|
|
720680
720823
|
};
|
|
@@ -720708,7 +720851,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720708
720851
|
action_by: string | null;
|
|
720709
720852
|
action_id: string | null;
|
|
720710
720853
|
action_at: Date | null;
|
|
720711
|
-
|
|
720854
|
+
id_forwarding_shipment_organization_type: string | null;
|
|
720712
720855
|
} | undefined;
|
|
720713
720856
|
};
|
|
720714
720857
|
meta: object;
|
|
@@ -720741,7 +720884,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720741
720884
|
action_by: string | null;
|
|
720742
720885
|
action_id: string | null;
|
|
720743
720886
|
action_at: Date | null;
|
|
720744
|
-
|
|
720887
|
+
id_forwarding_shipment_organization_type: string | null;
|
|
720745
720888
|
} | undefined;
|
|
720746
720889
|
} | undefined;
|
|
720747
720890
|
meta: object;
|
|
@@ -720777,11 +720920,80 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720777
720920
|
action_by: string | null;
|
|
720778
720921
|
action_id: string | null;
|
|
720779
720922
|
action_at: Date | null;
|
|
720780
|
-
|
|
720923
|
+
id_forwarding_shipment_organization_type: string | null;
|
|
720781
720924
|
} | undefined;
|
|
720782
720925
|
} | undefined;
|
|
720783
720926
|
meta: object;
|
|
720784
720927
|
}>;
|
|
720928
|
+
upsertBatch: MutationProcedure<{
|
|
720929
|
+
input: {
|
|
720930
|
+
create?: {
|
|
720931
|
+
is_active?: string | number | boolean | null | undefined;
|
|
720932
|
+
code?: string | null | undefined;
|
|
720933
|
+
name?: string | null | undefined;
|
|
720934
|
+
}[] | undefined;
|
|
720935
|
+
update?: {
|
|
720936
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
720937
|
+
id?: string | number | bigint | null | undefined;
|
|
720938
|
+
id_string?: string | null | undefined;
|
|
720939
|
+
logic_code?: string | null | undefined;
|
|
720940
|
+
is_active?: string | number | boolean | null | undefined;
|
|
720941
|
+
code?: string | null | undefined;
|
|
720942
|
+
name?: string | null | undefined;
|
|
720943
|
+
}[] | undefined;
|
|
720944
|
+
};
|
|
720945
|
+
output: {
|
|
720946
|
+
createdData: ({
|
|
720947
|
+
data: {
|
|
720948
|
+
is_active: boolean | null;
|
|
720949
|
+
id: string;
|
|
720950
|
+
logic_code: string | null;
|
|
720951
|
+
name: string | null;
|
|
720952
|
+
code: string | null;
|
|
720953
|
+
created_at: Date | null;
|
|
720954
|
+
created_by: string | null;
|
|
720955
|
+
updated_at: Date | null;
|
|
720956
|
+
updated_by: string | null;
|
|
720957
|
+
};
|
|
720958
|
+
log: {
|
|
720959
|
+
id: string;
|
|
720960
|
+
id_log_type: string | null;
|
|
720961
|
+
url: string | null;
|
|
720962
|
+
params: SimpleJson;
|
|
720963
|
+
action: string | null;
|
|
720964
|
+
action_by: string | null;
|
|
720965
|
+
action_id: string | null;
|
|
720966
|
+
action_at: Date | null;
|
|
720967
|
+
id_forwarding_shipment_organization_type: string | null;
|
|
720968
|
+
} | undefined;
|
|
720969
|
+
} | undefined)[];
|
|
720970
|
+
updatedData: ({
|
|
720971
|
+
data: {
|
|
720972
|
+
is_active: boolean | null;
|
|
720973
|
+
id: string;
|
|
720974
|
+
logic_code: string | null;
|
|
720975
|
+
name: string | null;
|
|
720976
|
+
code: string | null;
|
|
720977
|
+
created_at: Date | null;
|
|
720978
|
+
created_by: string | null;
|
|
720979
|
+
updated_at: Date | null;
|
|
720980
|
+
updated_by: string | null;
|
|
720981
|
+
};
|
|
720982
|
+
log: {
|
|
720983
|
+
id: string;
|
|
720984
|
+
id_log_type: string | null;
|
|
720985
|
+
url: string | null;
|
|
720986
|
+
params: SimpleJson;
|
|
720987
|
+
action: string | null;
|
|
720988
|
+
action_by: string | null;
|
|
720989
|
+
action_id: string | null;
|
|
720990
|
+
action_at: Date | null;
|
|
720991
|
+
id_forwarding_shipment_organization_type: string | null;
|
|
720992
|
+
} | undefined;
|
|
720993
|
+
} | undefined)[];
|
|
720994
|
+
} | undefined;
|
|
720995
|
+
meta: object;
|
|
720996
|
+
}>;
|
|
720785
720997
|
delete: MutationProcedure<{
|
|
720786
720998
|
input: {
|
|
720787
720999
|
id?: string | number | bigint | null | undefined;
|
|
@@ -720805,7 +721017,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720805
721017
|
meta: object;
|
|
720806
721018
|
}>;
|
|
720807
721019
|
}>>;
|
|
720808
|
-
|
|
721020
|
+
forwardingShipmentHblDeliveryModes: BuiltRouter<{
|
|
720809
721021
|
ctx: Context;
|
|
720810
721022
|
meta: object;
|
|
720811
721023
|
errorShape: DefaultErrorShape;
|
|
@@ -720868,8 +721080,9 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720868
721080
|
output: {
|
|
720869
721081
|
data: {
|
|
720870
721082
|
_count: {
|
|
720871
|
-
|
|
721083
|
+
forwarding_shipment_hbl_delivery_mode_logs: number;
|
|
720872
721084
|
forwarding_shipments: number;
|
|
721085
|
+
container_shipping_types: number;
|
|
720873
721086
|
};
|
|
720874
721087
|
is_active: boolean | null;
|
|
720875
721088
|
id: string;
|
|
@@ -720921,8 +721134,8 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720921
721134
|
}[] | null | undefined;
|
|
720922
721135
|
id_log_type?: string | number | bigint | null | undefined;
|
|
720923
721136
|
ids_log_type?: (string | number | bigint)[] | null | undefined;
|
|
720924
|
-
|
|
720925
|
-
|
|
721137
|
+
id_forwarding_shipment_hbl_delivery_mode?: string | number | bigint | null | undefined;
|
|
721138
|
+
ids_forwarding_shipment_hbl_delivery_mode?: (string | number | bigint)[] | null | undefined;
|
|
720926
721139
|
};
|
|
720927
721140
|
output: {
|
|
720928
721141
|
data: {
|
|
@@ -720944,7 +721157,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720944
721157
|
action_by: string | null;
|
|
720945
721158
|
action_id: string | null;
|
|
720946
721159
|
action_at: Date | null;
|
|
720947
|
-
|
|
721160
|
+
id_forwarding_shipment_hbl_delivery_mode: string | null;
|
|
720948
721161
|
}[] | undefined;
|
|
720949
721162
|
total: number | undefined;
|
|
720950
721163
|
};
|
|
@@ -720978,7 +721191,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
720978
721191
|
action_by: string | null;
|
|
720979
721192
|
action_id: string | null;
|
|
720980
721193
|
action_at: Date | null;
|
|
720981
|
-
|
|
721194
|
+
id_forwarding_shipment_hbl_delivery_mode: string | null;
|
|
720982
721195
|
} | undefined;
|
|
720983
721196
|
};
|
|
720984
721197
|
meta: object;
|
|
@@ -721011,7 +721224,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
721011
721224
|
action_by: string | null;
|
|
721012
721225
|
action_id: string | null;
|
|
721013
721226
|
action_at: Date | null;
|
|
721014
|
-
|
|
721227
|
+
id_forwarding_shipment_hbl_delivery_mode: string | null;
|
|
721015
721228
|
} | undefined;
|
|
721016
721229
|
} | undefined;
|
|
721017
721230
|
meta: object;
|
|
@@ -721047,11 +721260,80 @@ declare const systemRouter: BuiltRouter<{
|
|
|
721047
721260
|
action_by: string | null;
|
|
721048
721261
|
action_id: string | null;
|
|
721049
721262
|
action_at: Date | null;
|
|
721050
|
-
|
|
721263
|
+
id_forwarding_shipment_hbl_delivery_mode: string | null;
|
|
721051
721264
|
} | undefined;
|
|
721052
721265
|
} | undefined;
|
|
721053
721266
|
meta: object;
|
|
721054
721267
|
}>;
|
|
721268
|
+
upsertBatch: MutationProcedure<{
|
|
721269
|
+
input: {
|
|
721270
|
+
create?: {
|
|
721271
|
+
is_active?: string | number | boolean | null | undefined;
|
|
721272
|
+
code?: string | null | undefined;
|
|
721273
|
+
name?: string | null | undefined;
|
|
721274
|
+
}[] | undefined;
|
|
721275
|
+
update?: {
|
|
721276
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
721277
|
+
id?: string | number | bigint | null | undefined;
|
|
721278
|
+
id_string?: string | null | undefined;
|
|
721279
|
+
logic_code?: string | null | undefined;
|
|
721280
|
+
is_active?: string | number | boolean | null | undefined;
|
|
721281
|
+
code?: string | null | undefined;
|
|
721282
|
+
name?: string | null | undefined;
|
|
721283
|
+
}[] | undefined;
|
|
721284
|
+
};
|
|
721285
|
+
output: {
|
|
721286
|
+
createdData: ({
|
|
721287
|
+
data: {
|
|
721288
|
+
is_active: boolean | null;
|
|
721289
|
+
id: string;
|
|
721290
|
+
logic_code: string | null;
|
|
721291
|
+
name: string | null;
|
|
721292
|
+
code: string | null;
|
|
721293
|
+
created_at: Date | null;
|
|
721294
|
+
created_by: string | null;
|
|
721295
|
+
updated_at: Date | null;
|
|
721296
|
+
updated_by: string | null;
|
|
721297
|
+
};
|
|
721298
|
+
log: {
|
|
721299
|
+
id: string;
|
|
721300
|
+
id_log_type: string | null;
|
|
721301
|
+
url: string | null;
|
|
721302
|
+
params: SimpleJson;
|
|
721303
|
+
action: string | null;
|
|
721304
|
+
action_by: string | null;
|
|
721305
|
+
action_id: string | null;
|
|
721306
|
+
action_at: Date | null;
|
|
721307
|
+
id_forwarding_shipment_hbl_delivery_mode: string | null;
|
|
721308
|
+
} | undefined;
|
|
721309
|
+
} | undefined)[];
|
|
721310
|
+
updatedData: ({
|
|
721311
|
+
data: {
|
|
721312
|
+
is_active: boolean | null;
|
|
721313
|
+
id: string;
|
|
721314
|
+
logic_code: string | null;
|
|
721315
|
+
name: string | null;
|
|
721316
|
+
code: string | null;
|
|
721317
|
+
created_at: Date | null;
|
|
721318
|
+
created_by: string | null;
|
|
721319
|
+
updated_at: Date | null;
|
|
721320
|
+
updated_by: string | null;
|
|
721321
|
+
};
|
|
721322
|
+
log: {
|
|
721323
|
+
id: string;
|
|
721324
|
+
id_log_type: string | null;
|
|
721325
|
+
url: string | null;
|
|
721326
|
+
params: SimpleJson;
|
|
721327
|
+
action: string | null;
|
|
721328
|
+
action_by: string | null;
|
|
721329
|
+
action_id: string | null;
|
|
721330
|
+
action_at: Date | null;
|
|
721331
|
+
id_forwarding_shipment_hbl_delivery_mode: string | null;
|
|
721332
|
+
} | undefined;
|
|
721333
|
+
} | undefined)[];
|
|
721334
|
+
} | undefined;
|
|
721335
|
+
meta: object;
|
|
721336
|
+
}>;
|
|
721055
721337
|
delete: MutationProcedure<{
|
|
721056
721338
|
input: {
|
|
721057
721339
|
id?: string | number | bigint | null | undefined;
|
|
@@ -721075,7 +721357,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
721075
721357
|
meta: object;
|
|
721076
721358
|
}>;
|
|
721077
721359
|
}>>;
|
|
721078
|
-
|
|
721360
|
+
forwardingShipmentHouseBillTypes: BuiltRouter<{
|
|
721079
721361
|
ctx: Context;
|
|
721080
721362
|
meta: object;
|
|
721081
721363
|
errorShape: DefaultErrorShape;
|
|
@@ -721138,7 +721420,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
721138
721420
|
output: {
|
|
721139
721421
|
data: {
|
|
721140
721422
|
_count: {
|
|
721141
|
-
|
|
721423
|
+
forwarding_shipment_house_bill_type_logs: number;
|
|
721142
721424
|
forwarding_shipments: number;
|
|
721143
721425
|
};
|
|
721144
721426
|
is_active: boolean | null;
|
|
@@ -721191,8 +721473,8 @@ declare const systemRouter: BuiltRouter<{
|
|
|
721191
721473
|
}[] | null | undefined;
|
|
721192
721474
|
id_log_type?: string | number | bigint | null | undefined;
|
|
721193
721475
|
ids_log_type?: (string | number | bigint)[] | null | undefined;
|
|
721194
|
-
|
|
721195
|
-
|
|
721476
|
+
id_forwarding_shipment_house_bill_type?: string | number | bigint | null | undefined;
|
|
721477
|
+
ids_forwarding_shipment_house_bill_type?: (string | number | bigint)[] | null | undefined;
|
|
721196
721478
|
};
|
|
721197
721479
|
output: {
|
|
721198
721480
|
data: {
|
|
@@ -721214,7 +721496,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
721214
721496
|
action_by: string | null;
|
|
721215
721497
|
action_id: string | null;
|
|
721216
721498
|
action_at: Date | null;
|
|
721217
|
-
|
|
721499
|
+
id_forwarding_shipment_house_bill_type: string | null;
|
|
721218
721500
|
}[] | undefined;
|
|
721219
721501
|
total: number | undefined;
|
|
721220
721502
|
};
|
|
@@ -721248,7 +721530,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
721248
721530
|
action_by: string | null;
|
|
721249
721531
|
action_id: string | null;
|
|
721250
721532
|
action_at: Date | null;
|
|
721251
|
-
|
|
721533
|
+
id_forwarding_shipment_house_bill_type: string | null;
|
|
721252
721534
|
} | undefined;
|
|
721253
721535
|
};
|
|
721254
721536
|
meta: object;
|
|
@@ -721281,7 +721563,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
721281
721563
|
action_by: string | null;
|
|
721282
721564
|
action_id: string | null;
|
|
721283
721565
|
action_at: Date | null;
|
|
721284
|
-
|
|
721566
|
+
id_forwarding_shipment_house_bill_type: string | null;
|
|
721285
721567
|
} | undefined;
|
|
721286
721568
|
} | undefined;
|
|
721287
721569
|
meta: object;
|
|
@@ -721317,11 +721599,80 @@ declare const systemRouter: BuiltRouter<{
|
|
|
721317
721599
|
action_by: string | null;
|
|
721318
721600
|
action_id: string | null;
|
|
721319
721601
|
action_at: Date | null;
|
|
721320
|
-
|
|
721602
|
+
id_forwarding_shipment_house_bill_type: string | null;
|
|
721321
721603
|
} | undefined;
|
|
721322
721604
|
} | undefined;
|
|
721323
721605
|
meta: object;
|
|
721324
721606
|
}>;
|
|
721607
|
+
upsertBatch: MutationProcedure<{
|
|
721608
|
+
input: {
|
|
721609
|
+
create?: {
|
|
721610
|
+
is_active?: string | number | boolean | null | undefined;
|
|
721611
|
+
code?: string | null | undefined;
|
|
721612
|
+
name?: string | null | undefined;
|
|
721613
|
+
}[] | undefined;
|
|
721614
|
+
update?: {
|
|
721615
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
721616
|
+
id?: string | number | bigint | null | undefined;
|
|
721617
|
+
id_string?: string | null | undefined;
|
|
721618
|
+
logic_code?: string | null | undefined;
|
|
721619
|
+
is_active?: string | number | boolean | null | undefined;
|
|
721620
|
+
code?: string | null | undefined;
|
|
721621
|
+
name?: string | null | undefined;
|
|
721622
|
+
}[] | undefined;
|
|
721623
|
+
};
|
|
721624
|
+
output: {
|
|
721625
|
+
createdData: ({
|
|
721626
|
+
data: {
|
|
721627
|
+
is_active: boolean | null;
|
|
721628
|
+
id: string;
|
|
721629
|
+
logic_code: string | null;
|
|
721630
|
+
name: string | null;
|
|
721631
|
+
code: string | null;
|
|
721632
|
+
created_at: Date | null;
|
|
721633
|
+
created_by: string | null;
|
|
721634
|
+
updated_at: Date | null;
|
|
721635
|
+
updated_by: string | null;
|
|
721636
|
+
};
|
|
721637
|
+
log: {
|
|
721638
|
+
id: string;
|
|
721639
|
+
id_log_type: string | null;
|
|
721640
|
+
url: string | null;
|
|
721641
|
+
params: SimpleJson;
|
|
721642
|
+
action: string | null;
|
|
721643
|
+
action_by: string | null;
|
|
721644
|
+
action_id: string | null;
|
|
721645
|
+
action_at: Date | null;
|
|
721646
|
+
id_forwarding_shipment_house_bill_type: string | null;
|
|
721647
|
+
} | undefined;
|
|
721648
|
+
} | undefined)[];
|
|
721649
|
+
updatedData: ({
|
|
721650
|
+
data: {
|
|
721651
|
+
is_active: boolean | null;
|
|
721652
|
+
id: string;
|
|
721653
|
+
logic_code: string | null;
|
|
721654
|
+
name: string | null;
|
|
721655
|
+
code: string | null;
|
|
721656
|
+
created_at: Date | null;
|
|
721657
|
+
created_by: string | null;
|
|
721658
|
+
updated_at: Date | null;
|
|
721659
|
+
updated_by: string | null;
|
|
721660
|
+
};
|
|
721661
|
+
log: {
|
|
721662
|
+
id: string;
|
|
721663
|
+
id_log_type: string | null;
|
|
721664
|
+
url: string | null;
|
|
721665
|
+
params: SimpleJson;
|
|
721666
|
+
action: string | null;
|
|
721667
|
+
action_by: string | null;
|
|
721668
|
+
action_id: string | null;
|
|
721669
|
+
action_at: Date | null;
|
|
721670
|
+
id_forwarding_shipment_house_bill_type: string | null;
|
|
721671
|
+
} | undefined;
|
|
721672
|
+
} | undefined)[];
|
|
721673
|
+
} | undefined;
|
|
721674
|
+
meta: object;
|
|
721675
|
+
}>;
|
|
721325
721676
|
delete: MutationProcedure<{
|
|
721326
721677
|
input: {
|
|
721327
721678
|
id?: string | number | bigint | null | undefined;
|
|
@@ -721345,7 +721696,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
721345
721696
|
meta: object;
|
|
721346
721697
|
}>;
|
|
721347
721698
|
}>>;
|
|
721348
|
-
|
|
721699
|
+
forwardingShipmentAirWaybillDims: BuiltRouter<{
|
|
721349
721700
|
ctx: Context;
|
|
721350
721701
|
meta: object;
|
|
721351
721702
|
errorShape: DefaultErrorShape;
|
|
@@ -721408,8 +721759,8 @@ declare const systemRouter: BuiltRouter<{
|
|
|
721408
721759
|
output: {
|
|
721409
721760
|
data: {
|
|
721410
721761
|
_count: {
|
|
721411
|
-
|
|
721412
|
-
|
|
721762
|
+
forwarding_shipment_air_waybill_dim_logs: number;
|
|
721763
|
+
forwarding_shipments: number;
|
|
721413
721764
|
};
|
|
721414
721765
|
is_active: boolean | null;
|
|
721415
721766
|
id: string;
|
|
@@ -721461,8 +721812,8 @@ declare const systemRouter: BuiltRouter<{
|
|
|
721461
721812
|
}[] | null | undefined;
|
|
721462
721813
|
id_log_type?: string | number | bigint | null | undefined;
|
|
721463
721814
|
ids_log_type?: (string | number | bigint)[] | null | undefined;
|
|
721464
|
-
|
|
721465
|
-
|
|
721815
|
+
id_forwarding_shipment_air_waybill_dim?: string | number | bigint | null | undefined;
|
|
721816
|
+
ids_forwarding_shipment_air_waybill_dim?: (string | number | bigint)[] | null | undefined;
|
|
721466
721817
|
};
|
|
721467
721818
|
output: {
|
|
721468
721819
|
data: {
|
|
@@ -721484,7 +721835,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
721484
721835
|
action_by: string | null;
|
|
721485
721836
|
action_id: string | null;
|
|
721486
721837
|
action_at: Date | null;
|
|
721487
|
-
|
|
721838
|
+
id_forwarding_shipment_air_waybill_dim: string | null;
|
|
721488
721839
|
}[] | undefined;
|
|
721489
721840
|
total: number | undefined;
|
|
721490
721841
|
};
|
|
@@ -721518,7 +721869,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
721518
721869
|
action_by: string | null;
|
|
721519
721870
|
action_id: string | null;
|
|
721520
721871
|
action_at: Date | null;
|
|
721521
|
-
|
|
721872
|
+
id_forwarding_shipment_air_waybill_dim: string | null;
|
|
721522
721873
|
} | undefined;
|
|
721523
721874
|
};
|
|
721524
721875
|
meta: object;
|
|
@@ -721551,7 +721902,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
721551
721902
|
action_by: string | null;
|
|
721552
721903
|
action_id: string | null;
|
|
721553
721904
|
action_at: Date | null;
|
|
721554
|
-
|
|
721905
|
+
id_forwarding_shipment_air_waybill_dim: string | null;
|
|
721555
721906
|
} | undefined;
|
|
721556
721907
|
} | undefined;
|
|
721557
721908
|
meta: object;
|
|
@@ -721587,11 +721938,80 @@ declare const systemRouter: BuiltRouter<{
|
|
|
721587
721938
|
action_by: string | null;
|
|
721588
721939
|
action_id: string | null;
|
|
721589
721940
|
action_at: Date | null;
|
|
721590
|
-
|
|
721941
|
+
id_forwarding_shipment_air_waybill_dim: string | null;
|
|
721591
721942
|
} | undefined;
|
|
721592
721943
|
} | undefined;
|
|
721593
721944
|
meta: object;
|
|
721594
721945
|
}>;
|
|
721946
|
+
upsertBatch: MutationProcedure<{
|
|
721947
|
+
input: {
|
|
721948
|
+
create?: {
|
|
721949
|
+
is_active?: string | number | boolean | null | undefined;
|
|
721950
|
+
code?: string | null | undefined;
|
|
721951
|
+
name?: string | null | undefined;
|
|
721952
|
+
}[] | undefined;
|
|
721953
|
+
update?: {
|
|
721954
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
721955
|
+
id?: string | number | bigint | null | undefined;
|
|
721956
|
+
id_string?: string | null | undefined;
|
|
721957
|
+
logic_code?: string | null | undefined;
|
|
721958
|
+
is_active?: string | number | boolean | null | undefined;
|
|
721959
|
+
code?: string | null | undefined;
|
|
721960
|
+
name?: string | null | undefined;
|
|
721961
|
+
}[] | undefined;
|
|
721962
|
+
};
|
|
721963
|
+
output: {
|
|
721964
|
+
createdData: ({
|
|
721965
|
+
data: {
|
|
721966
|
+
is_active: boolean | null;
|
|
721967
|
+
id: string;
|
|
721968
|
+
logic_code: string | null;
|
|
721969
|
+
name: string | null;
|
|
721970
|
+
code: string | null;
|
|
721971
|
+
created_at: Date | null;
|
|
721972
|
+
created_by: string | null;
|
|
721973
|
+
updated_at: Date | null;
|
|
721974
|
+
updated_by: string | null;
|
|
721975
|
+
};
|
|
721976
|
+
log: {
|
|
721977
|
+
id: string;
|
|
721978
|
+
id_log_type: string | null;
|
|
721979
|
+
url: string | null;
|
|
721980
|
+
params: SimpleJson;
|
|
721981
|
+
action: string | null;
|
|
721982
|
+
action_by: string | null;
|
|
721983
|
+
action_id: string | null;
|
|
721984
|
+
action_at: Date | null;
|
|
721985
|
+
id_forwarding_shipment_air_waybill_dim: string | null;
|
|
721986
|
+
} | undefined;
|
|
721987
|
+
} | undefined)[];
|
|
721988
|
+
updatedData: ({
|
|
721989
|
+
data: {
|
|
721990
|
+
is_active: boolean | null;
|
|
721991
|
+
id: string;
|
|
721992
|
+
logic_code: string | null;
|
|
721993
|
+
name: string | null;
|
|
721994
|
+
code: string | null;
|
|
721995
|
+
created_at: Date | null;
|
|
721996
|
+
created_by: string | null;
|
|
721997
|
+
updated_at: Date | null;
|
|
721998
|
+
updated_by: string | null;
|
|
721999
|
+
};
|
|
722000
|
+
log: {
|
|
722001
|
+
id: string;
|
|
722002
|
+
id_log_type: string | null;
|
|
722003
|
+
url: string | null;
|
|
722004
|
+
params: SimpleJson;
|
|
722005
|
+
action: string | null;
|
|
722006
|
+
action_by: string | null;
|
|
722007
|
+
action_id: string | null;
|
|
722008
|
+
action_at: Date | null;
|
|
722009
|
+
id_forwarding_shipment_air_waybill_dim: string | null;
|
|
722010
|
+
} | undefined;
|
|
722011
|
+
} | undefined)[];
|
|
722012
|
+
} | undefined;
|
|
722013
|
+
meta: object;
|
|
722014
|
+
}>;
|
|
721595
722015
|
delete: MutationProcedure<{
|
|
721596
722016
|
input: {
|
|
721597
722017
|
id?: string | number | bigint | null | undefined;
|
|
@@ -721862,6 +722282,75 @@ declare const systemRouter: BuiltRouter<{
|
|
|
721862
722282
|
} | undefined;
|
|
721863
722283
|
meta: object;
|
|
721864
722284
|
}>;
|
|
722285
|
+
upsertBatch: MutationProcedure<{
|
|
722286
|
+
input: {
|
|
722287
|
+
create?: {
|
|
722288
|
+
is_active?: string | number | boolean | null | undefined;
|
|
722289
|
+
code?: string | null | undefined;
|
|
722290
|
+
name?: string | null | undefined;
|
|
722291
|
+
}[] | undefined;
|
|
722292
|
+
update?: {
|
|
722293
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722294
|
+
id?: string | number | bigint | null | undefined;
|
|
722295
|
+
id_string?: string | null | undefined;
|
|
722296
|
+
logic_code?: string | null | undefined;
|
|
722297
|
+
is_active?: string | number | boolean | null | undefined;
|
|
722298
|
+
code?: string | null | undefined;
|
|
722299
|
+
name?: string | null | undefined;
|
|
722300
|
+
}[] | undefined;
|
|
722301
|
+
};
|
|
722302
|
+
output: {
|
|
722303
|
+
createdData: ({
|
|
722304
|
+
data: {
|
|
722305
|
+
is_active: boolean | null;
|
|
722306
|
+
id: string;
|
|
722307
|
+
logic_code: string | null;
|
|
722308
|
+
name: string | null;
|
|
722309
|
+
code: string | null;
|
|
722310
|
+
created_at: Date | null;
|
|
722311
|
+
created_by: string | null;
|
|
722312
|
+
updated_at: Date | null;
|
|
722313
|
+
updated_by: string | null;
|
|
722314
|
+
};
|
|
722315
|
+
log: {
|
|
722316
|
+
id: string;
|
|
722317
|
+
id_log_type: string | null;
|
|
722318
|
+
url: string | null;
|
|
722319
|
+
params: SimpleJson;
|
|
722320
|
+
action: string | null;
|
|
722321
|
+
action_by: string | null;
|
|
722322
|
+
action_id: string | null;
|
|
722323
|
+
action_at: Date | null;
|
|
722324
|
+
id_forwarding_shipment_customs_entry_type: string | null;
|
|
722325
|
+
} | undefined;
|
|
722326
|
+
} | undefined)[];
|
|
722327
|
+
updatedData: ({
|
|
722328
|
+
data: {
|
|
722329
|
+
is_active: boolean | null;
|
|
722330
|
+
id: string;
|
|
722331
|
+
logic_code: string | null;
|
|
722332
|
+
name: string | null;
|
|
722333
|
+
code: string | null;
|
|
722334
|
+
created_at: Date | null;
|
|
722335
|
+
created_by: string | null;
|
|
722336
|
+
updated_at: Date | null;
|
|
722337
|
+
updated_by: string | null;
|
|
722338
|
+
};
|
|
722339
|
+
log: {
|
|
722340
|
+
id: string;
|
|
722341
|
+
id_log_type: string | null;
|
|
722342
|
+
url: string | null;
|
|
722343
|
+
params: SimpleJson;
|
|
722344
|
+
action: string | null;
|
|
722345
|
+
action_by: string | null;
|
|
722346
|
+
action_id: string | null;
|
|
722347
|
+
action_at: Date | null;
|
|
722348
|
+
id_forwarding_shipment_customs_entry_type: string | null;
|
|
722349
|
+
} | undefined;
|
|
722350
|
+
} | undefined)[];
|
|
722351
|
+
} | undefined;
|
|
722352
|
+
meta: object;
|
|
722353
|
+
}>;
|
|
721865
722354
|
delete: MutationProcedure<{
|
|
721866
722355
|
input: {
|
|
721867
722356
|
id?: string | number | bigint | null | undefined;
|