@be-logixpair/api 0.0.88 → 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 +827 -1166
- 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";
|
|
@@ -681174,13 +681174,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681174
681174
|
created_by: string | null;
|
|
681175
681175
|
updated_at: Date | null;
|
|
681176
681176
|
updated_by: string | null;
|
|
681177
|
+
id_forwarding_booking: string | null;
|
|
681177
681178
|
id_organization: string | null;
|
|
681178
681179
|
id_organization_address: string | null;
|
|
681179
681180
|
id_type: string | null;
|
|
681180
|
-
id_forwarding_booking: string | null;
|
|
681181
681181
|
is_override: boolean | null;
|
|
681182
681182
|
}[];
|
|
681183
|
-
|
|
681183
|
+
forwarding_transport_type: {
|
|
681184
681184
|
is_active: boolean | null;
|
|
681185
681185
|
id: string;
|
|
681186
681186
|
logic_code: string | null;
|
|
@@ -681190,22 +681190,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681190
681190
|
created_by: string | null;
|
|
681191
681191
|
updated_at: Date | null;
|
|
681192
681192
|
updated_by: string | null;
|
|
681193
|
-
id_agreement: string | null;
|
|
681194
|
-
percentage: Decimal | null;
|
|
681195
681193
|
} | null;
|
|
681196
|
-
|
|
681197
|
-
is_active: boolean | null;
|
|
681198
|
-
id: string;
|
|
681199
|
-
logic_code: string | null;
|
|
681200
|
-
name: string | null;
|
|
681201
|
-
code: string | null;
|
|
681202
|
-
created_at: Date | null;
|
|
681203
|
-
created_by: string | null;
|
|
681204
|
-
updated_at: Date | null;
|
|
681205
|
-
updated_by: string | null;
|
|
681206
|
-
description: string | null;
|
|
681207
|
-
} | null;
|
|
681208
|
-
commodity: {
|
|
681194
|
+
container_shipping_type: {
|
|
681209
681195
|
is_active: boolean | null;
|
|
681210
681196
|
id: string;
|
|
681211
681197
|
logic_code: string | null;
|
|
@@ -681215,19 +681201,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681215
681201
|
created_by: string | null;
|
|
681216
681202
|
updated_at: Date | null;
|
|
681217
681203
|
updated_by: string | null;
|
|
681218
|
-
id_iata_commodity: string | null;
|
|
681219
|
-
id_universal_group: string | null;
|
|
681220
|
-
id_expiration_date_unit: string | null;
|
|
681221
|
-
reefer_min_temp: Decimal | null;
|
|
681222
|
-
reefer_max_temp: Decimal | null;
|
|
681223
|
-
is_hazardous: boolean;
|
|
681224
|
-
is_perishable: boolean;
|
|
681225
|
-
is_flammable: boolean;
|
|
681226
|
-
is_timber: boolean;
|
|
681227
|
-
is_vent_required: boolean;
|
|
681228
|
-
expiration_date: number | null;
|
|
681229
681204
|
} | null;
|
|
681230
|
-
|
|
681205
|
+
incoterm: {
|
|
681231
681206
|
is_active: boolean | null;
|
|
681232
681207
|
id: string;
|
|
681233
681208
|
logic_code: string | null;
|
|
@@ -681237,8 +681212,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681237
681212
|
created_by: string | null;
|
|
681238
681213
|
updated_at: Date | null;
|
|
681239
681214
|
updated_by: string | null;
|
|
681215
|
+
description: string | null;
|
|
681240
681216
|
} | null;
|
|
681241
|
-
|
|
681217
|
+
service_level: {
|
|
681242
681218
|
is_active: boolean | null;
|
|
681243
681219
|
id: string;
|
|
681244
681220
|
logic_code: string | null;
|
|
@@ -681248,6 +681224,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681248
681224
|
created_by: string | null;
|
|
681249
681225
|
updated_at: Date | null;
|
|
681250
681226
|
updated_by: string | null;
|
|
681227
|
+
id_agreement: string | null;
|
|
681228
|
+
percentage: Decimal | null;
|
|
681251
681229
|
} | null;
|
|
681252
681230
|
forwarding_shipment_release_type: {
|
|
681253
681231
|
is_active: boolean | null;
|
|
@@ -681459,6 +681437,28 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681459
681437
|
updated_by: string | null;
|
|
681460
681438
|
id_type: string | null;
|
|
681461
681439
|
} | null;
|
|
681440
|
+
commodity: {
|
|
681441
|
+
is_active: boolean | null;
|
|
681442
|
+
id: string;
|
|
681443
|
+
logic_code: string | null;
|
|
681444
|
+
name: string | null;
|
|
681445
|
+
code: string | null;
|
|
681446
|
+
created_at: Date | null;
|
|
681447
|
+
created_by: string | null;
|
|
681448
|
+
updated_at: Date | null;
|
|
681449
|
+
updated_by: string | null;
|
|
681450
|
+
id_universal_group: string | null;
|
|
681451
|
+
id_iata_commodity: string | null;
|
|
681452
|
+
id_expiration_date_unit: string | null;
|
|
681453
|
+
reefer_min_temp: Decimal | null;
|
|
681454
|
+
reefer_max_temp: Decimal | null;
|
|
681455
|
+
is_hazardous: boolean;
|
|
681456
|
+
is_perishable: boolean;
|
|
681457
|
+
is_flammable: boolean;
|
|
681458
|
+
is_timber: boolean;
|
|
681459
|
+
is_vent_required: boolean;
|
|
681460
|
+
expiration_date: number | null;
|
|
681461
|
+
} | null;
|
|
681462
681462
|
is_active: boolean | null;
|
|
681463
681463
|
id: string;
|
|
681464
681464
|
logic_code: string | null;
|
|
@@ -681469,11 +681469,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681469
681469
|
length: Decimal | null;
|
|
681470
681470
|
description: string | null;
|
|
681471
681471
|
id_container_shipping_type: string | null;
|
|
681472
|
-
id_weight_unit: string | null;
|
|
681473
|
-
id_service_level: string | null;
|
|
681474
|
-
id_incoterm: string | null;
|
|
681475
|
-
id_commodity: string | null;
|
|
681476
681472
|
id_transport_type: string | null;
|
|
681473
|
+
id_incoterm: string | null;
|
|
681474
|
+
id_service_level: string | null;
|
|
681477
681475
|
id_release_type: string | null;
|
|
681478
681476
|
id_charges_apply: string | null;
|
|
681479
681477
|
id_origin_un_locode: string | null;
|
|
@@ -681483,8 +681481,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681483
681481
|
id_carrier_service_level: string | null;
|
|
681484
681482
|
id_on_board_status: string | null;
|
|
681485
681483
|
id_outer_unit: string | null;
|
|
681484
|
+
id_weight_unit: string | null;
|
|
681486
681485
|
id_volume_unit: string | null;
|
|
681487
681486
|
id_chargeable_unit: string | null;
|
|
681487
|
+
id_commodity: string | null;
|
|
681488
681488
|
extra_term: string | null;
|
|
681489
681489
|
shipper_ref: string | null;
|
|
681490
681490
|
mark_number: string | null;
|
|
@@ -681596,26 +681596,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681596
681596
|
created_by: string | null;
|
|
681597
681597
|
updated_at: Date | null;
|
|
681598
681598
|
updated_by: string | null;
|
|
681599
|
+
id_forwarding_booking: string | null;
|
|
681599
681600
|
id_organization: string | null;
|
|
681600
681601
|
id_organization_address: string | null;
|
|
681601
681602
|
id_type: string | null;
|
|
681602
|
-
id_forwarding_booking: string | null;
|
|
681603
681603
|
is_override: boolean | null;
|
|
681604
681604
|
}[];
|
|
681605
|
-
|
|
681606
|
-
is_active: boolean | null;
|
|
681607
|
-
id: string;
|
|
681608
|
-
logic_code: string | null;
|
|
681609
|
-
name: string | null;
|
|
681610
|
-
code: string | null;
|
|
681611
|
-
created_at: Date | null;
|
|
681612
|
-
created_by: string | null;
|
|
681613
|
-
updated_at: Date | null;
|
|
681614
|
-
updated_by: string | null;
|
|
681615
|
-
id_agreement: string | null;
|
|
681616
|
-
percentage: Decimal | null;
|
|
681617
|
-
} | null;
|
|
681618
|
-
incoterm: {
|
|
681605
|
+
forwarding_transport_type: {
|
|
681619
681606
|
is_active: boolean | null;
|
|
681620
681607
|
id: string;
|
|
681621
681608
|
logic_code: string | null;
|
|
@@ -681625,9 +681612,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681625
681612
|
created_by: string | null;
|
|
681626
681613
|
updated_at: Date | null;
|
|
681627
681614
|
updated_by: string | null;
|
|
681628
|
-
description: string | null;
|
|
681629
681615
|
} | null;
|
|
681630
|
-
|
|
681616
|
+
container_shipping_type: {
|
|
681631
681617
|
is_active: boolean | null;
|
|
681632
681618
|
id: string;
|
|
681633
681619
|
logic_code: string | null;
|
|
@@ -681637,19 +681623,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681637
681623
|
created_by: string | null;
|
|
681638
681624
|
updated_at: Date | null;
|
|
681639
681625
|
updated_by: string | null;
|
|
681640
|
-
id_iata_commodity: string | null;
|
|
681641
|
-
id_universal_group: string | null;
|
|
681642
|
-
id_expiration_date_unit: string | null;
|
|
681643
|
-
reefer_min_temp: Decimal | null;
|
|
681644
|
-
reefer_max_temp: Decimal | null;
|
|
681645
|
-
is_hazardous: boolean;
|
|
681646
|
-
is_perishable: boolean;
|
|
681647
|
-
is_flammable: boolean;
|
|
681648
|
-
is_timber: boolean;
|
|
681649
|
-
is_vent_required: boolean;
|
|
681650
|
-
expiration_date: number | null;
|
|
681651
681626
|
} | null;
|
|
681652
|
-
|
|
681627
|
+
incoterm: {
|
|
681653
681628
|
is_active: boolean | null;
|
|
681654
681629
|
id: string;
|
|
681655
681630
|
logic_code: string | null;
|
|
@@ -681659,8 +681634,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681659
681634
|
created_by: string | null;
|
|
681660
681635
|
updated_at: Date | null;
|
|
681661
681636
|
updated_by: string | null;
|
|
681637
|
+
description: string | null;
|
|
681662
681638
|
} | null;
|
|
681663
|
-
|
|
681639
|
+
service_level: {
|
|
681664
681640
|
is_active: boolean | null;
|
|
681665
681641
|
id: string;
|
|
681666
681642
|
logic_code: string | null;
|
|
@@ -681670,6 +681646,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681670
681646
|
created_by: string | null;
|
|
681671
681647
|
updated_at: Date | null;
|
|
681672
681648
|
updated_by: string | null;
|
|
681649
|
+
id_agreement: string | null;
|
|
681650
|
+
percentage: Decimal | null;
|
|
681673
681651
|
} | null;
|
|
681674
681652
|
forwarding_shipment_release_type: {
|
|
681675
681653
|
is_active: boolean | null;
|
|
@@ -681881,6 +681859,28 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681881
681859
|
updated_by: string | null;
|
|
681882
681860
|
id_type: string | null;
|
|
681883
681861
|
} | null;
|
|
681862
|
+
commodity: {
|
|
681863
|
+
is_active: boolean | null;
|
|
681864
|
+
id: string;
|
|
681865
|
+
logic_code: string | null;
|
|
681866
|
+
name: string | null;
|
|
681867
|
+
code: string | null;
|
|
681868
|
+
created_at: Date | null;
|
|
681869
|
+
created_by: string | null;
|
|
681870
|
+
updated_at: Date | null;
|
|
681871
|
+
updated_by: string | null;
|
|
681872
|
+
id_universal_group: string | null;
|
|
681873
|
+
id_iata_commodity: string | null;
|
|
681874
|
+
id_expiration_date_unit: string | null;
|
|
681875
|
+
reefer_min_temp: Decimal | null;
|
|
681876
|
+
reefer_max_temp: Decimal | null;
|
|
681877
|
+
is_hazardous: boolean;
|
|
681878
|
+
is_perishable: boolean;
|
|
681879
|
+
is_flammable: boolean;
|
|
681880
|
+
is_timber: boolean;
|
|
681881
|
+
is_vent_required: boolean;
|
|
681882
|
+
expiration_date: number | null;
|
|
681883
|
+
} | null;
|
|
681884
681884
|
is_active: boolean | null;
|
|
681885
681885
|
id: string;
|
|
681886
681886
|
logic_code: string | null;
|
|
@@ -681891,11 +681891,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681891
681891
|
length: Decimal | null;
|
|
681892
681892
|
description: string | null;
|
|
681893
681893
|
id_container_shipping_type: string | null;
|
|
681894
|
-
id_weight_unit: string | null;
|
|
681895
|
-
id_service_level: string | null;
|
|
681896
|
-
id_incoterm: string | null;
|
|
681897
|
-
id_commodity: string | null;
|
|
681898
681894
|
id_transport_type: string | null;
|
|
681895
|
+
id_incoterm: string | null;
|
|
681896
|
+
id_service_level: string | null;
|
|
681899
681897
|
id_release_type: string | null;
|
|
681900
681898
|
id_charges_apply: string | null;
|
|
681901
681899
|
id_origin_un_locode: string | null;
|
|
@@ -681905,8 +681903,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681905
681903
|
id_carrier_service_level: string | null;
|
|
681906
681904
|
id_on_board_status: string | null;
|
|
681907
681905
|
id_outer_unit: string | null;
|
|
681906
|
+
id_weight_unit: string | null;
|
|
681908
681907
|
id_volume_unit: string | null;
|
|
681909
681908
|
id_chargeable_unit: string | null;
|
|
681909
|
+
id_commodity: string | null;
|
|
681910
681910
|
extra_term: string | null;
|
|
681911
681911
|
shipper_ref: string | null;
|
|
681912
681912
|
mark_number: string | null;
|
|
@@ -682106,11 +682106,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682106
682106
|
length: Decimal | null;
|
|
682107
682107
|
description: string | null;
|
|
682108
682108
|
id_container_shipping_type: string | null;
|
|
682109
|
-
id_weight_unit: string | null;
|
|
682110
|
-
id_service_level: string | null;
|
|
682111
|
-
id_incoterm: string | null;
|
|
682112
|
-
id_commodity: string | null;
|
|
682113
682109
|
id_transport_type: string | null;
|
|
682110
|
+
id_incoterm: string | null;
|
|
682111
|
+
id_service_level: string | null;
|
|
682114
682112
|
id_release_type: string | null;
|
|
682115
682113
|
id_charges_apply: string | null;
|
|
682116
682114
|
id_origin_un_locode: string | null;
|
|
@@ -682120,8 +682118,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682120
682118
|
id_carrier_service_level: string | null;
|
|
682121
682119
|
id_on_board_status: string | null;
|
|
682122
682120
|
id_outer_unit: string | null;
|
|
682121
|
+
id_weight_unit: string | null;
|
|
682123
682122
|
id_volume_unit: string | null;
|
|
682124
682123
|
id_chargeable_unit: string | null;
|
|
682124
|
+
id_commodity: string | null;
|
|
682125
682125
|
extra_term: string | null;
|
|
682126
682126
|
shipper_ref: string | null;
|
|
682127
682127
|
mark_number: string | null;
|
|
@@ -682258,11 +682258,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682258
682258
|
length: Decimal | null;
|
|
682259
682259
|
description: string | null;
|
|
682260
682260
|
id_container_shipping_type: string | null;
|
|
682261
|
-
id_weight_unit: string | null;
|
|
682262
|
-
id_service_level: string | null;
|
|
682263
|
-
id_incoterm: string | null;
|
|
682264
|
-
id_commodity: string | null;
|
|
682265
682261
|
id_transport_type: string | null;
|
|
682262
|
+
id_incoterm: string | null;
|
|
682263
|
+
id_service_level: string | null;
|
|
682266
682264
|
id_release_type: string | null;
|
|
682267
682265
|
id_charges_apply: string | null;
|
|
682268
682266
|
id_origin_un_locode: string | null;
|
|
@@ -682272,8 +682270,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682272
682270
|
id_carrier_service_level: string | null;
|
|
682273
682271
|
id_on_board_status: string | null;
|
|
682274
682272
|
id_outer_unit: string | null;
|
|
682273
|
+
id_weight_unit: string | null;
|
|
682275
682274
|
id_volume_unit: string | null;
|
|
682276
682275
|
id_chargeable_unit: string | null;
|
|
682276
|
+
id_commodity: string | null;
|
|
682277
682277
|
extra_term: string | null;
|
|
682278
682278
|
shipper_ref: string | null;
|
|
682279
682279
|
mark_number: string | null;
|
|
@@ -682323,11 +682323,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682323
682323
|
length: Decimal | null;
|
|
682324
682324
|
description: string | null;
|
|
682325
682325
|
id_container_shipping_type: string | null;
|
|
682326
|
-
id_weight_unit: string | null;
|
|
682327
|
-
id_service_level: string | null;
|
|
682328
|
-
id_incoterm: string | null;
|
|
682329
|
-
id_commodity: string | null;
|
|
682330
682326
|
id_transport_type: string | null;
|
|
682327
|
+
id_incoterm: string | null;
|
|
682328
|
+
id_service_level: string | null;
|
|
682331
682329
|
id_release_type: string | null;
|
|
682332
682330
|
id_charges_apply: string | null;
|
|
682333
682331
|
id_origin_un_locode: string | null;
|
|
@@ -682337,8 +682335,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682337
682335
|
id_carrier_service_level: string | null;
|
|
682338
682336
|
id_on_board_status: string | null;
|
|
682339
682337
|
id_outer_unit: string | null;
|
|
682338
|
+
id_weight_unit: string | null;
|
|
682340
682339
|
id_volume_unit: string | null;
|
|
682341
682340
|
id_chargeable_unit: string | null;
|
|
682341
|
+
id_commodity: string | null;
|
|
682342
682342
|
extra_term: string | null;
|
|
682343
682343
|
shipper_ref: string | null;
|
|
682344
682344
|
mark_number: string | null;
|
|
@@ -682413,54 +682413,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682413
682413
|
updated_at: Date | null;
|
|
682414
682414
|
updated_by: string | null;
|
|
682415
682415
|
} | null;
|
|
682416
|
-
organization: {
|
|
682417
|
-
is_active: boolean | null;
|
|
682418
|
-
id: string;
|
|
682419
|
-
logic_code: string | null;
|
|
682420
|
-
name: string | null;
|
|
682421
|
-
id_country: string | null;
|
|
682422
|
-
id_state: string | null;
|
|
682423
|
-
id_city: string | null;
|
|
682424
|
-
id_postal_code: string | null;
|
|
682425
|
-
id_company: string | null;
|
|
682426
|
-
id_branch: string | null;
|
|
682427
|
-
code: string | null;
|
|
682428
|
-
created_at: Date | null;
|
|
682429
|
-
created_by: string | null;
|
|
682430
|
-
updated_at: Date | null;
|
|
682431
|
-
updated_by: string | null;
|
|
682432
|
-
id_un_locode: string | null;
|
|
682433
|
-
email: string | null;
|
|
682434
|
-
id_business_category: string | null;
|
|
682435
|
-
id_controlling_branch: string | null;
|
|
682436
|
-
id_airline: string | null;
|
|
682437
|
-
id_shipping_line: string | null;
|
|
682438
|
-
phone: string | null;
|
|
682439
|
-
website_url: string | null;
|
|
682440
|
-
company_number: string | null;
|
|
682441
|
-
company_tax_number: string | null;
|
|
682442
|
-
} | null;
|
|
682443
|
-
organization_address: {
|
|
682444
|
-
is_active: boolean | null;
|
|
682445
|
-
id: string;
|
|
682446
|
-
logic_code: string | null;
|
|
682447
|
-
id_country: string | null;
|
|
682448
|
-
id_state: string | null;
|
|
682449
|
-
id_city: string | null;
|
|
682450
|
-
id_postal_code: string | null;
|
|
682451
|
-
code: string | null;
|
|
682452
|
-
address: string | null;
|
|
682453
|
-
mobile_phone: string | null;
|
|
682454
|
-
created_at: Date | null;
|
|
682455
|
-
created_by: string | null;
|
|
682456
|
-
updated_at: Date | null;
|
|
682457
|
-
updated_by: string | null;
|
|
682458
|
-
id_un_locode: string | null;
|
|
682459
|
-
email: string | null;
|
|
682460
|
-
id_organization: string | null;
|
|
682461
|
-
phone: string | null;
|
|
682462
|
-
fax: string | null;
|
|
682463
|
-
} | null;
|
|
682464
682416
|
forwarding_booking: {
|
|
682465
682417
|
is_active: boolean | null;
|
|
682466
682418
|
id: string;
|
|
@@ -682472,11 +682424,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682472
682424
|
length: Decimal | null;
|
|
682473
682425
|
description: string | null;
|
|
682474
682426
|
id_container_shipping_type: string | null;
|
|
682475
|
-
id_weight_unit: string | null;
|
|
682476
|
-
id_service_level: string | null;
|
|
682477
|
-
id_incoterm: string | null;
|
|
682478
|
-
id_commodity: string | null;
|
|
682479
682427
|
id_transport_type: string | null;
|
|
682428
|
+
id_incoterm: string | null;
|
|
682429
|
+
id_service_level: string | null;
|
|
682480
682430
|
id_release_type: string | null;
|
|
682481
682431
|
id_charges_apply: string | null;
|
|
682482
682432
|
id_origin_un_locode: string | null;
|
|
@@ -682486,8 +682436,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682486
682436
|
id_carrier_service_level: string | null;
|
|
682487
682437
|
id_on_board_status: string | null;
|
|
682488
682438
|
id_outer_unit: string | null;
|
|
682439
|
+
id_weight_unit: string | null;
|
|
682489
682440
|
id_volume_unit: string | null;
|
|
682490
682441
|
id_chargeable_unit: string | null;
|
|
682442
|
+
id_commodity: string | null;
|
|
682491
682443
|
extra_term: string | null;
|
|
682492
682444
|
shipper_ref: string | null;
|
|
682493
682445
|
mark_number: string | null;
|
|
@@ -682502,54 +682454,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682502
682454
|
chargeable: Decimal | null;
|
|
682503
682455
|
booking_number: string | null;
|
|
682504
682456
|
} | null;
|
|
682505
|
-
is_active: boolean | null;
|
|
682506
|
-
id: string;
|
|
682507
|
-
logic_code: string | null;
|
|
682508
|
-
name: string | null;
|
|
682509
|
-
code: string | null;
|
|
682510
|
-
address: string | null;
|
|
682511
|
-
created_at: Date | null;
|
|
682512
|
-
created_by: string | null;
|
|
682513
|
-
updated_at: Date | null;
|
|
682514
|
-
updated_by: string | null;
|
|
682515
|
-
id_organization: string | null;
|
|
682516
|
-
id_organization_address: string | null;
|
|
682517
|
-
id_type: string | null;
|
|
682518
|
-
id_forwarding_booking: string | null;
|
|
682519
|
-
is_override: boolean | null;
|
|
682520
|
-
}[] | undefined;
|
|
682521
|
-
total: number | undefined;
|
|
682522
|
-
};
|
|
682523
|
-
meta: object;
|
|
682524
|
-
}>;
|
|
682525
|
-
getDetail: MutationProcedure<{
|
|
682526
|
-
input: {
|
|
682527
|
-
is_active?: (string | number | boolean)[] | null | undefined;
|
|
682528
|
-
is_system?: (string | number | boolean)[] | null | undefined;
|
|
682529
|
-
id?: string | number | bigint | null | undefined;
|
|
682530
|
-
id_string?: string | null | undefined;
|
|
682531
|
-
logic_code?: string | null | undefined;
|
|
682532
|
-
};
|
|
682533
|
-
output: {
|
|
682534
|
-
data: {
|
|
682535
|
-
_count: {
|
|
682536
|
-
forwarding_booking: number;
|
|
682537
|
-
organization: number;
|
|
682538
|
-
organization_address: number;
|
|
682539
|
-
forwarding_shipment_organization_types: number;
|
|
682540
|
-
forwarding_booking_organization_logs: number;
|
|
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;
|
|
682553
682457
|
organization: {
|
|
682554
682458
|
is_active: boolean | null;
|
|
682555
682459
|
id: string;
|
|
@@ -682598,6 +682502,54 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682598
682502
|
phone: string | null;
|
|
682599
682503
|
fax: string | null;
|
|
682600
682504
|
} | null;
|
|
682505
|
+
is_active: boolean | null;
|
|
682506
|
+
id: string;
|
|
682507
|
+
logic_code: string | null;
|
|
682508
|
+
name: string | null;
|
|
682509
|
+
code: string | null;
|
|
682510
|
+
address: string | null;
|
|
682511
|
+
created_at: Date | null;
|
|
682512
|
+
created_by: string | null;
|
|
682513
|
+
updated_at: Date | null;
|
|
682514
|
+
updated_by: string | null;
|
|
682515
|
+
id_forwarding_booking: string | null;
|
|
682516
|
+
id_organization: string | null;
|
|
682517
|
+
id_organization_address: string | null;
|
|
682518
|
+
id_type: string | null;
|
|
682519
|
+
is_override: boolean | null;
|
|
682520
|
+
}[] | undefined;
|
|
682521
|
+
total: number | undefined;
|
|
682522
|
+
};
|
|
682523
|
+
meta: object;
|
|
682524
|
+
}>;
|
|
682525
|
+
getDetail: MutationProcedure<{
|
|
682526
|
+
input: {
|
|
682527
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
682528
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
682529
|
+
id?: string | number | bigint | null | undefined;
|
|
682530
|
+
id_string?: string | null | undefined;
|
|
682531
|
+
logic_code?: string | null | undefined;
|
|
682532
|
+
};
|
|
682533
|
+
output: {
|
|
682534
|
+
data: {
|
|
682535
|
+
_count: {
|
|
682536
|
+
forwarding_booking: number;
|
|
682537
|
+
organization: number;
|
|
682538
|
+
organization_address: number;
|
|
682539
|
+
forwarding_shipment_organization_types: number;
|
|
682540
|
+
forwarding_booking_organization_logs: number;
|
|
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;
|
|
682601
682553
|
forwarding_booking: {
|
|
682602
682554
|
is_active: boolean | null;
|
|
682603
682555
|
id: string;
|
|
@@ -682609,11 +682561,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682609
682561
|
length: Decimal | null;
|
|
682610
682562
|
description: string | null;
|
|
682611
682563
|
id_container_shipping_type: string | null;
|
|
682612
|
-
id_weight_unit: string | null;
|
|
682613
|
-
id_service_level: string | null;
|
|
682614
|
-
id_incoterm: string | null;
|
|
682615
|
-
id_commodity: string | null;
|
|
682616
682564
|
id_transport_type: string | null;
|
|
682565
|
+
id_incoterm: string | null;
|
|
682566
|
+
id_service_level: string | null;
|
|
682617
682567
|
id_release_type: string | null;
|
|
682618
682568
|
id_charges_apply: string | null;
|
|
682619
682569
|
id_origin_un_locode: string | null;
|
|
@@ -682623,8 +682573,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682623
682573
|
id_carrier_service_level: string | null;
|
|
682624
682574
|
id_on_board_status: string | null;
|
|
682625
682575
|
id_outer_unit: string | null;
|
|
682576
|
+
id_weight_unit: string | null;
|
|
682626
682577
|
id_volume_unit: string | null;
|
|
682627
682578
|
id_chargeable_unit: string | null;
|
|
682579
|
+
id_commodity: string | null;
|
|
682628
682580
|
extra_term: string | null;
|
|
682629
682581
|
shipper_ref: string | null;
|
|
682630
682582
|
mark_number: string | null;
|
|
@@ -682639,6 +682591,54 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682639
682591
|
chargeable: Decimal | null;
|
|
682640
682592
|
booking_number: string | null;
|
|
682641
682593
|
} | null;
|
|
682594
|
+
organization: {
|
|
682595
|
+
is_active: boolean | null;
|
|
682596
|
+
id: string;
|
|
682597
|
+
logic_code: string | null;
|
|
682598
|
+
name: string | null;
|
|
682599
|
+
id_country: string | null;
|
|
682600
|
+
id_state: string | null;
|
|
682601
|
+
id_city: string | null;
|
|
682602
|
+
id_postal_code: string | null;
|
|
682603
|
+
id_company: string | null;
|
|
682604
|
+
id_branch: string | null;
|
|
682605
|
+
code: string | null;
|
|
682606
|
+
created_at: Date | null;
|
|
682607
|
+
created_by: string | null;
|
|
682608
|
+
updated_at: Date | null;
|
|
682609
|
+
updated_by: string | null;
|
|
682610
|
+
id_un_locode: string | null;
|
|
682611
|
+
email: string | null;
|
|
682612
|
+
id_business_category: string | null;
|
|
682613
|
+
id_controlling_branch: string | null;
|
|
682614
|
+
id_airline: string | null;
|
|
682615
|
+
id_shipping_line: string | null;
|
|
682616
|
+
phone: string | null;
|
|
682617
|
+
website_url: string | null;
|
|
682618
|
+
company_number: string | null;
|
|
682619
|
+
company_tax_number: string | null;
|
|
682620
|
+
} | null;
|
|
682621
|
+
organization_address: {
|
|
682622
|
+
is_active: boolean | null;
|
|
682623
|
+
id: string;
|
|
682624
|
+
logic_code: string | null;
|
|
682625
|
+
id_country: string | null;
|
|
682626
|
+
id_state: string | null;
|
|
682627
|
+
id_city: string | null;
|
|
682628
|
+
id_postal_code: string | null;
|
|
682629
|
+
code: string | null;
|
|
682630
|
+
address: string | null;
|
|
682631
|
+
mobile_phone: string | null;
|
|
682632
|
+
created_at: Date | null;
|
|
682633
|
+
created_by: string | null;
|
|
682634
|
+
updated_at: Date | null;
|
|
682635
|
+
updated_by: string | null;
|
|
682636
|
+
id_un_locode: string | null;
|
|
682637
|
+
email: string | null;
|
|
682638
|
+
id_organization: string | null;
|
|
682639
|
+
phone: string | null;
|
|
682640
|
+
fax: string | null;
|
|
682641
|
+
} | null;
|
|
682642
682642
|
is_active: boolean | null;
|
|
682643
682643
|
id: string;
|
|
682644
682644
|
logic_code: string | null;
|
|
@@ -682649,10 +682649,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682649
682649
|
created_by: string | null;
|
|
682650
682650
|
updated_at: Date | null;
|
|
682651
682651
|
updated_by: string | null;
|
|
682652
|
+
id_forwarding_booking: string | null;
|
|
682652
682653
|
id_organization: string | null;
|
|
682653
682654
|
id_organization_address: string | null;
|
|
682654
682655
|
id_type: string | null;
|
|
682655
|
-
id_forwarding_booking: string | null;
|
|
682656
682656
|
is_override: boolean | null;
|
|
682657
682657
|
};
|
|
682658
682658
|
};
|
|
@@ -682782,10 +682782,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682782
682782
|
created_by: string | null;
|
|
682783
682783
|
updated_at: Date | null;
|
|
682784
682784
|
updated_by: string | null;
|
|
682785
|
+
id_forwarding_booking: string | null;
|
|
682785
682786
|
id_organization: string | null;
|
|
682786
682787
|
id_organization_address: string | null;
|
|
682787
682788
|
id_type: string | null;
|
|
682788
|
-
id_forwarding_booking: string | null;
|
|
682789
682789
|
is_override: boolean | null;
|
|
682790
682790
|
};
|
|
682791
682791
|
log: {
|
|
@@ -682830,10 +682830,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682830
682830
|
created_by: string | null;
|
|
682831
682831
|
updated_at: Date | null;
|
|
682832
682832
|
updated_by: string | null;
|
|
682833
|
+
id_forwarding_booking: string | null;
|
|
682833
682834
|
id_organization: string | null;
|
|
682834
682835
|
id_organization_address: string | null;
|
|
682835
682836
|
id_type: string | null;
|
|
682836
|
-
id_forwarding_booking: string | null;
|
|
682837
682837
|
is_override: boolean | null;
|
|
682838
682838
|
};
|
|
682839
682839
|
log: {
|
|
@@ -682869,10 +682869,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682869
682869
|
created_by: string | null;
|
|
682870
682870
|
updated_at: Date | null;
|
|
682871
682871
|
updated_by: string | null;
|
|
682872
|
+
id_forwarding_booking: string | null;
|
|
682872
682873
|
id_organization: string | null;
|
|
682873
682874
|
id_organization_address: string | null;
|
|
682874
682875
|
id_type: string | null;
|
|
682875
|
-
id_forwarding_booking: string | null;
|
|
682876
682876
|
is_override: boolean | null;
|
|
682877
682877
|
} | undefined)[] | undefined;
|
|
682878
682878
|
} | undefined;
|
|
@@ -683004,27 +683004,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683004
683004
|
updated_by: string | null;
|
|
683005
683005
|
length: Decimal | null;
|
|
683006
683006
|
description: string | null;
|
|
683007
|
-
width: Decimal | null;
|
|
683008
|
-
height: Decimal | null;
|
|
683009
|
-
id_dg_class: string | null;
|
|
683010
683007
|
id_weight_unit: string | null;
|
|
683011
|
-
id_package_type: string | null;
|
|
683012
|
-
weight: Decimal | null;
|
|
683013
|
-
id_commodity: string | null;
|
|
683014
683008
|
id_volume_unit: string | null;
|
|
683009
|
+
id_commodity: string | null;
|
|
683015
683010
|
id_forwarding_booking: string | null;
|
|
683016
683011
|
volume: Decimal | null;
|
|
683017
683012
|
id_forwarding_shipment: string | null;
|
|
683018
683013
|
id_console_container: string | null;
|
|
683014
|
+
id_package_type: string | null;
|
|
683019
683015
|
id_length_unit: string | null;
|
|
683020
683016
|
id_width_unit: string | null;
|
|
683021
683017
|
id_height_unit: string | null;
|
|
683022
683018
|
id_dg_substance: string | null;
|
|
683019
|
+
id_dg_class: string | null;
|
|
683023
683020
|
po_number: string | null;
|
|
683024
683021
|
goods_description: string | null;
|
|
683025
683022
|
item_number: string | null;
|
|
683026
683023
|
pack: number | null;
|
|
683027
683024
|
packing_order: number | null;
|
|
683025
|
+
weight: Decimal | null;
|
|
683026
|
+
width: Decimal | null;
|
|
683027
|
+
height: Decimal | null;
|
|
683028
683028
|
harmonized_code: string | null;
|
|
683029
683029
|
harmonized_description: string | null;
|
|
683030
683030
|
dg_substance_name: string | null;
|
|
@@ -683032,19 +683032,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683032
683032
|
flash_point: Decimal | null;
|
|
683033
683033
|
un_dg_contact: string | null;
|
|
683034
683034
|
}[];
|
|
683035
|
-
|
|
683036
|
-
is_active: boolean | null;
|
|
683037
|
-
id: string;
|
|
683038
|
-
logic_code: string | null;
|
|
683039
|
-
name: string | null;
|
|
683040
|
-
code: string | null;
|
|
683041
|
-
created_at: Date | null;
|
|
683042
|
-
created_by: string | null;
|
|
683043
|
-
updated_at: Date | null;
|
|
683044
|
-
updated_by: string | null;
|
|
683045
|
-
id_type: string | null;
|
|
683046
|
-
} | null;
|
|
683047
|
-
service_level: {
|
|
683035
|
+
container_shipping_type: {
|
|
683048
683036
|
is_active: boolean | null;
|
|
683049
683037
|
id: string;
|
|
683050
683038
|
logic_code: string | null;
|
|
@@ -683054,8 +683042,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683054
683042
|
created_by: string | null;
|
|
683055
683043
|
updated_at: Date | null;
|
|
683056
683044
|
updated_by: string | null;
|
|
683057
|
-
id_agreement: string | null;
|
|
683058
|
-
percentage: Decimal | null;
|
|
683059
683045
|
} | null;
|
|
683060
683046
|
incoterm: {
|
|
683061
683047
|
is_active: boolean | null;
|
|
@@ -683069,7 +683055,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683069
683055
|
updated_by: string | null;
|
|
683070
683056
|
description: string | null;
|
|
683071
683057
|
} | null;
|
|
683072
|
-
|
|
683058
|
+
service_level: {
|
|
683073
683059
|
is_active: boolean | null;
|
|
683074
683060
|
id: string;
|
|
683075
683061
|
logic_code: string | null;
|
|
@@ -683079,6 +683065,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683079
683065
|
created_by: string | null;
|
|
683080
683066
|
updated_at: Date | null;
|
|
683081
683067
|
updated_by: string | null;
|
|
683068
|
+
id_agreement: string | null;
|
|
683069
|
+
percentage: Decimal | null;
|
|
683082
683070
|
} | null;
|
|
683083
683071
|
origin_un_locode: {
|
|
683084
683072
|
is_active: boolean | null;
|
|
@@ -683142,6 +683130,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683142
683130
|
has_seaport: boolean | null;
|
|
683143
683131
|
has_outport: boolean | null;
|
|
683144
683132
|
} | null;
|
|
683133
|
+
weight_unit: {
|
|
683134
|
+
is_active: boolean | null;
|
|
683135
|
+
id: string;
|
|
683136
|
+
logic_code: string | null;
|
|
683137
|
+
name: string | null;
|
|
683138
|
+
code: string | null;
|
|
683139
|
+
created_at: Date | null;
|
|
683140
|
+
created_by: string | null;
|
|
683141
|
+
updated_at: Date | null;
|
|
683142
|
+
updated_by: string | null;
|
|
683143
|
+
id_type: string | null;
|
|
683144
|
+
} | null;
|
|
683145
683145
|
volume_unit: {
|
|
683146
683146
|
is_active: boolean | null;
|
|
683147
683147
|
id: string;
|
|
@@ -683189,12 +683189,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683189
683189
|
updated_at: Date | null;
|
|
683190
683190
|
updated_by: string | null;
|
|
683191
683191
|
length: Decimal | null;
|
|
683192
|
+
id_weight_unit: string | null;
|
|
683193
|
+
weight: Decimal | null;
|
|
683192
683194
|
width: Decimal | null;
|
|
683193
683195
|
height: Decimal | null;
|
|
683194
683196
|
id_dimension_unit: string | null;
|
|
683195
|
-
id_weight_unit: string | null;
|
|
683196
683197
|
id_measurement_unit_type: string | null;
|
|
683197
|
-
weight: Decimal | null;
|
|
683198
683198
|
is_keep_upright: boolean | null;
|
|
683199
683199
|
} | null;
|
|
683200
683200
|
package_inner_count_type: {
|
|
@@ -683208,12 +683208,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683208
683208
|
updated_at: Date | null;
|
|
683209
683209
|
updated_by: string | null;
|
|
683210
683210
|
length: Decimal | null;
|
|
683211
|
+
id_weight_unit: string | null;
|
|
683212
|
+
weight: Decimal | null;
|
|
683211
683213
|
width: Decimal | null;
|
|
683212
683214
|
height: Decimal | null;
|
|
683213
683215
|
id_dimension_unit: string | null;
|
|
683214
|
-
id_weight_unit: string | null;
|
|
683215
683216
|
id_measurement_unit_type: string | null;
|
|
683216
|
-
weight: Decimal | null;
|
|
683217
683217
|
is_keep_upright: boolean | null;
|
|
683218
683218
|
} | null;
|
|
683219
683219
|
release_type: {
|
|
@@ -683347,18 +683347,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683347
683347
|
updated_by: string | null;
|
|
683348
683348
|
description: string | null;
|
|
683349
683349
|
id_container_shipping_type: string | null;
|
|
683350
|
-
id_weight_unit: string | null;
|
|
683351
|
-
weight: Decimal | null;
|
|
683352
|
-
id_service_level: string | null;
|
|
683353
|
-
id_incoterm: string | null;
|
|
683354
683350
|
id_transport_type: string | null;
|
|
683351
|
+
id_incoterm: string | null;
|
|
683352
|
+
id_service_level: string | null;
|
|
683355
683353
|
id_release_type: string | null;
|
|
683356
683354
|
id_on_board_status: string | null;
|
|
683355
|
+
id_weight_unit: string | null;
|
|
683357
683356
|
id_volume_unit: string | null;
|
|
683358
683357
|
id_chargeable_unit: string | null;
|
|
683359
683358
|
mark_number: string | null;
|
|
683360
683359
|
volume: Decimal | null;
|
|
683361
683360
|
chargeable: Decimal | null;
|
|
683361
|
+
weight: Decimal | null;
|
|
683362
683362
|
id_origin: string | null;
|
|
683363
683363
|
id_destination: string | null;
|
|
683364
683364
|
id_weight_volume_unit: string | null;
|
|
@@ -683466,27 +683466,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683466
683466
|
updated_by: string | null;
|
|
683467
683467
|
length: Decimal | null;
|
|
683468
683468
|
description: string | null;
|
|
683469
|
-
width: Decimal | null;
|
|
683470
|
-
height: Decimal | null;
|
|
683471
|
-
id_dg_class: string | null;
|
|
683472
683469
|
id_weight_unit: string | null;
|
|
683473
|
-
id_package_type: string | null;
|
|
683474
|
-
weight: Decimal | null;
|
|
683475
|
-
id_commodity: string | null;
|
|
683476
683470
|
id_volume_unit: string | null;
|
|
683471
|
+
id_commodity: string | null;
|
|
683477
683472
|
id_forwarding_booking: string | null;
|
|
683478
683473
|
volume: Decimal | null;
|
|
683479
683474
|
id_forwarding_shipment: string | null;
|
|
683480
683475
|
id_console_container: string | null;
|
|
683476
|
+
id_package_type: string | null;
|
|
683481
683477
|
id_length_unit: string | null;
|
|
683482
683478
|
id_width_unit: string | null;
|
|
683483
683479
|
id_height_unit: string | null;
|
|
683484
683480
|
id_dg_substance: string | null;
|
|
683481
|
+
id_dg_class: string | null;
|
|
683485
683482
|
po_number: string | null;
|
|
683486
683483
|
goods_description: string | null;
|
|
683487
683484
|
item_number: string | null;
|
|
683488
683485
|
pack: number | null;
|
|
683489
683486
|
packing_order: number | null;
|
|
683487
|
+
weight: Decimal | null;
|
|
683488
|
+
width: Decimal | null;
|
|
683489
|
+
height: Decimal | null;
|
|
683490
683490
|
harmonized_code: string | null;
|
|
683491
683491
|
harmonized_description: string | null;
|
|
683492
683492
|
dg_substance_name: string | null;
|
|
@@ -683545,19 +683545,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683545
683545
|
file_extension: string | null;
|
|
683546
683546
|
storage_provider: string | null;
|
|
683547
683547
|
}[];
|
|
683548
|
-
|
|
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
|
-
id_type: string | null;
|
|
683559
|
-
} | null;
|
|
683560
|
-
service_level: {
|
|
683548
|
+
container_shipping_type: {
|
|
683561
683549
|
is_active: boolean | null;
|
|
683562
683550
|
id: string;
|
|
683563
683551
|
logic_code: string | null;
|
|
@@ -683567,8 +683555,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683567
683555
|
created_by: string | null;
|
|
683568
683556
|
updated_at: Date | null;
|
|
683569
683557
|
updated_by: string | null;
|
|
683570
|
-
id_agreement: string | null;
|
|
683571
|
-
percentage: Decimal | null;
|
|
683572
683558
|
} | null;
|
|
683573
683559
|
incoterm: {
|
|
683574
683560
|
is_active: boolean | null;
|
|
@@ -683582,7 +683568,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683582
683568
|
updated_by: string | null;
|
|
683583
683569
|
description: string | null;
|
|
683584
683570
|
} | null;
|
|
683585
|
-
|
|
683571
|
+
service_level: {
|
|
683586
683572
|
is_active: boolean | null;
|
|
683587
683573
|
id: string;
|
|
683588
683574
|
logic_code: string | null;
|
|
@@ -683592,6 +683578,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683592
683578
|
created_by: string | null;
|
|
683593
683579
|
updated_at: Date | null;
|
|
683594
683580
|
updated_by: string | null;
|
|
683581
|
+
id_agreement: string | null;
|
|
683582
|
+
percentage: Decimal | null;
|
|
683595
683583
|
} | null;
|
|
683596
683584
|
origin_un_locode: {
|
|
683597
683585
|
is_active: boolean | null;
|
|
@@ -683655,6 +683643,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683655
683643
|
has_seaport: boolean | null;
|
|
683656
683644
|
has_outport: boolean | null;
|
|
683657
683645
|
} | null;
|
|
683646
|
+
weight_unit: {
|
|
683647
|
+
is_active: boolean | null;
|
|
683648
|
+
id: string;
|
|
683649
|
+
logic_code: string | null;
|
|
683650
|
+
name: string | null;
|
|
683651
|
+
code: string | null;
|
|
683652
|
+
created_at: Date | null;
|
|
683653
|
+
created_by: string | null;
|
|
683654
|
+
updated_at: Date | null;
|
|
683655
|
+
updated_by: string | null;
|
|
683656
|
+
id_type: string | null;
|
|
683657
|
+
} | null;
|
|
683658
683658
|
volume_unit: {
|
|
683659
683659
|
is_active: boolean | null;
|
|
683660
683660
|
id: string;
|
|
@@ -683702,12 +683702,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683702
683702
|
updated_at: Date | null;
|
|
683703
683703
|
updated_by: string | null;
|
|
683704
683704
|
length: Decimal | null;
|
|
683705
|
+
id_weight_unit: string | null;
|
|
683706
|
+
weight: Decimal | null;
|
|
683705
683707
|
width: Decimal | null;
|
|
683706
683708
|
height: Decimal | null;
|
|
683707
683709
|
id_dimension_unit: string | null;
|
|
683708
|
-
id_weight_unit: string | null;
|
|
683709
683710
|
id_measurement_unit_type: string | null;
|
|
683710
|
-
weight: Decimal | null;
|
|
683711
683711
|
is_keep_upright: boolean | null;
|
|
683712
683712
|
} | null;
|
|
683713
683713
|
package_inner_count_type: {
|
|
@@ -683721,12 +683721,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683721
683721
|
updated_at: Date | null;
|
|
683722
683722
|
updated_by: string | null;
|
|
683723
683723
|
length: Decimal | null;
|
|
683724
|
+
id_weight_unit: string | null;
|
|
683725
|
+
weight: Decimal | null;
|
|
683724
683726
|
width: Decimal | null;
|
|
683725
683727
|
height: Decimal | null;
|
|
683726
683728
|
id_dimension_unit: string | null;
|
|
683727
|
-
id_weight_unit: string | null;
|
|
683728
683729
|
id_measurement_unit_type: string | null;
|
|
683729
|
-
weight: Decimal | null;
|
|
683730
683730
|
is_keep_upright: boolean | null;
|
|
683731
683731
|
} | null;
|
|
683732
683732
|
release_type: {
|
|
@@ -683886,18 +683886,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683886
683886
|
updated_by: string | null;
|
|
683887
683887
|
description: string | null;
|
|
683888
683888
|
id_container_shipping_type: string | null;
|
|
683889
|
-
id_weight_unit: string | null;
|
|
683890
|
-
weight: Decimal | null;
|
|
683891
|
-
id_service_level: string | null;
|
|
683892
|
-
id_incoterm: string | null;
|
|
683893
683889
|
id_transport_type: string | null;
|
|
683890
|
+
id_incoterm: string | null;
|
|
683891
|
+
id_service_level: string | null;
|
|
683894
683892
|
id_release_type: string | null;
|
|
683895
683893
|
id_on_board_status: string | null;
|
|
683894
|
+
id_weight_unit: string | null;
|
|
683896
683895
|
id_volume_unit: string | null;
|
|
683897
683896
|
id_chargeable_unit: string | null;
|
|
683898
683897
|
mark_number: string | null;
|
|
683899
683898
|
volume: Decimal | null;
|
|
683900
683899
|
chargeable: Decimal | null;
|
|
683900
|
+
weight: Decimal | null;
|
|
683901
683901
|
id_origin: string | null;
|
|
683902
683902
|
id_destination: string | null;
|
|
683903
683903
|
id_weight_volume_unit: string | null;
|
|
@@ -684044,18 +684044,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684044
684044
|
updated_by: string | null;
|
|
684045
684045
|
description: string | null;
|
|
684046
684046
|
id_container_shipping_type: string | null;
|
|
684047
|
-
id_weight_unit: string | null;
|
|
684048
|
-
weight: Decimal | null;
|
|
684049
|
-
id_service_level: string | null;
|
|
684050
|
-
id_incoterm: string | null;
|
|
684051
684047
|
id_transport_type: string | null;
|
|
684048
|
+
id_incoterm: string | null;
|
|
684049
|
+
id_service_level: string | null;
|
|
684052
684050
|
id_release_type: string | null;
|
|
684053
684051
|
id_on_board_status: string | null;
|
|
684052
|
+
id_weight_unit: string | null;
|
|
684054
684053
|
id_volume_unit: string | null;
|
|
684055
684054
|
id_chargeable_unit: string | null;
|
|
684056
684055
|
mark_number: string | null;
|
|
684057
684056
|
volume: Decimal | null;
|
|
684058
684057
|
chargeable: Decimal | null;
|
|
684058
|
+
weight: Decimal | null;
|
|
684059
684059
|
id_origin: string | null;
|
|
684060
684060
|
id_destination: string | null;
|
|
684061
684061
|
id_weight_volume_unit: string | null;
|
|
@@ -684145,47 +684145,46 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684145
684145
|
};
|
|
684146
684146
|
output: {
|
|
684147
684147
|
data: {
|
|
684148
|
-
|
|
684149
|
-
is_active: boolean | null;
|
|
684150
|
-
id: string;
|
|
684151
|
-
logic_code: string | null;
|
|
684152
|
-
name: string | null;
|
|
684153
|
-
code: string | null;
|
|
684154
|
-
created_at: Date | null;
|
|
684155
|
-
created_by: string | null;
|
|
684156
|
-
updated_at: Date | null;
|
|
684157
|
-
updated_by: string | null;
|
|
684158
|
-
} | null;
|
|
684159
|
-
package_type: {
|
|
684148
|
+
forwarding_booking: {
|
|
684160
684149
|
is_active: boolean | null;
|
|
684161
684150
|
id: string;
|
|
684162
684151
|
logic_code: string | null;
|
|
684163
|
-
name: string | null;
|
|
684164
|
-
code: string | null;
|
|
684165
684152
|
created_at: Date | null;
|
|
684166
684153
|
created_by: string | null;
|
|
684167
684154
|
updated_at: Date | null;
|
|
684168
684155
|
updated_by: string | null;
|
|
684169
684156
|
length: Decimal | null;
|
|
684170
|
-
|
|
684171
|
-
|
|
684172
|
-
|
|
684157
|
+
description: string | null;
|
|
684158
|
+
id_container_shipping_type: string | null;
|
|
684159
|
+
id_transport_type: string | null;
|
|
684160
|
+
id_incoterm: string | null;
|
|
684161
|
+
id_service_level: string | null;
|
|
684162
|
+
id_release_type: string | null;
|
|
684163
|
+
id_charges_apply: string | null;
|
|
684164
|
+
id_origin_un_locode: string | null;
|
|
684165
|
+
id_destination_un_locode: string | null;
|
|
684166
|
+
id_carrier: string | null;
|
|
684167
|
+
id_creditor: string | null;
|
|
684168
|
+
id_carrier_service_level: string | null;
|
|
684169
|
+
id_on_board_status: string | null;
|
|
684170
|
+
id_outer_unit: string | null;
|
|
684173
684171
|
id_weight_unit: string | null;
|
|
684174
|
-
|
|
684175
|
-
|
|
684176
|
-
|
|
684177
|
-
|
|
684178
|
-
|
|
684179
|
-
|
|
684180
|
-
|
|
684181
|
-
|
|
684182
|
-
|
|
684183
|
-
|
|
684184
|
-
|
|
684185
|
-
|
|
684186
|
-
|
|
684187
|
-
|
|
684188
|
-
|
|
684172
|
+
id_volume_unit: string | null;
|
|
684173
|
+
id_chargeable_unit: string | null;
|
|
684174
|
+
id_commodity: string | null;
|
|
684175
|
+
extra_term: string | null;
|
|
684176
|
+
shipper_ref: string | null;
|
|
684177
|
+
mark_number: string | null;
|
|
684178
|
+
contract_number: string | null;
|
|
684179
|
+
booking_date: Date | null;
|
|
684180
|
+
expected_pickup_date: Date | null;
|
|
684181
|
+
expected_delivery_date: Date | null;
|
|
684182
|
+
customer_expected_pickup_date: Date | null;
|
|
684183
|
+
customer_expected_delivery_date: Date | null;
|
|
684184
|
+
outer: Decimal | null;
|
|
684185
|
+
volume: Decimal | null;
|
|
684186
|
+
chargeable: Decimal | null;
|
|
684187
|
+
booking_number: string | null;
|
|
684189
684188
|
} | null;
|
|
684190
684189
|
commodity: {
|
|
684191
684190
|
is_active: boolean | null;
|
|
@@ -684197,8 +684196,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684197
684196
|
created_by: string | null;
|
|
684198
684197
|
updated_at: Date | null;
|
|
684199
684198
|
updated_by: string | null;
|
|
684200
|
-
id_iata_commodity: string | null;
|
|
684201
684199
|
id_universal_group: string | null;
|
|
684200
|
+
id_iata_commodity: string | null;
|
|
684202
684201
|
id_expiration_date_unit: string | null;
|
|
684203
684202
|
reefer_min_temp: Decimal | null;
|
|
684204
684203
|
reefer_max_temp: Decimal | null;
|
|
@@ -684209,46 +684208,17 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684209
684208
|
is_vent_required: boolean;
|
|
684210
684209
|
expiration_date: number | null;
|
|
684211
684210
|
} | null;
|
|
684212
|
-
|
|
684211
|
+
weight_unit: {
|
|
684213
684212
|
is_active: boolean | null;
|
|
684214
684213
|
id: string;
|
|
684215
684214
|
logic_code: string | null;
|
|
684215
|
+
name: string | null;
|
|
684216
|
+
code: string | null;
|
|
684216
684217
|
created_at: Date | null;
|
|
684217
684218
|
created_by: string | null;
|
|
684218
684219
|
updated_at: Date | null;
|
|
684219
684220
|
updated_by: string | null;
|
|
684220
|
-
|
|
684221
|
-
description: string | null;
|
|
684222
|
-
id_container_shipping_type: string | null;
|
|
684223
|
-
id_weight_unit: string | null;
|
|
684224
|
-
id_service_level: string | null;
|
|
684225
|
-
id_incoterm: string | null;
|
|
684226
|
-
id_commodity: string | null;
|
|
684227
|
-
id_transport_type: string | null;
|
|
684228
|
-
id_release_type: string | null;
|
|
684229
|
-
id_charges_apply: string | null;
|
|
684230
|
-
id_origin_un_locode: string | null;
|
|
684231
|
-
id_destination_un_locode: string | null;
|
|
684232
|
-
id_carrier: string | null;
|
|
684233
|
-
id_creditor: string | null;
|
|
684234
|
-
id_carrier_service_level: string | null;
|
|
684235
|
-
id_on_board_status: string | null;
|
|
684236
|
-
id_outer_unit: string | null;
|
|
684237
|
-
id_volume_unit: string | null;
|
|
684238
|
-
id_chargeable_unit: string | null;
|
|
684239
|
-
extra_term: string | null;
|
|
684240
|
-
shipper_ref: string | null;
|
|
684241
|
-
mark_number: string | null;
|
|
684242
|
-
contract_number: string | null;
|
|
684243
|
-
booking_date: Date | null;
|
|
684244
|
-
expected_pickup_date: Date | null;
|
|
684245
|
-
expected_delivery_date: Date | null;
|
|
684246
|
-
customer_expected_pickup_date: Date | null;
|
|
684247
|
-
customer_expected_delivery_date: Date | null;
|
|
684248
|
-
outer: Decimal | null;
|
|
684249
|
-
volume: Decimal | null;
|
|
684250
|
-
chargeable: Decimal | null;
|
|
684251
|
-
booking_number: string | null;
|
|
684221
|
+
id_type: string | null;
|
|
684252
684222
|
} | null;
|
|
684253
684223
|
volume_unit: {
|
|
684254
684224
|
is_active: boolean | null;
|
|
@@ -684274,18 +684244,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684274
684244
|
updated_by: string | null;
|
|
684275
684245
|
description: string | null;
|
|
684276
684246
|
id_container_shipping_type: string | null;
|
|
684277
|
-
id_weight_unit: string | null;
|
|
684278
|
-
weight: Decimal | null;
|
|
684279
|
-
id_service_level: string | null;
|
|
684280
|
-
id_incoterm: string | null;
|
|
684281
684247
|
id_transport_type: string | null;
|
|
684248
|
+
id_incoterm: string | null;
|
|
684249
|
+
id_service_level: string | null;
|
|
684282
684250
|
id_release_type: string | null;
|
|
684283
684251
|
id_on_board_status: string | null;
|
|
684252
|
+
id_weight_unit: string | null;
|
|
684284
684253
|
id_volume_unit: string | null;
|
|
684285
684254
|
id_chargeable_unit: string | null;
|
|
684286
684255
|
mark_number: string | null;
|
|
684287
684256
|
volume: Decimal | null;
|
|
684288
684257
|
chargeable: Decimal | null;
|
|
684258
|
+
weight: Decimal | null;
|
|
684289
684259
|
id_origin: string | null;
|
|
684290
684260
|
id_destination: string | null;
|
|
684291
684261
|
id_weight_volume_unit: string | null;
|
|
@@ -684323,6 +684293,25 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684323
684293
|
id_type: string | null;
|
|
684324
684294
|
id_delivery_mode: string | null;
|
|
684325
684295
|
} | null;
|
|
684296
|
+
package_type: {
|
|
684297
|
+
is_active: boolean | null;
|
|
684298
|
+
id: string;
|
|
684299
|
+
logic_code: string | null;
|
|
684300
|
+
name: string | null;
|
|
684301
|
+
code: string | null;
|
|
684302
|
+
created_at: Date | null;
|
|
684303
|
+
created_by: string | null;
|
|
684304
|
+
updated_at: Date | null;
|
|
684305
|
+
updated_by: string | null;
|
|
684306
|
+
length: Decimal | null;
|
|
684307
|
+
id_weight_unit: string | null;
|
|
684308
|
+
weight: Decimal | null;
|
|
684309
|
+
width: Decimal | null;
|
|
684310
|
+
height: Decimal | null;
|
|
684311
|
+
id_dimension_unit: string | null;
|
|
684312
|
+
id_measurement_unit_type: string | null;
|
|
684313
|
+
is_keep_upright: boolean | null;
|
|
684314
|
+
} | null;
|
|
684326
684315
|
length_unit: {
|
|
684327
684316
|
is_active: boolean | null;
|
|
684328
684317
|
id: string;
|
|
@@ -684368,14 +684357,25 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684368
684357
|
created_by: string | null;
|
|
684369
684358
|
updated_at: Date | null;
|
|
684370
684359
|
updated_by: string | null;
|
|
684371
|
-
id_dg_packing_group: string | null;
|
|
684372
684360
|
id_dg_class: string | null;
|
|
684361
|
+
id_dg_packing_group: string | null;
|
|
684373
684362
|
id_dg_excepted_quantity: string | null;
|
|
684374
684363
|
un_number: string | null;
|
|
684375
684364
|
extra_labels: string | null;
|
|
684376
684365
|
sub_risk: string | null;
|
|
684377
684366
|
is_high_danger: boolean | null;
|
|
684378
684367
|
} | null;
|
|
684368
|
+
dg_class: {
|
|
684369
|
+
is_active: boolean | null;
|
|
684370
|
+
id: string;
|
|
684371
|
+
logic_code: string | null;
|
|
684372
|
+
name: string | null;
|
|
684373
|
+
code: string | null;
|
|
684374
|
+
created_at: Date | null;
|
|
684375
|
+
created_by: string | null;
|
|
684376
|
+
updated_at: Date | null;
|
|
684377
|
+
updated_by: string | null;
|
|
684378
|
+
} | null;
|
|
684379
684379
|
is_active: boolean | null;
|
|
684380
684380
|
id: string;
|
|
684381
684381
|
logic_code: string | null;
|
|
@@ -684386,27 +684386,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684386
684386
|
updated_by: string | null;
|
|
684387
684387
|
length: Decimal | null;
|
|
684388
684388
|
description: string | null;
|
|
684389
|
-
width: Decimal | null;
|
|
684390
|
-
height: Decimal | null;
|
|
684391
|
-
id_dg_class: string | null;
|
|
684392
684389
|
id_weight_unit: string | null;
|
|
684393
|
-
id_package_type: string | null;
|
|
684394
|
-
weight: Decimal | null;
|
|
684395
|
-
id_commodity: string | null;
|
|
684396
684390
|
id_volume_unit: string | null;
|
|
684391
|
+
id_commodity: string | null;
|
|
684397
684392
|
id_forwarding_booking: string | null;
|
|
684398
684393
|
volume: Decimal | null;
|
|
684399
684394
|
id_forwarding_shipment: string | null;
|
|
684400
684395
|
id_console_container: string | null;
|
|
684396
|
+
id_package_type: string | null;
|
|
684401
684397
|
id_length_unit: string | null;
|
|
684402
684398
|
id_width_unit: string | null;
|
|
684403
684399
|
id_height_unit: string | null;
|
|
684404
684400
|
id_dg_substance: string | null;
|
|
684401
|
+
id_dg_class: string | null;
|
|
684405
684402
|
po_number: string | null;
|
|
684406
684403
|
goods_description: string | null;
|
|
684407
684404
|
item_number: string | null;
|
|
684408
684405
|
pack: number | null;
|
|
684409
684406
|
packing_order: number | null;
|
|
684407
|
+
weight: Decimal | null;
|
|
684408
|
+
width: Decimal | null;
|
|
684409
|
+
height: Decimal | null;
|
|
684410
684410
|
harmonized_code: string | null;
|
|
684411
684411
|
harmonized_description: string | null;
|
|
684412
684412
|
dg_substance_name: string | null;
|
|
@@ -684443,47 +684443,46 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684443
684443
|
dg_class: number;
|
|
684444
684444
|
forwarding_shipment_packing_logs: number;
|
|
684445
684445
|
};
|
|
684446
|
-
|
|
684447
|
-
is_active: boolean | null;
|
|
684448
|
-
id: string;
|
|
684449
|
-
logic_code: string | null;
|
|
684450
|
-
name: string | null;
|
|
684451
|
-
code: string | null;
|
|
684452
|
-
created_at: Date | null;
|
|
684453
|
-
created_by: string | null;
|
|
684454
|
-
updated_at: Date | null;
|
|
684455
|
-
updated_by: string | null;
|
|
684456
|
-
} | null;
|
|
684457
|
-
package_type: {
|
|
684446
|
+
forwarding_booking: {
|
|
684458
684447
|
is_active: boolean | null;
|
|
684459
684448
|
id: string;
|
|
684460
684449
|
logic_code: string | null;
|
|
684461
|
-
name: string | null;
|
|
684462
|
-
code: string | null;
|
|
684463
684450
|
created_at: Date | null;
|
|
684464
684451
|
created_by: string | null;
|
|
684465
684452
|
updated_at: Date | null;
|
|
684466
684453
|
updated_by: string | null;
|
|
684467
684454
|
length: Decimal | null;
|
|
684468
|
-
|
|
684469
|
-
|
|
684470
|
-
|
|
684455
|
+
description: string | null;
|
|
684456
|
+
id_container_shipping_type: string | null;
|
|
684457
|
+
id_transport_type: string | null;
|
|
684458
|
+
id_incoterm: string | null;
|
|
684459
|
+
id_service_level: string | null;
|
|
684460
|
+
id_release_type: string | null;
|
|
684461
|
+
id_charges_apply: string | null;
|
|
684462
|
+
id_origin_un_locode: string | null;
|
|
684463
|
+
id_destination_un_locode: string | null;
|
|
684464
|
+
id_carrier: string | null;
|
|
684465
|
+
id_creditor: string | null;
|
|
684466
|
+
id_carrier_service_level: string | null;
|
|
684467
|
+
id_on_board_status: string | null;
|
|
684468
|
+
id_outer_unit: string | null;
|
|
684471
684469
|
id_weight_unit: string | null;
|
|
684472
|
-
|
|
684473
|
-
|
|
684474
|
-
|
|
684475
|
-
|
|
684476
|
-
|
|
684477
|
-
|
|
684478
|
-
|
|
684479
|
-
|
|
684480
|
-
|
|
684481
|
-
|
|
684482
|
-
|
|
684483
|
-
|
|
684484
|
-
|
|
684485
|
-
|
|
684486
|
-
|
|
684470
|
+
id_volume_unit: string | null;
|
|
684471
|
+
id_chargeable_unit: string | null;
|
|
684472
|
+
id_commodity: string | null;
|
|
684473
|
+
extra_term: string | null;
|
|
684474
|
+
shipper_ref: string | null;
|
|
684475
|
+
mark_number: string | null;
|
|
684476
|
+
contract_number: string | null;
|
|
684477
|
+
booking_date: Date | null;
|
|
684478
|
+
expected_pickup_date: Date | null;
|
|
684479
|
+
expected_delivery_date: Date | null;
|
|
684480
|
+
customer_expected_pickup_date: Date | null;
|
|
684481
|
+
customer_expected_delivery_date: Date | null;
|
|
684482
|
+
outer: Decimal | null;
|
|
684483
|
+
volume: Decimal | null;
|
|
684484
|
+
chargeable: Decimal | null;
|
|
684485
|
+
booking_number: string | null;
|
|
684487
684486
|
} | null;
|
|
684488
684487
|
commodity: {
|
|
684489
684488
|
is_active: boolean | null;
|
|
@@ -684495,8 +684494,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684495
684494
|
created_by: string | null;
|
|
684496
684495
|
updated_at: Date | null;
|
|
684497
684496
|
updated_by: string | null;
|
|
684498
|
-
id_iata_commodity: string | null;
|
|
684499
684497
|
id_universal_group: string | null;
|
|
684498
|
+
id_iata_commodity: string | null;
|
|
684500
684499
|
id_expiration_date_unit: string | null;
|
|
684501
684500
|
reefer_min_temp: Decimal | null;
|
|
684502
684501
|
reefer_max_temp: Decimal | null;
|
|
@@ -684507,46 +684506,17 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684507
684506
|
is_vent_required: boolean;
|
|
684508
684507
|
expiration_date: number | null;
|
|
684509
684508
|
} | null;
|
|
684510
|
-
|
|
684509
|
+
weight_unit: {
|
|
684511
684510
|
is_active: boolean | null;
|
|
684512
684511
|
id: string;
|
|
684513
684512
|
logic_code: string | null;
|
|
684513
|
+
name: string | null;
|
|
684514
|
+
code: string | null;
|
|
684514
684515
|
created_at: Date | null;
|
|
684515
684516
|
created_by: string | null;
|
|
684516
684517
|
updated_at: Date | null;
|
|
684517
684518
|
updated_by: string | null;
|
|
684518
|
-
|
|
684519
|
-
description: string | null;
|
|
684520
|
-
id_container_shipping_type: string | null;
|
|
684521
|
-
id_weight_unit: string | null;
|
|
684522
|
-
id_service_level: string | null;
|
|
684523
|
-
id_incoterm: string | null;
|
|
684524
|
-
id_commodity: string | null;
|
|
684525
|
-
id_transport_type: string | null;
|
|
684526
|
-
id_release_type: string | null;
|
|
684527
|
-
id_charges_apply: string | null;
|
|
684528
|
-
id_origin_un_locode: string | null;
|
|
684529
|
-
id_destination_un_locode: string | null;
|
|
684530
|
-
id_carrier: string | null;
|
|
684531
|
-
id_creditor: string | null;
|
|
684532
|
-
id_carrier_service_level: string | null;
|
|
684533
|
-
id_on_board_status: string | null;
|
|
684534
|
-
id_outer_unit: string | null;
|
|
684535
|
-
id_volume_unit: string | null;
|
|
684536
|
-
id_chargeable_unit: string | null;
|
|
684537
|
-
extra_term: string | null;
|
|
684538
|
-
shipper_ref: string | null;
|
|
684539
|
-
mark_number: string | null;
|
|
684540
|
-
contract_number: string | null;
|
|
684541
|
-
booking_date: Date | null;
|
|
684542
|
-
expected_pickup_date: Date | null;
|
|
684543
|
-
expected_delivery_date: Date | null;
|
|
684544
|
-
customer_expected_pickup_date: Date | null;
|
|
684545
|
-
customer_expected_delivery_date: Date | null;
|
|
684546
|
-
outer: Decimal | null;
|
|
684547
|
-
volume: Decimal | null;
|
|
684548
|
-
chargeable: Decimal | null;
|
|
684549
|
-
booking_number: string | null;
|
|
684519
|
+
id_type: string | null;
|
|
684550
684520
|
} | null;
|
|
684551
684521
|
volume_unit: {
|
|
684552
684522
|
is_active: boolean | null;
|
|
@@ -684572,18 +684542,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684572
684542
|
updated_by: string | null;
|
|
684573
684543
|
description: string | null;
|
|
684574
684544
|
id_container_shipping_type: string | null;
|
|
684575
|
-
id_weight_unit: string | null;
|
|
684576
|
-
weight: Decimal | null;
|
|
684577
|
-
id_service_level: string | null;
|
|
684578
|
-
id_incoterm: string | null;
|
|
684579
684545
|
id_transport_type: string | null;
|
|
684546
|
+
id_incoterm: string | null;
|
|
684547
|
+
id_service_level: string | null;
|
|
684580
684548
|
id_release_type: string | null;
|
|
684581
684549
|
id_on_board_status: string | null;
|
|
684550
|
+
id_weight_unit: string | null;
|
|
684582
684551
|
id_volume_unit: string | null;
|
|
684583
684552
|
id_chargeable_unit: string | null;
|
|
684584
684553
|
mark_number: string | null;
|
|
684585
684554
|
volume: Decimal | null;
|
|
684586
684555
|
chargeable: Decimal | null;
|
|
684556
|
+
weight: Decimal | null;
|
|
684587
684557
|
id_origin: string | null;
|
|
684588
684558
|
id_destination: string | null;
|
|
684589
684559
|
id_weight_volume_unit: string | null;
|
|
@@ -684621,6 +684591,25 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684621
684591
|
id_type: string | null;
|
|
684622
684592
|
id_delivery_mode: string | null;
|
|
684623
684593
|
} | null;
|
|
684594
|
+
package_type: {
|
|
684595
|
+
is_active: boolean | null;
|
|
684596
|
+
id: string;
|
|
684597
|
+
logic_code: string | null;
|
|
684598
|
+
name: string | null;
|
|
684599
|
+
code: string | null;
|
|
684600
|
+
created_at: Date | null;
|
|
684601
|
+
created_by: string | null;
|
|
684602
|
+
updated_at: Date | null;
|
|
684603
|
+
updated_by: string | null;
|
|
684604
|
+
length: Decimal | null;
|
|
684605
|
+
id_weight_unit: string | null;
|
|
684606
|
+
weight: Decimal | null;
|
|
684607
|
+
width: Decimal | null;
|
|
684608
|
+
height: Decimal | null;
|
|
684609
|
+
id_dimension_unit: string | null;
|
|
684610
|
+
id_measurement_unit_type: string | null;
|
|
684611
|
+
is_keep_upright: boolean | null;
|
|
684612
|
+
} | null;
|
|
684624
684613
|
length_unit: {
|
|
684625
684614
|
is_active: boolean | null;
|
|
684626
684615
|
id: string;
|
|
@@ -684666,14 +684655,25 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684666
684655
|
created_by: string | null;
|
|
684667
684656
|
updated_at: Date | null;
|
|
684668
684657
|
updated_by: string | null;
|
|
684669
|
-
id_dg_packing_group: string | null;
|
|
684670
684658
|
id_dg_class: string | null;
|
|
684659
|
+
id_dg_packing_group: string | null;
|
|
684671
684660
|
id_dg_excepted_quantity: string | null;
|
|
684672
684661
|
un_number: string | null;
|
|
684673
684662
|
extra_labels: string | null;
|
|
684674
684663
|
sub_risk: string | null;
|
|
684675
684664
|
is_high_danger: boolean | null;
|
|
684676
684665
|
} | null;
|
|
684666
|
+
dg_class: {
|
|
684667
|
+
is_active: boolean | null;
|
|
684668
|
+
id: string;
|
|
684669
|
+
logic_code: string | null;
|
|
684670
|
+
name: string | null;
|
|
684671
|
+
code: string | null;
|
|
684672
|
+
created_at: Date | null;
|
|
684673
|
+
created_by: string | null;
|
|
684674
|
+
updated_at: Date | null;
|
|
684675
|
+
updated_by: string | null;
|
|
684676
|
+
} | null;
|
|
684677
684677
|
is_active: boolean | null;
|
|
684678
684678
|
id: string;
|
|
684679
684679
|
logic_code: string | null;
|
|
@@ -684684,27 +684684,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684684
684684
|
updated_by: string | null;
|
|
684685
684685
|
length: Decimal | null;
|
|
684686
684686
|
description: string | null;
|
|
684687
|
-
width: Decimal | null;
|
|
684688
|
-
height: Decimal | null;
|
|
684689
|
-
id_dg_class: string | null;
|
|
684690
684687
|
id_weight_unit: string | null;
|
|
684691
|
-
id_package_type: string | null;
|
|
684692
|
-
weight: Decimal | null;
|
|
684693
|
-
id_commodity: string | null;
|
|
684694
684688
|
id_volume_unit: string | null;
|
|
684689
|
+
id_commodity: string | null;
|
|
684695
684690
|
id_forwarding_booking: string | null;
|
|
684696
684691
|
volume: Decimal | null;
|
|
684697
684692
|
id_forwarding_shipment: string | null;
|
|
684698
684693
|
id_console_container: string | null;
|
|
684694
|
+
id_package_type: string | null;
|
|
684699
684695
|
id_length_unit: string | null;
|
|
684700
684696
|
id_width_unit: string | null;
|
|
684701
684697
|
id_height_unit: string | null;
|
|
684702
684698
|
id_dg_substance: string | null;
|
|
684699
|
+
id_dg_class: string | null;
|
|
684703
684700
|
po_number: string | null;
|
|
684704
684701
|
goods_description: string | null;
|
|
684705
684702
|
item_number: string | null;
|
|
684706
684703
|
pack: number | null;
|
|
684707
684704
|
packing_order: number | null;
|
|
684705
|
+
weight: Decimal | null;
|
|
684706
|
+
width: Decimal | null;
|
|
684707
|
+
height: Decimal | null;
|
|
684708
684708
|
harmonized_code: string | null;
|
|
684709
684709
|
harmonized_description: string | null;
|
|
684710
684710
|
dg_substance_name: string | null;
|
|
@@ -684861,27 +684861,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684861
684861
|
updated_by: string | null;
|
|
684862
684862
|
length: Decimal | null;
|
|
684863
684863
|
description: string | null;
|
|
684864
|
-
width: Decimal | null;
|
|
684865
|
-
height: Decimal | null;
|
|
684866
|
-
id_dg_class: string | null;
|
|
684867
684864
|
id_weight_unit: string | null;
|
|
684868
|
-
id_package_type: string | null;
|
|
684869
|
-
weight: Decimal | null;
|
|
684870
|
-
id_commodity: string | null;
|
|
684871
684865
|
id_volume_unit: string | null;
|
|
684866
|
+
id_commodity: string | null;
|
|
684872
684867
|
id_forwarding_booking: string | null;
|
|
684873
684868
|
volume: Decimal | null;
|
|
684874
684869
|
id_forwarding_shipment: string | null;
|
|
684875
684870
|
id_console_container: string | null;
|
|
684871
|
+
id_package_type: string | null;
|
|
684876
684872
|
id_length_unit: string | null;
|
|
684877
684873
|
id_width_unit: string | null;
|
|
684878
684874
|
id_height_unit: string | null;
|
|
684879
684875
|
id_dg_substance: string | null;
|
|
684876
|
+
id_dg_class: string | null;
|
|
684880
684877
|
po_number: string | null;
|
|
684881
684878
|
goods_description: string | null;
|
|
684882
684879
|
item_number: string | null;
|
|
684883
684880
|
pack: number | null;
|
|
684884
684881
|
packing_order: number | null;
|
|
684882
|
+
weight: Decimal | null;
|
|
684883
|
+
width: Decimal | null;
|
|
684884
|
+
height: Decimal | null;
|
|
684885
684885
|
harmonized_code: string | null;
|
|
684886
684886
|
harmonized_description: string | null;
|
|
684887
684887
|
dg_substance_name: string | null;
|
|
@@ -684953,27 +684953,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684953
684953
|
updated_by: string | null;
|
|
684954
684954
|
length: Decimal | null;
|
|
684955
684955
|
description: string | null;
|
|
684956
|
-
width: Decimal | null;
|
|
684957
|
-
height: Decimal | null;
|
|
684958
|
-
id_dg_class: string | null;
|
|
684959
684956
|
id_weight_unit: string | null;
|
|
684960
|
-
id_package_type: string | null;
|
|
684961
|
-
weight: Decimal | null;
|
|
684962
|
-
id_commodity: string | null;
|
|
684963
684957
|
id_volume_unit: string | null;
|
|
684958
|
+
id_commodity: string | null;
|
|
684964
684959
|
id_forwarding_booking: string | null;
|
|
684965
684960
|
volume: Decimal | null;
|
|
684966
684961
|
id_forwarding_shipment: string | null;
|
|
684967
684962
|
id_console_container: string | null;
|
|
684963
|
+
id_package_type: string | null;
|
|
684968
684964
|
id_length_unit: string | null;
|
|
684969
684965
|
id_width_unit: string | null;
|
|
684970
684966
|
id_height_unit: string | null;
|
|
684971
684967
|
id_dg_substance: string | null;
|
|
684968
|
+
id_dg_class: string | null;
|
|
684972
684969
|
po_number: string | null;
|
|
684973
684970
|
goods_description: string | null;
|
|
684974
684971
|
item_number: string | null;
|
|
684975
684972
|
pack: number | null;
|
|
684976
684973
|
packing_order: number | null;
|
|
684974
|
+
weight: Decimal | null;
|
|
684975
|
+
width: Decimal | null;
|
|
684976
|
+
height: Decimal | null;
|
|
684977
684977
|
harmonized_code: string | null;
|
|
684978
684978
|
harmonized_description: string | null;
|
|
684979
684979
|
dg_substance_name: string | null;
|
|
@@ -685081,27 +685081,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685081
685081
|
updated_by: string | null;
|
|
685082
685082
|
length: Decimal | null;
|
|
685083
685083
|
description: string | null;
|
|
685084
|
-
width: Decimal | null;
|
|
685085
|
-
height: Decimal | null;
|
|
685086
|
-
id_dg_class: string | null;
|
|
685087
685084
|
id_weight_unit: string | null;
|
|
685088
|
-
id_package_type: string | null;
|
|
685089
|
-
weight: Decimal | null;
|
|
685090
|
-
id_commodity: string | null;
|
|
685091
685085
|
id_volume_unit: string | null;
|
|
685086
|
+
id_commodity: string | null;
|
|
685092
685087
|
id_forwarding_booking: string | null;
|
|
685093
685088
|
volume: Decimal | null;
|
|
685094
685089
|
id_forwarding_shipment: string | null;
|
|
685095
685090
|
id_console_container: string | null;
|
|
685091
|
+
id_package_type: string | null;
|
|
685096
685092
|
id_length_unit: string | null;
|
|
685097
685093
|
id_width_unit: string | null;
|
|
685098
685094
|
id_height_unit: string | null;
|
|
685099
685095
|
id_dg_substance: string | null;
|
|
685096
|
+
id_dg_class: string | null;
|
|
685100
685097
|
po_number: string | null;
|
|
685101
685098
|
goods_description: string | null;
|
|
685102
685099
|
item_number: string | null;
|
|
685103
685100
|
pack: number | null;
|
|
685104
685101
|
packing_order: number | null;
|
|
685102
|
+
weight: Decimal | null;
|
|
685103
|
+
width: Decimal | null;
|
|
685104
|
+
height: Decimal | null;
|
|
685105
685105
|
harmonized_code: string | null;
|
|
685106
685106
|
harmonized_description: string | null;
|
|
685107
685107
|
dg_substance_name: string | null;
|
|
@@ -685133,27 +685133,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685133
685133
|
updated_by: string | null;
|
|
685134
685134
|
length: Decimal | null;
|
|
685135
685135
|
description: string | null;
|
|
685136
|
-
width: Decimal | null;
|
|
685137
|
-
height: Decimal | null;
|
|
685138
|
-
id_dg_class: string | null;
|
|
685139
685136
|
id_weight_unit: string | null;
|
|
685140
|
-
id_package_type: string | null;
|
|
685141
|
-
weight: Decimal | null;
|
|
685142
|
-
id_commodity: string | null;
|
|
685143
685137
|
id_volume_unit: string | null;
|
|
685138
|
+
id_commodity: string | null;
|
|
685144
685139
|
id_forwarding_booking: string | null;
|
|
685145
685140
|
volume: Decimal | null;
|
|
685146
685141
|
id_forwarding_shipment: string | null;
|
|
685147
685142
|
id_console_container: string | null;
|
|
685143
|
+
id_package_type: string | null;
|
|
685148
685144
|
id_length_unit: string | null;
|
|
685149
685145
|
id_width_unit: string | null;
|
|
685150
685146
|
id_height_unit: string | null;
|
|
685151
685147
|
id_dg_substance: string | null;
|
|
685148
|
+
id_dg_class: string | null;
|
|
685152
685149
|
po_number: string | null;
|
|
685153
685150
|
goods_description: string | null;
|
|
685154
685151
|
item_number: string | null;
|
|
685155
685152
|
pack: number | null;
|
|
685156
685153
|
packing_order: number | null;
|
|
685154
|
+
weight: Decimal | null;
|
|
685155
|
+
width: Decimal | null;
|
|
685156
|
+
height: Decimal | null;
|
|
685157
685157
|
harmonized_code: string | null;
|
|
685158
685158
|
harmonized_description: string | null;
|
|
685159
685159
|
dg_substance_name: string | null;
|
|
@@ -685195,27 +685195,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685195
685195
|
updated_by: string | null;
|
|
685196
685196
|
length: Decimal | null;
|
|
685197
685197
|
description: string | null;
|
|
685198
|
-
width: Decimal | null;
|
|
685199
|
-
height: Decimal | null;
|
|
685200
|
-
id_dg_class: string | null;
|
|
685201
685198
|
id_weight_unit: string | null;
|
|
685202
|
-
id_package_type: string | null;
|
|
685203
|
-
weight: Decimal | null;
|
|
685204
|
-
id_commodity: string | null;
|
|
685205
685199
|
id_volume_unit: string | null;
|
|
685200
|
+
id_commodity: string | null;
|
|
685206
685201
|
id_forwarding_booking: string | null;
|
|
685207
685202
|
volume: Decimal | null;
|
|
685208
685203
|
id_forwarding_shipment: string | null;
|
|
685209
685204
|
id_console_container: string | null;
|
|
685205
|
+
id_package_type: string | null;
|
|
685210
685206
|
id_length_unit: string | null;
|
|
685211
685207
|
id_width_unit: string | null;
|
|
685212
685208
|
id_height_unit: string | null;
|
|
685213
685209
|
id_dg_substance: string | null;
|
|
685210
|
+
id_dg_class: string | null;
|
|
685214
685211
|
po_number: string | null;
|
|
685215
685212
|
goods_description: string | null;
|
|
685216
685213
|
item_number: string | null;
|
|
685217
685214
|
pack: number | null;
|
|
685218
685215
|
packing_order: number | null;
|
|
685216
|
+
weight: Decimal | null;
|
|
685217
|
+
width: Decimal | null;
|
|
685218
|
+
height: Decimal | null;
|
|
685219
685219
|
harmonized_code: string | null;
|
|
685220
685220
|
harmonized_description: string | null;
|
|
685221
685221
|
dg_substance_name: string | null;
|
|
@@ -685641,70 +685641,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685641
685641
|
};
|
|
685642
685642
|
output: {
|
|
685643
685643
|
data: {
|
|
685644
|
-
dg_class: {
|
|
685645
|
-
is_active: boolean | null;
|
|
685646
|
-
id: string;
|
|
685647
|
-
logic_code: string | null;
|
|
685648
|
-
name: string | null;
|
|
685649
|
-
code: string | null;
|
|
685650
|
-
created_at: Date | null;
|
|
685651
|
-
created_by: string | null;
|
|
685652
|
-
updated_at: Date | null;
|
|
685653
|
-
updated_by: string | null;
|
|
685654
|
-
} | null;
|
|
685655
|
-
package_type: {
|
|
685656
|
-
is_active: boolean | null;
|
|
685657
|
-
id: string;
|
|
685658
|
-
logic_code: string | null;
|
|
685659
|
-
name: string | null;
|
|
685660
|
-
code: string | null;
|
|
685661
|
-
created_at: Date | null;
|
|
685662
|
-
created_by: string | null;
|
|
685663
|
-
updated_at: Date | null;
|
|
685664
|
-
updated_by: string | null;
|
|
685665
|
-
length: Decimal | null;
|
|
685666
|
-
width: Decimal | null;
|
|
685667
|
-
height: Decimal | null;
|
|
685668
|
-
id_dimension_unit: string | null;
|
|
685669
|
-
id_weight_unit: string | null;
|
|
685670
|
-
id_measurement_unit_type: string | null;
|
|
685671
|
-
weight: Decimal | null;
|
|
685672
|
-
is_keep_upright: boolean | null;
|
|
685673
|
-
} | null;
|
|
685674
|
-
weight_unit: {
|
|
685675
|
-
is_active: boolean | null;
|
|
685676
|
-
id: string;
|
|
685677
|
-
logic_code: string | null;
|
|
685678
|
-
name: string | null;
|
|
685679
|
-
code: string | null;
|
|
685680
|
-
created_at: Date | null;
|
|
685681
|
-
created_by: string | null;
|
|
685682
|
-
updated_at: Date | null;
|
|
685683
|
-
updated_by: string | null;
|
|
685684
|
-
id_type: string | null;
|
|
685685
|
-
} | null;
|
|
685686
|
-
commodity: {
|
|
685687
|
-
is_active: boolean | null;
|
|
685688
|
-
id: string;
|
|
685689
|
-
logic_code: string | null;
|
|
685690
|
-
name: string | null;
|
|
685691
|
-
code: string | null;
|
|
685692
|
-
created_at: Date | null;
|
|
685693
|
-
created_by: string | null;
|
|
685694
|
-
updated_at: Date | null;
|
|
685695
|
-
updated_by: string | null;
|
|
685696
|
-
id_iata_commodity: string | null;
|
|
685697
|
-
id_universal_group: string | null;
|
|
685698
|
-
id_expiration_date_unit: string | null;
|
|
685699
|
-
reefer_min_temp: Decimal | null;
|
|
685700
|
-
reefer_max_temp: Decimal | null;
|
|
685701
|
-
is_hazardous: boolean;
|
|
685702
|
-
is_perishable: boolean;
|
|
685703
|
-
is_flammable: boolean;
|
|
685704
|
-
is_timber: boolean;
|
|
685705
|
-
is_vent_required: boolean;
|
|
685706
|
-
expiration_date: number | null;
|
|
685707
|
-
} | null;
|
|
685708
685644
|
forwarding_booking: {
|
|
685709
685645
|
is_active: boolean | null;
|
|
685710
685646
|
id: string;
|
|
@@ -685716,11 +685652,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685716
685652
|
length: Decimal | null;
|
|
685717
685653
|
description: string | null;
|
|
685718
685654
|
id_container_shipping_type: string | null;
|
|
685719
|
-
id_weight_unit: string | null;
|
|
685720
|
-
id_service_level: string | null;
|
|
685721
|
-
id_incoterm: string | null;
|
|
685722
|
-
id_commodity: string | null;
|
|
685723
685655
|
id_transport_type: string | null;
|
|
685656
|
+
id_incoterm: string | null;
|
|
685657
|
+
id_service_level: string | null;
|
|
685724
685658
|
id_release_type: string | null;
|
|
685725
685659
|
id_charges_apply: string | null;
|
|
685726
685660
|
id_origin_un_locode: string | null;
|
|
@@ -685730,8 +685664,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685730
685664
|
id_carrier_service_level: string | null;
|
|
685731
685665
|
id_on_board_status: string | null;
|
|
685732
685666
|
id_outer_unit: string | null;
|
|
685667
|
+
id_weight_unit: string | null;
|
|
685733
685668
|
id_volume_unit: string | null;
|
|
685734
685669
|
id_chargeable_unit: string | null;
|
|
685670
|
+
id_commodity: string | null;
|
|
685735
685671
|
extra_term: string | null;
|
|
685736
685672
|
shipper_ref: string | null;
|
|
685737
685673
|
mark_number: string | null;
|
|
@@ -685808,6 +685744,40 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685808
685744
|
has_seaport: boolean | null;
|
|
685809
685745
|
has_outport: boolean | null;
|
|
685810
685746
|
} | null;
|
|
685747
|
+
commodity: {
|
|
685748
|
+
is_active: boolean | null;
|
|
685749
|
+
id: string;
|
|
685750
|
+
logic_code: string | null;
|
|
685751
|
+
name: string | null;
|
|
685752
|
+
code: string | null;
|
|
685753
|
+
created_at: Date | null;
|
|
685754
|
+
created_by: string | null;
|
|
685755
|
+
updated_at: Date | null;
|
|
685756
|
+
updated_by: string | null;
|
|
685757
|
+
id_universal_group: string | null;
|
|
685758
|
+
id_iata_commodity: string | null;
|
|
685759
|
+
id_expiration_date_unit: string | null;
|
|
685760
|
+
reefer_min_temp: Decimal | null;
|
|
685761
|
+
reefer_max_temp: Decimal | null;
|
|
685762
|
+
is_hazardous: boolean;
|
|
685763
|
+
is_perishable: boolean;
|
|
685764
|
+
is_flammable: boolean;
|
|
685765
|
+
is_timber: boolean;
|
|
685766
|
+
is_vent_required: boolean;
|
|
685767
|
+
expiration_date: number | null;
|
|
685768
|
+
} | null;
|
|
685769
|
+
weight_unit: {
|
|
685770
|
+
is_active: boolean | null;
|
|
685771
|
+
id: string;
|
|
685772
|
+
logic_code: string | null;
|
|
685773
|
+
name: string | null;
|
|
685774
|
+
code: string | null;
|
|
685775
|
+
created_at: Date | null;
|
|
685776
|
+
created_by: string | null;
|
|
685777
|
+
updated_at: Date | null;
|
|
685778
|
+
updated_by: string | null;
|
|
685779
|
+
id_type: string | null;
|
|
685780
|
+
} | null;
|
|
685811
685781
|
volume_unit: {
|
|
685812
685782
|
is_active: boolean | null;
|
|
685813
685783
|
id: string;
|
|
@@ -685832,18 +685802,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685832
685802
|
updated_by: string | null;
|
|
685833
685803
|
description: string | null;
|
|
685834
685804
|
id_container_shipping_type: string | null;
|
|
685835
|
-
id_weight_unit: string | null;
|
|
685836
|
-
weight: Decimal | null;
|
|
685837
|
-
id_service_level: string | null;
|
|
685838
|
-
id_incoterm: string | null;
|
|
685839
685805
|
id_transport_type: string | null;
|
|
685806
|
+
id_incoterm: string | null;
|
|
685807
|
+
id_service_level: string | null;
|
|
685840
685808
|
id_release_type: string | null;
|
|
685841
685809
|
id_on_board_status: string | null;
|
|
685810
|
+
id_weight_unit: string | null;
|
|
685842
685811
|
id_volume_unit: string | null;
|
|
685843
685812
|
id_chargeable_unit: string | null;
|
|
685844
685813
|
mark_number: string | null;
|
|
685845
685814
|
volume: Decimal | null;
|
|
685846
685815
|
chargeable: Decimal | null;
|
|
685816
|
+
weight: Decimal | null;
|
|
685847
685817
|
id_origin: string | null;
|
|
685848
685818
|
id_destination: string | null;
|
|
685849
685819
|
id_weight_volume_unit: string | null;
|
|
@@ -685867,6 +685837,25 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685867
685837
|
estimated_arrival_date: Date | null;
|
|
685868
685838
|
issue_date: Date | null;
|
|
685869
685839
|
} | null;
|
|
685840
|
+
package_type: {
|
|
685841
|
+
is_active: boolean | null;
|
|
685842
|
+
id: string;
|
|
685843
|
+
logic_code: string | null;
|
|
685844
|
+
name: string | null;
|
|
685845
|
+
code: string | null;
|
|
685846
|
+
created_at: Date | null;
|
|
685847
|
+
created_by: string | null;
|
|
685848
|
+
updated_at: Date | null;
|
|
685849
|
+
updated_by: string | null;
|
|
685850
|
+
length: Decimal | null;
|
|
685851
|
+
id_weight_unit: string | null;
|
|
685852
|
+
weight: Decimal | null;
|
|
685853
|
+
width: Decimal | null;
|
|
685854
|
+
height: Decimal | null;
|
|
685855
|
+
id_dimension_unit: string | null;
|
|
685856
|
+
id_measurement_unit_type: string | null;
|
|
685857
|
+
is_keep_upright: boolean | null;
|
|
685858
|
+
} | null;
|
|
685870
685859
|
length_unit: {
|
|
685871
685860
|
is_active: boolean | null;
|
|
685872
685861
|
id: string;
|
|
@@ -685912,14 +685901,25 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685912
685901
|
created_by: string | null;
|
|
685913
685902
|
updated_at: Date | null;
|
|
685914
685903
|
updated_by: string | null;
|
|
685915
|
-
id_dg_packing_group: string | null;
|
|
685916
685904
|
id_dg_class: string | null;
|
|
685905
|
+
id_dg_packing_group: string | null;
|
|
685917
685906
|
id_dg_excepted_quantity: string | null;
|
|
685918
685907
|
un_number: string | null;
|
|
685919
685908
|
extra_labels: string | null;
|
|
685920
685909
|
sub_risk: string | null;
|
|
685921
685910
|
is_high_danger: boolean | null;
|
|
685922
685911
|
} | null;
|
|
685912
|
+
dg_class: {
|
|
685913
|
+
is_active: boolean | null;
|
|
685914
|
+
id: string;
|
|
685915
|
+
logic_code: string | null;
|
|
685916
|
+
name: string | null;
|
|
685917
|
+
code: string | null;
|
|
685918
|
+
created_at: Date | null;
|
|
685919
|
+
created_by: string | null;
|
|
685920
|
+
updated_at: Date | null;
|
|
685921
|
+
updated_by: string | null;
|
|
685922
|
+
} | null;
|
|
685923
685923
|
syncproc_project: {
|
|
685924
685924
|
is_active: boolean | null;
|
|
685925
685925
|
id: string;
|
|
@@ -685997,27 +685997,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685997
685997
|
updated_by: string | null;
|
|
685998
685998
|
length: Decimal | null;
|
|
685999
685999
|
description: string | null;
|
|
686000
|
-
width: Decimal | null;
|
|
686001
|
-
height: Decimal | null;
|
|
686002
|
-
id_dg_class: string | null;
|
|
686003
|
-
id_weight_unit: string | null;
|
|
686004
|
-
id_package_type: string | null;
|
|
686005
|
-
weight: Decimal | null;
|
|
686006
|
-
id_commodity: string | null;
|
|
686007
686000
|
id_origin_un_locode: string | null;
|
|
686008
686001
|
id_destination_un_locode: string | null;
|
|
686002
|
+
id_weight_unit: string | null;
|
|
686009
686003
|
id_volume_unit: string | null;
|
|
686004
|
+
id_commodity: string | null;
|
|
686010
686005
|
id_forwarding_booking: string | null;
|
|
686011
686006
|
volume: Decimal | null;
|
|
686012
686007
|
id_forwarding_shipment: string | null;
|
|
686008
|
+
id_package_type: string | null;
|
|
686013
686009
|
id_length_unit: string | null;
|
|
686014
686010
|
id_width_unit: string | null;
|
|
686015
686011
|
id_height_unit: string | null;
|
|
686016
686012
|
id_dg_substance: string | null;
|
|
686013
|
+
id_dg_class: string | null;
|
|
686017
686014
|
po_number: string | null;
|
|
686018
686015
|
goods_description: string | null;
|
|
686019
686016
|
item_number: string | null;
|
|
686020
686017
|
pack: number | null;
|
|
686018
|
+
weight: Decimal | null;
|
|
686019
|
+
width: Decimal | null;
|
|
686020
|
+
height: Decimal | null;
|
|
686021
686021
|
harmonized_code: string | null;
|
|
686022
686022
|
harmonized_description: string | null;
|
|
686023
686023
|
dg_substance_name: string | null;
|
|
@@ -686062,70 +686062,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686062
686062
|
destination_un_locode: number;
|
|
686063
686063
|
syncproc_purchase_order_logs: number;
|
|
686064
686064
|
};
|
|
686065
|
-
dg_class: {
|
|
686066
|
-
is_active: boolean | null;
|
|
686067
|
-
id: string;
|
|
686068
|
-
logic_code: string | null;
|
|
686069
|
-
name: string | null;
|
|
686070
|
-
code: string | null;
|
|
686071
|
-
created_at: Date | null;
|
|
686072
|
-
created_by: string | null;
|
|
686073
|
-
updated_at: Date | null;
|
|
686074
|
-
updated_by: string | null;
|
|
686075
|
-
} | null;
|
|
686076
|
-
package_type: {
|
|
686077
|
-
is_active: boolean | null;
|
|
686078
|
-
id: string;
|
|
686079
|
-
logic_code: string | null;
|
|
686080
|
-
name: string | null;
|
|
686081
|
-
code: string | null;
|
|
686082
|
-
created_at: Date | null;
|
|
686083
|
-
created_by: string | null;
|
|
686084
|
-
updated_at: Date | null;
|
|
686085
|
-
updated_by: string | null;
|
|
686086
|
-
length: Decimal | null;
|
|
686087
|
-
width: Decimal | null;
|
|
686088
|
-
height: Decimal | null;
|
|
686089
|
-
id_dimension_unit: string | null;
|
|
686090
|
-
id_weight_unit: string | null;
|
|
686091
|
-
id_measurement_unit_type: string | null;
|
|
686092
|
-
weight: Decimal | null;
|
|
686093
|
-
is_keep_upright: boolean | null;
|
|
686094
|
-
} | null;
|
|
686095
|
-
weight_unit: {
|
|
686096
|
-
is_active: boolean | null;
|
|
686097
|
-
id: string;
|
|
686098
|
-
logic_code: string | null;
|
|
686099
|
-
name: string | null;
|
|
686100
|
-
code: string | null;
|
|
686101
|
-
created_at: Date | null;
|
|
686102
|
-
created_by: string | null;
|
|
686103
|
-
updated_at: Date | null;
|
|
686104
|
-
updated_by: string | null;
|
|
686105
|
-
id_type: string | null;
|
|
686106
|
-
} | null;
|
|
686107
|
-
commodity: {
|
|
686108
|
-
is_active: boolean | null;
|
|
686109
|
-
id: string;
|
|
686110
|
-
logic_code: string | null;
|
|
686111
|
-
name: string | null;
|
|
686112
|
-
code: string | null;
|
|
686113
|
-
created_at: Date | null;
|
|
686114
|
-
created_by: string | null;
|
|
686115
|
-
updated_at: Date | null;
|
|
686116
|
-
updated_by: string | null;
|
|
686117
|
-
id_iata_commodity: string | null;
|
|
686118
|
-
id_universal_group: string | null;
|
|
686119
|
-
id_expiration_date_unit: string | null;
|
|
686120
|
-
reefer_min_temp: Decimal | null;
|
|
686121
|
-
reefer_max_temp: Decimal | null;
|
|
686122
|
-
is_hazardous: boolean;
|
|
686123
|
-
is_perishable: boolean;
|
|
686124
|
-
is_flammable: boolean;
|
|
686125
|
-
is_timber: boolean;
|
|
686126
|
-
is_vent_required: boolean;
|
|
686127
|
-
expiration_date: number | null;
|
|
686128
|
-
} | null;
|
|
686129
686065
|
forwarding_booking: {
|
|
686130
686066
|
is_active: boolean | null;
|
|
686131
686067
|
id: string;
|
|
@@ -686137,11 +686073,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686137
686073
|
length: Decimal | null;
|
|
686138
686074
|
description: string | null;
|
|
686139
686075
|
id_container_shipping_type: string | null;
|
|
686140
|
-
id_weight_unit: string | null;
|
|
686141
|
-
id_service_level: string | null;
|
|
686142
|
-
id_incoterm: string | null;
|
|
686143
|
-
id_commodity: string | null;
|
|
686144
686076
|
id_transport_type: string | null;
|
|
686077
|
+
id_incoterm: string | null;
|
|
686078
|
+
id_service_level: string | null;
|
|
686145
686079
|
id_release_type: string | null;
|
|
686146
686080
|
id_charges_apply: string | null;
|
|
686147
686081
|
id_origin_un_locode: string | null;
|
|
@@ -686151,8 +686085,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686151
686085
|
id_carrier_service_level: string | null;
|
|
686152
686086
|
id_on_board_status: string | null;
|
|
686153
686087
|
id_outer_unit: string | null;
|
|
686088
|
+
id_weight_unit: string | null;
|
|
686154
686089
|
id_volume_unit: string | null;
|
|
686155
686090
|
id_chargeable_unit: string | null;
|
|
686091
|
+
id_commodity: string | null;
|
|
686156
686092
|
extra_term: string | null;
|
|
686157
686093
|
shipper_ref: string | null;
|
|
686158
686094
|
mark_number: string | null;
|
|
@@ -686229,6 +686165,40 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686229
686165
|
has_seaport: boolean | null;
|
|
686230
686166
|
has_outport: boolean | null;
|
|
686231
686167
|
} | null;
|
|
686168
|
+
commodity: {
|
|
686169
|
+
is_active: boolean | null;
|
|
686170
|
+
id: string;
|
|
686171
|
+
logic_code: string | null;
|
|
686172
|
+
name: string | null;
|
|
686173
|
+
code: string | null;
|
|
686174
|
+
created_at: Date | null;
|
|
686175
|
+
created_by: string | null;
|
|
686176
|
+
updated_at: Date | null;
|
|
686177
|
+
updated_by: string | null;
|
|
686178
|
+
id_universal_group: string | null;
|
|
686179
|
+
id_iata_commodity: string | null;
|
|
686180
|
+
id_expiration_date_unit: string | null;
|
|
686181
|
+
reefer_min_temp: Decimal | null;
|
|
686182
|
+
reefer_max_temp: Decimal | null;
|
|
686183
|
+
is_hazardous: boolean;
|
|
686184
|
+
is_perishable: boolean;
|
|
686185
|
+
is_flammable: boolean;
|
|
686186
|
+
is_timber: boolean;
|
|
686187
|
+
is_vent_required: boolean;
|
|
686188
|
+
expiration_date: number | null;
|
|
686189
|
+
} | null;
|
|
686190
|
+
weight_unit: {
|
|
686191
|
+
is_active: boolean | null;
|
|
686192
|
+
id: string;
|
|
686193
|
+
logic_code: string | null;
|
|
686194
|
+
name: string | null;
|
|
686195
|
+
code: string | null;
|
|
686196
|
+
created_at: Date | null;
|
|
686197
|
+
created_by: string | null;
|
|
686198
|
+
updated_at: Date | null;
|
|
686199
|
+
updated_by: string | null;
|
|
686200
|
+
id_type: string | null;
|
|
686201
|
+
} | null;
|
|
686232
686202
|
volume_unit: {
|
|
686233
686203
|
is_active: boolean | null;
|
|
686234
686204
|
id: string;
|
|
@@ -686253,18 +686223,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686253
686223
|
updated_by: string | null;
|
|
686254
686224
|
description: string | null;
|
|
686255
686225
|
id_container_shipping_type: string | null;
|
|
686256
|
-
id_weight_unit: string | null;
|
|
686257
|
-
weight: Decimal | null;
|
|
686258
|
-
id_service_level: string | null;
|
|
686259
|
-
id_incoterm: string | null;
|
|
686260
686226
|
id_transport_type: string | null;
|
|
686227
|
+
id_incoterm: string | null;
|
|
686228
|
+
id_service_level: string | null;
|
|
686261
686229
|
id_release_type: string | null;
|
|
686262
686230
|
id_on_board_status: string | null;
|
|
686231
|
+
id_weight_unit: string | null;
|
|
686263
686232
|
id_volume_unit: string | null;
|
|
686264
686233
|
id_chargeable_unit: string | null;
|
|
686265
686234
|
mark_number: string | null;
|
|
686266
686235
|
volume: Decimal | null;
|
|
686267
686236
|
chargeable: Decimal | null;
|
|
686237
|
+
weight: Decimal | null;
|
|
686268
686238
|
id_origin: string | null;
|
|
686269
686239
|
id_destination: string | null;
|
|
686270
686240
|
id_weight_volume_unit: string | null;
|
|
@@ -686288,6 +686258,25 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686288
686258
|
estimated_arrival_date: Date | null;
|
|
686289
686259
|
issue_date: Date | null;
|
|
686290
686260
|
} | null;
|
|
686261
|
+
package_type: {
|
|
686262
|
+
is_active: boolean | null;
|
|
686263
|
+
id: string;
|
|
686264
|
+
logic_code: string | null;
|
|
686265
|
+
name: string | null;
|
|
686266
|
+
code: string | null;
|
|
686267
|
+
created_at: Date | null;
|
|
686268
|
+
created_by: string | null;
|
|
686269
|
+
updated_at: Date | null;
|
|
686270
|
+
updated_by: string | null;
|
|
686271
|
+
length: Decimal | null;
|
|
686272
|
+
id_weight_unit: string | null;
|
|
686273
|
+
weight: Decimal | null;
|
|
686274
|
+
width: Decimal | null;
|
|
686275
|
+
height: Decimal | null;
|
|
686276
|
+
id_dimension_unit: string | null;
|
|
686277
|
+
id_measurement_unit_type: string | null;
|
|
686278
|
+
is_keep_upright: boolean | null;
|
|
686279
|
+
} | null;
|
|
686291
686280
|
length_unit: {
|
|
686292
686281
|
is_active: boolean | null;
|
|
686293
686282
|
id: string;
|
|
@@ -686333,14 +686322,25 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686333
686322
|
created_by: string | null;
|
|
686334
686323
|
updated_at: Date | null;
|
|
686335
686324
|
updated_by: string | null;
|
|
686336
|
-
id_dg_packing_group: string | null;
|
|
686337
686325
|
id_dg_class: string | null;
|
|
686326
|
+
id_dg_packing_group: string | null;
|
|
686338
686327
|
id_dg_excepted_quantity: string | null;
|
|
686339
686328
|
un_number: string | null;
|
|
686340
686329
|
extra_labels: string | null;
|
|
686341
686330
|
sub_risk: string | null;
|
|
686342
686331
|
is_high_danger: boolean | null;
|
|
686343
686332
|
} | null;
|
|
686333
|
+
dg_class: {
|
|
686334
|
+
is_active: boolean | null;
|
|
686335
|
+
id: string;
|
|
686336
|
+
logic_code: string | null;
|
|
686337
|
+
name: string | null;
|
|
686338
|
+
code: string | null;
|
|
686339
|
+
created_at: Date | null;
|
|
686340
|
+
created_by: string | null;
|
|
686341
|
+
updated_at: Date | null;
|
|
686342
|
+
updated_by: string | null;
|
|
686343
|
+
} | null;
|
|
686344
686344
|
syncproc_project: {
|
|
686345
686345
|
is_active: boolean | null;
|
|
686346
686346
|
id: string;
|
|
@@ -686418,27 +686418,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686418
686418
|
updated_by: string | null;
|
|
686419
686419
|
length: Decimal | null;
|
|
686420
686420
|
description: string | null;
|
|
686421
|
-
width: Decimal | null;
|
|
686422
|
-
height: Decimal | null;
|
|
686423
|
-
id_dg_class: string | null;
|
|
686424
|
-
id_weight_unit: string | null;
|
|
686425
|
-
id_package_type: string | null;
|
|
686426
|
-
weight: Decimal | null;
|
|
686427
|
-
id_commodity: string | null;
|
|
686428
686421
|
id_origin_un_locode: string | null;
|
|
686429
686422
|
id_destination_un_locode: string | null;
|
|
686423
|
+
id_weight_unit: string | null;
|
|
686430
686424
|
id_volume_unit: string | null;
|
|
686425
|
+
id_commodity: string | null;
|
|
686431
686426
|
id_forwarding_booking: string | null;
|
|
686432
686427
|
volume: Decimal | null;
|
|
686433
686428
|
id_forwarding_shipment: string | null;
|
|
686429
|
+
id_package_type: string | null;
|
|
686434
686430
|
id_length_unit: string | null;
|
|
686435
686431
|
id_width_unit: string | null;
|
|
686436
686432
|
id_height_unit: string | null;
|
|
686437
686433
|
id_dg_substance: string | null;
|
|
686434
|
+
id_dg_class: string | null;
|
|
686438
686435
|
po_number: string | null;
|
|
686439
686436
|
goods_description: string | null;
|
|
686440
686437
|
item_number: string | null;
|
|
686441
686438
|
pack: number | null;
|
|
686439
|
+
weight: Decimal | null;
|
|
686440
|
+
width: Decimal | null;
|
|
686441
|
+
height: Decimal | null;
|
|
686442
686442
|
harmonized_code: string | null;
|
|
686443
686443
|
harmonized_description: string | null;
|
|
686444
686444
|
dg_substance_name: string | null;
|
|
@@ -686603,27 +686603,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686603
686603
|
updated_by: string | null;
|
|
686604
686604
|
length: Decimal | null;
|
|
686605
686605
|
description: string | null;
|
|
686606
|
-
width: Decimal | null;
|
|
686607
|
-
height: Decimal | null;
|
|
686608
|
-
id_dg_class: string | null;
|
|
686609
|
-
id_weight_unit: string | null;
|
|
686610
|
-
id_package_type: string | null;
|
|
686611
|
-
weight: Decimal | null;
|
|
686612
|
-
id_commodity: string | null;
|
|
686613
686606
|
id_origin_un_locode: string | null;
|
|
686614
686607
|
id_destination_un_locode: string | null;
|
|
686608
|
+
id_weight_unit: string | null;
|
|
686615
686609
|
id_volume_unit: string | null;
|
|
686610
|
+
id_commodity: string | null;
|
|
686616
686611
|
id_forwarding_booking: string | null;
|
|
686617
686612
|
volume: Decimal | null;
|
|
686618
686613
|
id_forwarding_shipment: string | null;
|
|
686614
|
+
id_package_type: string | null;
|
|
686619
686615
|
id_length_unit: string | null;
|
|
686620
686616
|
id_width_unit: string | null;
|
|
686621
686617
|
id_height_unit: string | null;
|
|
686622
686618
|
id_dg_substance: string | null;
|
|
686619
|
+
id_dg_class: string | null;
|
|
686623
686620
|
po_number: string | null;
|
|
686624
686621
|
goods_description: string | null;
|
|
686625
686622
|
item_number: string | null;
|
|
686626
686623
|
pack: number | null;
|
|
686624
|
+
weight: Decimal | null;
|
|
686625
|
+
width: Decimal | null;
|
|
686626
|
+
height: Decimal | null;
|
|
686627
686627
|
harmonized_code: string | null;
|
|
686628
686628
|
harmonized_description: string | null;
|
|
686629
686629
|
dg_substance_name: string | null;
|
|
@@ -686703,27 +686703,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686703
686703
|
updated_by: string | null;
|
|
686704
686704
|
length: Decimal | null;
|
|
686705
686705
|
description: string | null;
|
|
686706
|
-
width: Decimal | null;
|
|
686707
|
-
height: Decimal | null;
|
|
686708
|
-
id_dg_class: string | null;
|
|
686709
|
-
id_weight_unit: string | null;
|
|
686710
|
-
id_package_type: string | null;
|
|
686711
|
-
weight: Decimal | null;
|
|
686712
|
-
id_commodity: string | null;
|
|
686713
686706
|
id_origin_un_locode: string | null;
|
|
686714
686707
|
id_destination_un_locode: string | null;
|
|
686708
|
+
id_weight_unit: string | null;
|
|
686715
686709
|
id_volume_unit: string | null;
|
|
686710
|
+
id_commodity: string | null;
|
|
686716
686711
|
id_forwarding_booking: string | null;
|
|
686717
686712
|
volume: Decimal | null;
|
|
686718
686713
|
id_forwarding_shipment: string | null;
|
|
686714
|
+
id_package_type: string | null;
|
|
686719
686715
|
id_length_unit: string | null;
|
|
686720
686716
|
id_width_unit: string | null;
|
|
686721
686717
|
id_height_unit: string | null;
|
|
686722
686718
|
id_dg_substance: string | null;
|
|
686719
|
+
id_dg_class: string | null;
|
|
686723
686720
|
po_number: string | null;
|
|
686724
686721
|
goods_description: string | null;
|
|
686725
686722
|
item_number: string | null;
|
|
686726
686723
|
pack: number | null;
|
|
686724
|
+
weight: Decimal | null;
|
|
686725
|
+
width: Decimal | null;
|
|
686726
|
+
height: Decimal | null;
|
|
686727
686727
|
harmonized_code: string | null;
|
|
686728
686728
|
harmonized_description: string | null;
|
|
686729
686729
|
dg_substance_name: string | null;
|
|
@@ -686768,27 +686768,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686768
686768
|
updated_by: string | null;
|
|
686769
686769
|
length: Decimal | null;
|
|
686770
686770
|
description: string | null;
|
|
686771
|
-
width: Decimal | null;
|
|
686772
|
-
height: Decimal | null;
|
|
686773
|
-
id_dg_class: string | null;
|
|
686774
|
-
id_weight_unit: string | null;
|
|
686775
|
-
id_package_type: string | null;
|
|
686776
|
-
weight: Decimal | null;
|
|
686777
|
-
id_commodity: string | null;
|
|
686778
686771
|
id_origin_un_locode: string | null;
|
|
686779
686772
|
id_destination_un_locode: string | null;
|
|
686773
|
+
id_weight_unit: string | null;
|
|
686780
686774
|
id_volume_unit: string | null;
|
|
686775
|
+
id_commodity: string | null;
|
|
686781
686776
|
id_forwarding_booking: string | null;
|
|
686782
686777
|
volume: Decimal | null;
|
|
686783
686778
|
id_forwarding_shipment: string | null;
|
|
686779
|
+
id_package_type: string | null;
|
|
686784
686780
|
id_length_unit: string | null;
|
|
686785
686781
|
id_width_unit: string | null;
|
|
686786
686782
|
id_height_unit: string | null;
|
|
686787
686783
|
id_dg_substance: string | null;
|
|
686784
|
+
id_dg_class: string | null;
|
|
686788
686785
|
po_number: string | null;
|
|
686789
686786
|
goods_description: string | null;
|
|
686790
686787
|
item_number: string | null;
|
|
686791
686788
|
pack: number | null;
|
|
686789
|
+
weight: Decimal | null;
|
|
686790
|
+
width: Decimal | null;
|
|
686791
|
+
height: Decimal | null;
|
|
686792
686792
|
harmonized_code: string | null;
|
|
686793
686793
|
harmonized_description: string | null;
|
|
686794
686794
|
dg_substance_name: string | null;
|
|
@@ -688724,6 +688724,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
688724
688724
|
created_by: string | null;
|
|
688725
688725
|
updated_at: Date | null;
|
|
688726
688726
|
updated_by: string | null;
|
|
688727
|
+
id_organization: string | null;
|
|
688727
688728
|
is_receipt_account: boolean | null;
|
|
688728
688729
|
is_payment_account: boolean | null;
|
|
688729
688730
|
is_shipper: boolean | null;
|
|
@@ -688736,7 +688737,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
688736
688737
|
is_controlling_customer: boolean | null;
|
|
688737
688738
|
is_controlling_agent: boolean | null;
|
|
688738
688739
|
is_internal_organization: boolean | null;
|
|
688739
|
-
id_organization: string | null;
|
|
688740
688740
|
}[];
|
|
688741
688741
|
organization_service_types: {
|
|
688742
688742
|
is_active: boolean | null;
|
|
@@ -689240,6 +689240,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
689240
689240
|
created_by: string | null;
|
|
689241
689241
|
updated_at: Date | null;
|
|
689242
689242
|
updated_by: string | null;
|
|
689243
|
+
id_organization: string | null;
|
|
689243
689244
|
is_receipt_account: boolean | null;
|
|
689244
689245
|
is_payment_account: boolean | null;
|
|
689245
689246
|
is_shipper: boolean | null;
|
|
@@ -689252,7 +689253,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
689252
689253
|
is_controlling_customer: boolean | null;
|
|
689253
689254
|
is_controlling_agent: boolean | null;
|
|
689254
689255
|
is_internal_organization: boolean | null;
|
|
689255
|
-
id_organization: string | null;
|
|
689256
689256
|
}[];
|
|
689257
689257
|
organization_service_types: {
|
|
689258
689258
|
is_active: boolean | null;
|
|
@@ -690195,9 +690195,9 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
690195
690195
|
created_by: string | null;
|
|
690196
690196
|
updated_at: Date | null;
|
|
690197
690197
|
updated_by: string | null;
|
|
690198
|
-
is_main: boolean | null;
|
|
690199
690198
|
id_address: string | null;
|
|
690200
690199
|
id_address_capability: string | null;
|
|
690200
|
+
is_main: boolean | null;
|
|
690201
690201
|
}[];
|
|
690202
690202
|
is_active: boolean | null;
|
|
690203
690203
|
id: string;
|
|
@@ -690380,9 +690380,9 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
690380
690380
|
created_by: string | null;
|
|
690381
690381
|
updated_at: Date | null;
|
|
690382
690382
|
updated_by: string | null;
|
|
690383
|
-
is_main: boolean | null;
|
|
690384
690383
|
id_address: string | null;
|
|
690385
690384
|
id_address_capability: string | null;
|
|
690385
|
+
is_main: boolean | null;
|
|
690386
690386
|
}[];
|
|
690387
690387
|
is_active: boolean | null;
|
|
690388
690388
|
id: string;
|
|
@@ -691001,9 +691001,9 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691001
691001
|
created_by: string | null;
|
|
691002
691002
|
updated_at: Date | null;
|
|
691003
691003
|
updated_by: string | null;
|
|
691004
|
-
is_main: boolean | null;
|
|
691005
691004
|
id_address: string | null;
|
|
691006
691005
|
id_address_capability: string | null;
|
|
691006
|
+
is_main: boolean | null;
|
|
691007
691007
|
}[] | undefined;
|
|
691008
691008
|
total: number | undefined;
|
|
691009
691009
|
};
|
|
@@ -691061,9 +691061,9 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691061
691061
|
created_by: string | null;
|
|
691062
691062
|
updated_at: Date | null;
|
|
691063
691063
|
updated_by: string | null;
|
|
691064
|
-
is_main: boolean | null;
|
|
691065
691064
|
id_address: string | null;
|
|
691066
691065
|
id_address_capability: string | null;
|
|
691066
|
+
is_main: boolean | null;
|
|
691067
691067
|
};
|
|
691068
691068
|
};
|
|
691069
691069
|
meta: object;
|
|
@@ -691198,9 +691198,9 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691198
691198
|
created_by: string | null;
|
|
691199
691199
|
updated_at: Date | null;
|
|
691200
691200
|
updated_by: string | null;
|
|
691201
|
-
is_main: boolean | null;
|
|
691202
691201
|
id_address: string | null;
|
|
691203
691202
|
id_address_capability: string | null;
|
|
691203
|
+
is_main: boolean | null;
|
|
691204
691204
|
} | undefined;
|
|
691205
691205
|
log?: {
|
|
691206
691206
|
id: string;
|
|
@@ -691277,9 +691277,9 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691277
691277
|
created_by: string | null;
|
|
691278
691278
|
updated_at: Date | null;
|
|
691279
691279
|
updated_by: string | null;
|
|
691280
|
-
is_main: boolean | null;
|
|
691281
691280
|
id_address: string | null;
|
|
691282
691281
|
id_address_capability: string | null;
|
|
691282
|
+
is_main: boolean | null;
|
|
691283
691283
|
} | undefined;
|
|
691284
691284
|
log?: {
|
|
691285
691285
|
id: string;
|
|
@@ -691315,9 +691315,9 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691315
691315
|
created_by: string | null;
|
|
691316
691316
|
updated_at: Date | null;
|
|
691317
691317
|
updated_by: string | null;
|
|
691318
|
-
is_main: boolean | null;
|
|
691319
691318
|
id_address: string | null;
|
|
691320
691319
|
id_address_capability: string | null;
|
|
691320
|
+
is_main: boolean | null;
|
|
691321
691321
|
} | undefined)[] | undefined;
|
|
691322
691322
|
};
|
|
691323
691323
|
meta: object;
|
|
@@ -691395,17 +691395,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691395
691395
|
company_number: string | null;
|
|
691396
691396
|
company_tax_number: string | null;
|
|
691397
691397
|
} | null;
|
|
691398
|
-
organization_staff_role: {
|
|
691399
|
-
is_active: boolean | null;
|
|
691400
|
-
id: string;
|
|
691401
|
-
logic_code: string | null;
|
|
691402
|
-
name: string | null;
|
|
691403
|
-
code: string | null;
|
|
691404
|
-
created_at: Date | null;
|
|
691405
|
-
created_by: string | null;
|
|
691406
|
-
updated_at: Date | null;
|
|
691407
|
-
updated_by: string | null;
|
|
691408
|
-
} | null;
|
|
691409
691398
|
user: {
|
|
691410
691399
|
is_active: boolean | null;
|
|
691411
691400
|
id: string;
|
|
@@ -691453,6 +691442,17 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691453
691442
|
updated_at: Date | null;
|
|
691454
691443
|
updated_by: string | null;
|
|
691455
691444
|
} | null;
|
|
691445
|
+
organization_staff_role: {
|
|
691446
|
+
is_active: boolean | null;
|
|
691447
|
+
id: string;
|
|
691448
|
+
logic_code: string | null;
|
|
691449
|
+
name: string | null;
|
|
691450
|
+
code: string | null;
|
|
691451
|
+
created_at: Date | null;
|
|
691452
|
+
created_by: string | null;
|
|
691453
|
+
updated_at: Date | null;
|
|
691454
|
+
updated_by: string | null;
|
|
691455
|
+
} | null;
|
|
691456
691456
|
is_active: boolean | null;
|
|
691457
691457
|
id: string;
|
|
691458
691458
|
created_at: Date | null;
|
|
@@ -691460,8 +691460,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691460
691460
|
updated_at: Date | null;
|
|
691461
691461
|
updated_by: string | null;
|
|
691462
691462
|
id_organization: string | null;
|
|
691463
|
-
id_organization_staff_role: string | null;
|
|
691464
691463
|
id_user: string | null;
|
|
691464
|
+
id_organization_staff_role: string | null;
|
|
691465
691465
|
}[] | undefined;
|
|
691466
691466
|
total: number | undefined;
|
|
691467
691467
|
};
|
|
@@ -691510,17 +691510,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691510
691510
|
company_number: string | null;
|
|
691511
691511
|
company_tax_number: string | null;
|
|
691512
691512
|
} | null;
|
|
691513
|
-
organization_staff_role: {
|
|
691514
|
-
is_active: boolean | null;
|
|
691515
|
-
id: string;
|
|
691516
|
-
logic_code: string | null;
|
|
691517
|
-
name: string | null;
|
|
691518
|
-
code: string | null;
|
|
691519
|
-
created_at: Date | null;
|
|
691520
|
-
created_by: string | null;
|
|
691521
|
-
updated_at: Date | null;
|
|
691522
|
-
updated_by: string | null;
|
|
691523
|
-
} | null;
|
|
691524
691513
|
user: {
|
|
691525
691514
|
is_active: boolean | null;
|
|
691526
691515
|
id: string;
|
|
@@ -691568,6 +691557,17 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691568
691557
|
updated_at: Date | null;
|
|
691569
691558
|
updated_by: string | null;
|
|
691570
691559
|
} | null;
|
|
691560
|
+
organization_staff_role: {
|
|
691561
|
+
is_active: boolean | null;
|
|
691562
|
+
id: string;
|
|
691563
|
+
logic_code: string | null;
|
|
691564
|
+
name: string | null;
|
|
691565
|
+
code: string | null;
|
|
691566
|
+
created_at: Date | null;
|
|
691567
|
+
created_by: string | null;
|
|
691568
|
+
updated_at: Date | null;
|
|
691569
|
+
updated_by: string | null;
|
|
691570
|
+
} | null;
|
|
691571
691571
|
is_active: boolean | null;
|
|
691572
691572
|
id: string;
|
|
691573
691573
|
created_at: Date | null;
|
|
@@ -691575,8 +691575,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691575
691575
|
updated_at: Date | null;
|
|
691576
691576
|
updated_by: string | null;
|
|
691577
691577
|
id_organization: string | null;
|
|
691578
|
-
id_organization_staff_role: string | null;
|
|
691579
691578
|
id_user: string | null;
|
|
691579
|
+
id_organization_staff_role: string | null;
|
|
691580
691580
|
};
|
|
691581
691581
|
};
|
|
691582
691582
|
meta: object;
|
|
@@ -691717,17 +691717,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691717
691717
|
company_number: string | null;
|
|
691718
691718
|
company_tax_number: string | null;
|
|
691719
691719
|
} | null;
|
|
691720
|
-
organization_staff_role: {
|
|
691721
|
-
is_active: boolean | null;
|
|
691722
|
-
id: string;
|
|
691723
|
-
logic_code: string | null;
|
|
691724
|
-
name: string | null;
|
|
691725
|
-
code: string | null;
|
|
691726
|
-
created_at: Date | null;
|
|
691727
|
-
created_by: string | null;
|
|
691728
|
-
updated_at: Date | null;
|
|
691729
|
-
updated_by: string | null;
|
|
691730
|
-
} | null;
|
|
691731
691720
|
user: {
|
|
691732
691721
|
is_active: boolean | null;
|
|
691733
691722
|
id: string;
|
|
@@ -691775,6 +691764,17 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691775
691764
|
updated_at: Date | null;
|
|
691776
691765
|
updated_by: string | null;
|
|
691777
691766
|
} | null;
|
|
691767
|
+
organization_staff_role: {
|
|
691768
|
+
is_active: boolean | null;
|
|
691769
|
+
id: string;
|
|
691770
|
+
logic_code: string | null;
|
|
691771
|
+
name: string | null;
|
|
691772
|
+
code: string | null;
|
|
691773
|
+
created_at: Date | null;
|
|
691774
|
+
created_by: string | null;
|
|
691775
|
+
updated_at: Date | null;
|
|
691776
|
+
updated_by: string | null;
|
|
691777
|
+
} | null;
|
|
691778
691778
|
is_active: boolean | null;
|
|
691779
691779
|
id: string;
|
|
691780
691780
|
created_at: Date | null;
|
|
@@ -691782,8 +691782,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691782
691782
|
updated_at: Date | null;
|
|
691783
691783
|
updated_by: string | null;
|
|
691784
691784
|
id_organization: string | null;
|
|
691785
|
-
id_organization_staff_role: string | null;
|
|
691786
691785
|
id_user: string | null;
|
|
691786
|
+
id_organization_staff_role: string | null;
|
|
691787
691787
|
} | undefined;
|
|
691788
691788
|
log: {
|
|
691789
691789
|
id: string;
|
|
@@ -691839,17 +691839,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691839
691839
|
company_number: string | null;
|
|
691840
691840
|
company_tax_number: string | null;
|
|
691841
691841
|
} | null;
|
|
691842
|
-
organization_staff_role: {
|
|
691843
|
-
is_active: boolean | null;
|
|
691844
|
-
id: string;
|
|
691845
|
-
logic_code: string | null;
|
|
691846
|
-
name: string | null;
|
|
691847
|
-
code: string | null;
|
|
691848
|
-
created_at: Date | null;
|
|
691849
|
-
created_by: string | null;
|
|
691850
|
-
updated_at: Date | null;
|
|
691851
|
-
updated_by: string | null;
|
|
691852
|
-
} | null;
|
|
691853
691842
|
user: {
|
|
691854
691843
|
is_active: boolean | null;
|
|
691855
691844
|
id: string;
|
|
@@ -691897,6 +691886,17 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691897
691886
|
updated_at: Date | null;
|
|
691898
691887
|
updated_by: string | null;
|
|
691899
691888
|
} | null;
|
|
691889
|
+
organization_staff_role: {
|
|
691890
|
+
is_active: boolean | null;
|
|
691891
|
+
id: string;
|
|
691892
|
+
logic_code: string | null;
|
|
691893
|
+
name: string | null;
|
|
691894
|
+
code: string | null;
|
|
691895
|
+
created_at: Date | null;
|
|
691896
|
+
created_by: string | null;
|
|
691897
|
+
updated_at: Date | null;
|
|
691898
|
+
updated_by: string | null;
|
|
691899
|
+
} | null;
|
|
691900
691900
|
is_active: boolean | null;
|
|
691901
691901
|
id: string;
|
|
691902
691902
|
created_at: Date | null;
|
|
@@ -691904,8 +691904,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691904
691904
|
updated_at: Date | null;
|
|
691905
691905
|
updated_by: string | null;
|
|
691906
691906
|
id_organization: string | null;
|
|
691907
|
-
id_organization_staff_role: string | null;
|
|
691908
691907
|
id_user: string | null;
|
|
691908
|
+
id_organization_staff_role: string | null;
|
|
691909
691909
|
} | undefined;
|
|
691910
691910
|
log: {
|
|
691911
691911
|
id: string;
|
|
@@ -691937,8 +691937,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691937
691937
|
updated_at: Date | null;
|
|
691938
691938
|
updated_by: string | null;
|
|
691939
691939
|
id_organization: string | null;
|
|
691940
|
-
id_organization_staff_role: string | null;
|
|
691941
691940
|
id_user: string | null;
|
|
691941
|
+
id_organization_staff_role: string | null;
|
|
691942
691942
|
} | undefined)[] | undefined;
|
|
691943
691943
|
};
|
|
691944
691944
|
meta: object;
|
|
@@ -700072,7 +700072,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
700072
700072
|
};
|
|
700073
700073
|
output: {
|
|
700074
700074
|
data: {
|
|
700075
|
-
|
|
700075
|
+
container_type: {
|
|
700076
700076
|
is_active: boolean | null;
|
|
700077
700077
|
id: string;
|
|
700078
700078
|
logic_code: string | null;
|
|
@@ -700083,7 +700083,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
700083
700083
|
updated_at: Date | null;
|
|
700084
700084
|
updated_by: string | null;
|
|
700085
700085
|
} | null;
|
|
700086
|
-
|
|
700086
|
+
transport_mode: {
|
|
700087
700087
|
is_active: boolean | null;
|
|
700088
700088
|
id: string;
|
|
700089
700089
|
logic_code: string | null;
|
|
@@ -700327,6 +700327,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
700327
700327
|
type: string | null;
|
|
700328
700328
|
length: Decimal | null;
|
|
700329
700329
|
id_type: string | null;
|
|
700330
|
+
width: Decimal | null;
|
|
700331
|
+
height: Decimal | null;
|
|
700330
700332
|
id_transport_mode: string | null;
|
|
700331
700333
|
id_iata_uld_rate_class: string | null;
|
|
700332
700334
|
id_storage_class: string | null;
|
|
@@ -700349,8 +700351,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
700349
700351
|
id_uom_inside_capacity: string | null;
|
|
700350
700352
|
iso_size: string | null;
|
|
700351
700353
|
iso_description: string | null;
|
|
700352
|
-
width: Decimal | null;
|
|
700353
|
-
height: Decimal | null;
|
|
700354
700354
|
teu_count: Decimal | null;
|
|
700355
700355
|
max_gross_weight: Decimal | null;
|
|
700356
700356
|
max_tare_weight: Decimal | null;
|
|
@@ -700405,7 +700405,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
700405
700405
|
uom_inside_capacity: number;
|
|
700406
700406
|
container_logs: number;
|
|
700407
700407
|
};
|
|
700408
|
-
|
|
700408
|
+
container_type: {
|
|
700409
700409
|
is_active: boolean | null;
|
|
700410
700410
|
id: string;
|
|
700411
700411
|
logic_code: string | null;
|
|
@@ -700416,7 +700416,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
700416
700416
|
updated_at: Date | null;
|
|
700417
700417
|
updated_by: string | null;
|
|
700418
700418
|
} | null;
|
|
700419
|
-
|
|
700419
|
+
transport_mode: {
|
|
700420
700420
|
is_active: boolean | null;
|
|
700421
700421
|
id: string;
|
|
700422
700422
|
logic_code: string | null;
|
|
@@ -700660,6 +700660,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
700660
700660
|
type: string | null;
|
|
700661
700661
|
length: Decimal | null;
|
|
700662
700662
|
id_type: string | null;
|
|
700663
|
+
width: Decimal | null;
|
|
700664
|
+
height: Decimal | null;
|
|
700663
700665
|
id_transport_mode: string | null;
|
|
700664
700666
|
id_iata_uld_rate_class: string | null;
|
|
700665
700667
|
id_storage_class: string | null;
|
|
@@ -700682,8 +700684,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
700682
700684
|
id_uom_inside_capacity: string | null;
|
|
700683
700685
|
iso_size: string | null;
|
|
700684
700686
|
iso_description: string | null;
|
|
700685
|
-
width: Decimal | null;
|
|
700686
|
-
height: Decimal | null;
|
|
700687
700687
|
teu_count: Decimal | null;
|
|
700688
700688
|
max_gross_weight: Decimal | null;
|
|
700689
700689
|
max_tare_weight: Decimal | null;
|
|
@@ -700863,6 +700863,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
700863
700863
|
type: string | null;
|
|
700864
700864
|
length: Decimal | null;
|
|
700865
700865
|
id_type: string | null;
|
|
700866
|
+
width: Decimal | null;
|
|
700867
|
+
height: Decimal | null;
|
|
700866
700868
|
id_transport_mode: string | null;
|
|
700867
700869
|
id_iata_uld_rate_class: string | null;
|
|
700868
700870
|
id_storage_class: string | null;
|
|
@@ -700885,8 +700887,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
700885
700887
|
id_uom_inside_capacity: string | null;
|
|
700886
700888
|
iso_size: string | null;
|
|
700887
700889
|
iso_description: string | null;
|
|
700888
|
-
width: Decimal | null;
|
|
700889
|
-
height: Decimal | null;
|
|
700890
700890
|
teu_count: Decimal | null;
|
|
700891
700891
|
max_gross_weight: Decimal | null;
|
|
700892
700892
|
max_tare_weight: Decimal | null;
|
|
@@ -700981,6 +700981,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
700981
700981
|
type: string | null;
|
|
700982
700982
|
length: Decimal | null;
|
|
700983
700983
|
id_type: string | null;
|
|
700984
|
+
width: Decimal | null;
|
|
700985
|
+
height: Decimal | null;
|
|
700984
700986
|
id_transport_mode: string | null;
|
|
700985
700987
|
id_iata_uld_rate_class: string | null;
|
|
700986
700988
|
id_storage_class: string | null;
|
|
@@ -701003,8 +701005,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
701003
701005
|
id_uom_inside_capacity: string | null;
|
|
701004
701006
|
iso_size: string | null;
|
|
701005
701007
|
iso_description: string | null;
|
|
701006
|
-
width: Decimal | null;
|
|
701007
|
-
height: Decimal | null;
|
|
701008
701008
|
teu_count: Decimal | null;
|
|
701009
701009
|
max_gross_weight: Decimal | null;
|
|
701010
701010
|
max_tare_weight: Decimal | null;
|
|
@@ -701055,6 +701055,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
701055
701055
|
type: string | null;
|
|
701056
701056
|
length: Decimal | null;
|
|
701057
701057
|
id_type: string | null;
|
|
701058
|
+
width: Decimal | null;
|
|
701059
|
+
height: Decimal | null;
|
|
701058
701060
|
id_transport_mode: string | null;
|
|
701059
701061
|
id_iata_uld_rate_class: string | null;
|
|
701060
701062
|
id_storage_class: string | null;
|
|
@@ -701077,8 +701079,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
701077
701079
|
id_uom_inside_capacity: string | null;
|
|
701078
701080
|
iso_size: string | null;
|
|
701079
701081
|
iso_description: string | null;
|
|
701080
|
-
width: Decimal | null;
|
|
701081
|
-
height: Decimal | null;
|
|
701082
701082
|
teu_count: Decimal | null;
|
|
701083
701083
|
max_gross_weight: Decimal | null;
|
|
701084
701084
|
max_tare_weight: Decimal | null;
|
|
@@ -703347,8 +703347,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
703347
703347
|
created_by: string | null;
|
|
703348
703348
|
updated_at: Date | null;
|
|
703349
703349
|
updated_by: string | null;
|
|
703350
|
-
id_dg_packing_group: string | null;
|
|
703351
703350
|
id_dg_class: string | null;
|
|
703351
|
+
id_dg_packing_group: string | null;
|
|
703352
703352
|
id_dg_excepted_quantity: string | null;
|
|
703353
703353
|
un_number: string | null;
|
|
703354
703354
|
extra_labels: string | null;
|
|
@@ -703388,8 +703388,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
703388
703388
|
created_by: string | null;
|
|
703389
703389
|
updated_at: Date | null;
|
|
703390
703390
|
updated_by: string | null;
|
|
703391
|
-
id_dg_standard: string | null;
|
|
703392
703391
|
id_dangerous_good: string | null;
|
|
703392
|
+
id_dg_standard: string | null;
|
|
703393
703393
|
rules_data: SimpleJson;
|
|
703394
703394
|
}[];
|
|
703395
703395
|
dg_class: {
|
|
@@ -703433,8 +703433,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
703433
703433
|
created_by: string | null;
|
|
703434
703434
|
updated_at: Date | null;
|
|
703435
703435
|
updated_by: string | null;
|
|
703436
|
-
id_dg_packing_group: string | null;
|
|
703437
703436
|
id_dg_class: string | null;
|
|
703437
|
+
id_dg_packing_group: string | null;
|
|
703438
703438
|
id_dg_excepted_quantity: string | null;
|
|
703439
703439
|
un_number: string | null;
|
|
703440
703440
|
extra_labels: string | null;
|
|
@@ -703566,8 +703566,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
703566
703566
|
created_by: string | null;
|
|
703567
703567
|
updated_at: Date | null;
|
|
703568
703568
|
updated_by: string | null;
|
|
703569
|
-
id_dg_packing_group: string | null;
|
|
703570
703569
|
id_dg_class: string | null;
|
|
703570
|
+
id_dg_packing_group: string | null;
|
|
703571
703571
|
id_dg_excepted_quantity: string | null;
|
|
703572
703572
|
un_number: string | null;
|
|
703573
703573
|
extra_labels: string | null;
|
|
@@ -703614,8 +703614,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
703614
703614
|
created_by: string | null;
|
|
703615
703615
|
updated_at: Date | null;
|
|
703616
703616
|
updated_by: string | null;
|
|
703617
|
-
id_dg_packing_group: string | null;
|
|
703618
703617
|
id_dg_class: string | null;
|
|
703618
|
+
id_dg_packing_group: string | null;
|
|
703619
703619
|
id_dg_excepted_quantity: string | null;
|
|
703620
703620
|
un_number: string | null;
|
|
703621
703621
|
extra_labels: string | null;
|
|
@@ -703653,8 +703653,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
703653
703653
|
created_by: string | null;
|
|
703654
703654
|
updated_at: Date | null;
|
|
703655
703655
|
updated_by: string | null;
|
|
703656
|
-
id_dg_packing_group: string | null;
|
|
703657
703656
|
id_dg_class: string | null;
|
|
703657
|
+
id_dg_packing_group: string | null;
|
|
703658
703658
|
id_dg_excepted_quantity: string | null;
|
|
703659
703659
|
un_number: string | null;
|
|
703660
703660
|
extra_labels: string | null;
|
|
@@ -704518,33 +704518,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
704518
704518
|
};
|
|
704519
704519
|
output: {
|
|
704520
704520
|
data: {
|
|
704521
|
-
|
|
704521
|
+
dg_standard: {
|
|
704522
704522
|
is_active: boolean | null;
|
|
704523
704523
|
id: string;
|
|
704524
704524
|
logic_code: string | null;
|
|
704525
704525
|
name: string | null;
|
|
704526
|
+
code: string | null;
|
|
704526
704527
|
created_at: Date | null;
|
|
704527
704528
|
created_by: string | null;
|
|
704528
704529
|
updated_at: Date | null;
|
|
704529
704530
|
updated_by: string | null;
|
|
704530
|
-
id_dg_packing_group: string | null;
|
|
704531
|
-
id_dg_class: string | null;
|
|
704532
|
-
id_dg_excepted_quantity: string | null;
|
|
704533
|
-
un_number: string | null;
|
|
704534
|
-
extra_labels: string | null;
|
|
704535
|
-
sub_risk: string | null;
|
|
704536
|
-
is_high_danger: boolean | null;
|
|
704537
704531
|
} | null;
|
|
704538
|
-
|
|
704532
|
+
dangerous_good: {
|
|
704539
704533
|
is_active: boolean | null;
|
|
704540
704534
|
id: string;
|
|
704541
704535
|
logic_code: string | null;
|
|
704542
704536
|
name: string | null;
|
|
704543
|
-
code: string | null;
|
|
704544
704537
|
created_at: Date | null;
|
|
704545
704538
|
created_by: string | null;
|
|
704546
704539
|
updated_at: Date | null;
|
|
704547
704540
|
updated_by: string | null;
|
|
704541
|
+
id_dg_class: string | null;
|
|
704542
|
+
id_dg_packing_group: string | null;
|
|
704543
|
+
id_dg_excepted_quantity: string | null;
|
|
704544
|
+
un_number: string | null;
|
|
704545
|
+
extra_labels: string | null;
|
|
704546
|
+
sub_risk: string | null;
|
|
704547
|
+
is_high_danger: boolean | null;
|
|
704548
704548
|
} | null;
|
|
704549
704549
|
is_active: boolean | null;
|
|
704550
704550
|
id: string;
|
|
@@ -704553,8 +704553,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
704553
704553
|
created_by: string | null;
|
|
704554
704554
|
updated_at: Date | null;
|
|
704555
704555
|
updated_by: string | null;
|
|
704556
|
-
id_dg_standard: string | null;
|
|
704557
704556
|
id_dangerous_good: string | null;
|
|
704557
|
+
id_dg_standard: string | null;
|
|
704558
704558
|
rules_data: SimpleJson;
|
|
704559
704559
|
}[] | undefined;
|
|
704560
704560
|
total: number | undefined;
|
|
@@ -704571,6 +704571,17 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
704571
704571
|
};
|
|
704572
704572
|
output: {
|
|
704573
704573
|
data: {
|
|
704574
|
+
dg_standard: {
|
|
704575
|
+
is_active: boolean | null;
|
|
704576
|
+
id: string;
|
|
704577
|
+
logic_code: string | null;
|
|
704578
|
+
name: string | null;
|
|
704579
|
+
code: string | null;
|
|
704580
|
+
created_at: Date | null;
|
|
704581
|
+
created_by: string | null;
|
|
704582
|
+
updated_at: Date | null;
|
|
704583
|
+
updated_by: string | null;
|
|
704584
|
+
} | null;
|
|
704574
704585
|
dangerous_good: {
|
|
704575
704586
|
dg_class: {
|
|
704576
704587
|
is_active: boolean | null;
|
|
@@ -704602,25 +704613,14 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
704602
704613
|
created_by: string | null;
|
|
704603
704614
|
updated_at: Date | null;
|
|
704604
704615
|
updated_by: string | null;
|
|
704605
|
-
id_dg_packing_group: string | null;
|
|
704606
704616
|
id_dg_class: string | null;
|
|
704617
|
+
id_dg_packing_group: string | null;
|
|
704607
704618
|
id_dg_excepted_quantity: string | null;
|
|
704608
704619
|
un_number: string | null;
|
|
704609
704620
|
extra_labels: string | null;
|
|
704610
704621
|
sub_risk: string | null;
|
|
704611
704622
|
is_high_danger: boolean | null;
|
|
704612
704623
|
} | null;
|
|
704613
|
-
dg_standard: {
|
|
704614
|
-
is_active: boolean | null;
|
|
704615
|
-
id: string;
|
|
704616
|
-
logic_code: string | null;
|
|
704617
|
-
name: string | null;
|
|
704618
|
-
code: string | null;
|
|
704619
|
-
created_at: Date | null;
|
|
704620
|
-
created_by: string | null;
|
|
704621
|
-
updated_at: Date | null;
|
|
704622
|
-
updated_by: string | null;
|
|
704623
|
-
} | null;
|
|
704624
704624
|
is_active: boolean | null;
|
|
704625
704625
|
id: string;
|
|
704626
704626
|
logic_code: string | null;
|
|
@@ -704628,8 +704628,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
704628
704628
|
created_by: string | null;
|
|
704629
704629
|
updated_at: Date | null;
|
|
704630
704630
|
updated_by: string | null;
|
|
704631
|
-
id_dg_standard: string | null;
|
|
704632
704631
|
id_dangerous_good: string | null;
|
|
704632
|
+
id_dg_standard: string | null;
|
|
704633
704633
|
rules_data: SimpleJson;
|
|
704634
704634
|
};
|
|
704635
704635
|
};
|
|
@@ -704744,33 +704744,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
704744
704744
|
};
|
|
704745
704745
|
output: {
|
|
704746
704746
|
data: {
|
|
704747
|
-
|
|
704747
|
+
dg_standard: {
|
|
704748
704748
|
is_active: boolean | null;
|
|
704749
704749
|
id: string;
|
|
704750
704750
|
logic_code: string | null;
|
|
704751
704751
|
name: string | null;
|
|
704752
|
+
code: string | null;
|
|
704752
704753
|
created_at: Date | null;
|
|
704753
704754
|
created_by: string | null;
|
|
704754
704755
|
updated_at: Date | null;
|
|
704755
704756
|
updated_by: string | null;
|
|
704756
|
-
id_dg_packing_group: string | null;
|
|
704757
|
-
id_dg_class: string | null;
|
|
704758
|
-
id_dg_excepted_quantity: string | null;
|
|
704759
|
-
un_number: string | null;
|
|
704760
|
-
extra_labels: string | null;
|
|
704761
|
-
sub_risk: string | null;
|
|
704762
|
-
is_high_danger: boolean | null;
|
|
704763
704757
|
} | null;
|
|
704764
|
-
|
|
704758
|
+
dangerous_good: {
|
|
704765
704759
|
is_active: boolean | null;
|
|
704766
704760
|
id: string;
|
|
704767
704761
|
logic_code: string | null;
|
|
704768
704762
|
name: string | null;
|
|
704769
|
-
code: string | null;
|
|
704770
704763
|
created_at: Date | null;
|
|
704771
704764
|
created_by: string | null;
|
|
704772
704765
|
updated_at: Date | null;
|
|
704773
704766
|
updated_by: string | null;
|
|
704767
|
+
id_dg_class: string | null;
|
|
704768
|
+
id_dg_packing_group: string | null;
|
|
704769
|
+
id_dg_excepted_quantity: string | null;
|
|
704770
|
+
un_number: string | null;
|
|
704771
|
+
extra_labels: string | null;
|
|
704772
|
+
sub_risk: string | null;
|
|
704773
|
+
is_high_danger: boolean | null;
|
|
704774
704774
|
} | null;
|
|
704775
704775
|
is_active: boolean | null;
|
|
704776
704776
|
id: string;
|
|
@@ -704779,8 +704779,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
704779
704779
|
created_by: string | null;
|
|
704780
704780
|
updated_at: Date | null;
|
|
704781
704781
|
updated_by: string | null;
|
|
704782
|
-
id_dg_standard: string | null;
|
|
704783
704782
|
id_dangerous_good: string | null;
|
|
704783
|
+
id_dg_standard: string | null;
|
|
704784
704784
|
rules_data: SimpleJson;
|
|
704785
704785
|
} | undefined;
|
|
704786
704786
|
log: {
|
|
@@ -704810,33 +704810,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
704810
704810
|
};
|
|
704811
704811
|
output: {
|
|
704812
704812
|
data: {
|
|
704813
|
-
|
|
704813
|
+
dg_standard: {
|
|
704814
704814
|
is_active: boolean | null;
|
|
704815
704815
|
id: string;
|
|
704816
704816
|
logic_code: string | null;
|
|
704817
704817
|
name: string | null;
|
|
704818
|
+
code: string | null;
|
|
704818
704819
|
created_at: Date | null;
|
|
704819
704820
|
created_by: string | null;
|
|
704820
704821
|
updated_at: Date | null;
|
|
704821
704822
|
updated_by: string | null;
|
|
704822
|
-
id_dg_packing_group: string | null;
|
|
704823
|
-
id_dg_class: string | null;
|
|
704824
|
-
id_dg_excepted_quantity: string | null;
|
|
704825
|
-
un_number: string | null;
|
|
704826
|
-
extra_labels: string | null;
|
|
704827
|
-
sub_risk: string | null;
|
|
704828
|
-
is_high_danger: boolean | null;
|
|
704829
704823
|
} | null;
|
|
704830
|
-
|
|
704824
|
+
dangerous_good: {
|
|
704831
704825
|
is_active: boolean | null;
|
|
704832
704826
|
id: string;
|
|
704833
704827
|
logic_code: string | null;
|
|
704834
704828
|
name: string | null;
|
|
704835
|
-
code: string | null;
|
|
704836
704829
|
created_at: Date | null;
|
|
704837
704830
|
created_by: string | null;
|
|
704838
704831
|
updated_at: Date | null;
|
|
704839
704832
|
updated_by: string | null;
|
|
704833
|
+
id_dg_class: string | null;
|
|
704834
|
+
id_dg_packing_group: string | null;
|
|
704835
|
+
id_dg_excepted_quantity: string | null;
|
|
704836
|
+
un_number: string | null;
|
|
704837
|
+
extra_labels: string | null;
|
|
704838
|
+
sub_risk: string | null;
|
|
704839
|
+
is_high_danger: boolean | null;
|
|
704840
704840
|
} | null;
|
|
704841
704841
|
is_active: boolean | null;
|
|
704842
704842
|
id: string;
|
|
@@ -704845,8 +704845,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
704845
704845
|
created_by: string | null;
|
|
704846
704846
|
updated_at: Date | null;
|
|
704847
704847
|
updated_by: string | null;
|
|
704848
|
-
id_dg_standard: string | null;
|
|
704849
704848
|
id_dangerous_good: string | null;
|
|
704849
|
+
id_dg_standard: string | null;
|
|
704850
704850
|
rules_data: SimpleJson;
|
|
704851
704851
|
} | undefined;
|
|
704852
704852
|
log: {
|
|
@@ -704879,8 +704879,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
704879
704879
|
created_by: string | null;
|
|
704880
704880
|
updated_at: Date | null;
|
|
704881
704881
|
updated_by: string | null;
|
|
704882
|
-
id_dg_standard: string | null;
|
|
704883
704882
|
id_dangerous_good: string | null;
|
|
704883
|
+
id_dg_standard: string | null;
|
|
704884
704884
|
rules_data: SimpleJson;
|
|
704885
704885
|
} | undefined)[] | undefined;
|
|
704886
704886
|
};
|
|
@@ -705213,7 +705213,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
705213
705213
|
updated_at: Date | null;
|
|
705214
705214
|
updated_by: string | null;
|
|
705215
705215
|
} | null;
|
|
705216
|
-
|
|
705216
|
+
weight_unit: {
|
|
705217
705217
|
is_active: boolean | null;
|
|
705218
705218
|
id: string;
|
|
705219
705219
|
logic_code: string | null;
|
|
@@ -705225,7 +705225,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
705225
705225
|
updated_by: string | null;
|
|
705226
705226
|
id_type: string | null;
|
|
705227
705227
|
} | null;
|
|
705228
|
-
|
|
705228
|
+
dimension_unit: {
|
|
705229
705229
|
is_active: boolean | null;
|
|
705230
705230
|
id: string;
|
|
705231
705231
|
logic_code: string | null;
|
|
@@ -705247,12 +705247,12 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
705247
705247
|
updated_at: Date | null;
|
|
705248
705248
|
updated_by: string | null;
|
|
705249
705249
|
length: Decimal | null;
|
|
705250
|
+
id_weight_unit: string | null;
|
|
705251
|
+
weight: Decimal | null;
|
|
705250
705252
|
width: Decimal | null;
|
|
705251
705253
|
height: Decimal | null;
|
|
705252
705254
|
id_dimension_unit: string | null;
|
|
705253
|
-
id_weight_unit: string | null;
|
|
705254
705255
|
id_measurement_unit_type: string | null;
|
|
705255
|
-
weight: Decimal | null;
|
|
705256
705256
|
is_keep_upright: boolean | null;
|
|
705257
705257
|
}[] | undefined;
|
|
705258
705258
|
total: number | undefined;
|
|
@@ -705290,7 +705290,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
705290
705290
|
updated_at: Date | null;
|
|
705291
705291
|
updated_by: string | null;
|
|
705292
705292
|
} | null;
|
|
705293
|
-
|
|
705293
|
+
weight_unit: {
|
|
705294
705294
|
is_active: boolean | null;
|
|
705295
705295
|
id: string;
|
|
705296
705296
|
logic_code: string | null;
|
|
@@ -705302,7 +705302,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
705302
705302
|
updated_by: string | null;
|
|
705303
705303
|
id_type: string | null;
|
|
705304
705304
|
} | null;
|
|
705305
|
-
|
|
705305
|
+
dimension_unit: {
|
|
705306
705306
|
is_active: boolean | null;
|
|
705307
705307
|
id: string;
|
|
705308
705308
|
logic_code: string | null;
|
|
@@ -705324,12 +705324,12 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
705324
705324
|
updated_at: Date | null;
|
|
705325
705325
|
updated_by: string | null;
|
|
705326
705326
|
length: Decimal | null;
|
|
705327
|
+
id_weight_unit: string | null;
|
|
705328
|
+
weight: Decimal | null;
|
|
705327
705329
|
width: Decimal | null;
|
|
705328
705330
|
height: Decimal | null;
|
|
705329
705331
|
id_dimension_unit: string | null;
|
|
705330
|
-
id_weight_unit: string | null;
|
|
705331
705332
|
id_measurement_unit_type: string | null;
|
|
705332
|
-
weight: Decimal | null;
|
|
705333
705333
|
is_keep_upright: boolean | null;
|
|
705334
705334
|
};
|
|
705335
705335
|
};
|
|
@@ -705461,12 +705461,12 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
705461
705461
|
updated_at: Date | null;
|
|
705462
705462
|
updated_by: string | null;
|
|
705463
705463
|
length: Decimal | null;
|
|
705464
|
+
id_weight_unit: string | null;
|
|
705465
|
+
weight: Decimal | null;
|
|
705464
705466
|
width: Decimal | null;
|
|
705465
705467
|
height: Decimal | null;
|
|
705466
705468
|
id_dimension_unit: string | null;
|
|
705467
|
-
id_weight_unit: string | null;
|
|
705468
705469
|
id_measurement_unit_type: string | null;
|
|
705469
|
-
weight: Decimal | null;
|
|
705470
705470
|
is_keep_upright: boolean | null;
|
|
705471
705471
|
} | undefined;
|
|
705472
705472
|
log: {
|
|
@@ -705513,12 +705513,12 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
705513
705513
|
updated_at: Date | null;
|
|
705514
705514
|
updated_by: string | null;
|
|
705515
705515
|
length: Decimal | null;
|
|
705516
|
+
id_weight_unit: string | null;
|
|
705517
|
+
weight: Decimal | null;
|
|
705516
705518
|
width: Decimal | null;
|
|
705517
705519
|
height: Decimal | null;
|
|
705518
705520
|
id_dimension_unit: string | null;
|
|
705519
|
-
id_weight_unit: string | null;
|
|
705520
705521
|
id_measurement_unit_type: string | null;
|
|
705521
|
-
weight: Decimal | null;
|
|
705522
705522
|
is_keep_upright: boolean | null;
|
|
705523
705523
|
} | undefined;
|
|
705524
705524
|
log: {
|
|
@@ -705554,12 +705554,12 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
705554
705554
|
updated_at: Date | null;
|
|
705555
705555
|
updated_by: string | null;
|
|
705556
705556
|
length: Decimal | null;
|
|
705557
|
+
id_weight_unit: string | null;
|
|
705558
|
+
weight: Decimal | null;
|
|
705557
705559
|
width: Decimal | null;
|
|
705558
705560
|
height: Decimal | null;
|
|
705559
705561
|
id_dimension_unit: string | null;
|
|
705560
|
-
id_weight_unit: string | null;
|
|
705561
705562
|
id_measurement_unit_type: string | null;
|
|
705562
|
-
weight: Decimal | null;
|
|
705563
705563
|
is_keep_upright: boolean | null;
|
|
705564
705564
|
} | undefined)[] | undefined;
|
|
705565
705565
|
};
|
|
@@ -707227,7 +707227,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707227
707227
|
};
|
|
707228
707228
|
output: {
|
|
707229
707229
|
data: {
|
|
707230
|
-
|
|
707230
|
+
universal_group: {
|
|
707231
707231
|
is_active: boolean | null;
|
|
707232
707232
|
id: string;
|
|
707233
707233
|
logic_code: string | null;
|
|
@@ -707238,7 +707238,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707238
707238
|
updated_at: Date | null;
|
|
707239
707239
|
updated_by: string | null;
|
|
707240
707240
|
} | null;
|
|
707241
|
-
|
|
707241
|
+
iata_commodity: {
|
|
707242
707242
|
is_active: boolean | null;
|
|
707243
707243
|
id: string;
|
|
707244
707244
|
logic_code: string | null;
|
|
@@ -707270,8 +707270,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707270
707270
|
created_by: string | null;
|
|
707271
707271
|
updated_at: Date | null;
|
|
707272
707272
|
updated_by: string | null;
|
|
707273
|
-
id_iata_commodity: string | null;
|
|
707274
707273
|
id_universal_group: string | null;
|
|
707274
|
+
id_iata_commodity: string | null;
|
|
707275
707275
|
id_expiration_date_unit: string | null;
|
|
707276
707276
|
reefer_min_temp: Decimal | null;
|
|
707277
707277
|
reefer_max_temp: Decimal | null;
|
|
@@ -707296,7 +707296,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707296
707296
|
};
|
|
707297
707297
|
output: {
|
|
707298
707298
|
data: {
|
|
707299
|
-
|
|
707299
|
+
universal_group: {
|
|
707300
707300
|
is_active: boolean | null;
|
|
707301
707301
|
id: string;
|
|
707302
707302
|
logic_code: string | null;
|
|
@@ -707307,7 +707307,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707307
707307
|
updated_at: Date | null;
|
|
707308
707308
|
updated_by: string | null;
|
|
707309
707309
|
} | null;
|
|
707310
|
-
|
|
707310
|
+
iata_commodity: {
|
|
707311
707311
|
is_active: boolean | null;
|
|
707312
707312
|
id: string;
|
|
707313
707313
|
logic_code: string | null;
|
|
@@ -707339,8 +707339,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707339
707339
|
created_by: string | null;
|
|
707340
707340
|
updated_at: Date | null;
|
|
707341
707341
|
updated_by: string | null;
|
|
707342
|
-
id_iata_commodity: string | null;
|
|
707343
707342
|
id_universal_group: string | null;
|
|
707343
|
+
id_iata_commodity: string | null;
|
|
707344
707344
|
id_expiration_date_unit: string | null;
|
|
707345
707345
|
reefer_min_temp: Decimal | null;
|
|
707346
707346
|
reefer_max_temp: Decimal | null;
|
|
@@ -707482,8 +707482,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707482
707482
|
created_by: string | null;
|
|
707483
707483
|
updated_at: Date | null;
|
|
707484
707484
|
updated_by: string | null;
|
|
707485
|
-
id_iata_commodity: string | null;
|
|
707486
707485
|
id_universal_group: string | null;
|
|
707486
|
+
id_iata_commodity: string | null;
|
|
707487
707487
|
id_expiration_date_unit: string | null;
|
|
707488
707488
|
reefer_min_temp: Decimal | null;
|
|
707489
707489
|
reefer_max_temp: Decimal | null;
|
|
@@ -707540,8 +707540,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707540
707540
|
created_by: string | null;
|
|
707541
707541
|
updated_at: Date | null;
|
|
707542
707542
|
updated_by: string | null;
|
|
707543
|
-
id_iata_commodity: string | null;
|
|
707544
707543
|
id_universal_group: string | null;
|
|
707544
|
+
id_iata_commodity: string | null;
|
|
707545
707545
|
id_expiration_date_unit: string | null;
|
|
707546
707546
|
reefer_min_temp: Decimal | null;
|
|
707547
707547
|
reefer_max_temp: Decimal | null;
|
|
@@ -711561,8 +711561,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
711561
711561
|
created_by: string | null;
|
|
711562
711562
|
updated_at: Date | null;
|
|
711563
711563
|
updated_by: string | null;
|
|
711564
|
-
is_global: boolean | null;
|
|
711565
711564
|
id_type: string | null;
|
|
711565
|
+
is_global: boolean | null;
|
|
711566
711566
|
id_percent_of_account: string | null;
|
|
711567
711567
|
id_consolidate_account: string | null;
|
|
711568
711568
|
id_alternate_account: string | null;
|
|
@@ -711764,8 +711764,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
711764
711764
|
created_by: string | null;
|
|
711765
711765
|
updated_at: Date | null;
|
|
711766
711766
|
updated_by: string | null;
|
|
711767
|
-
is_global: boolean | null;
|
|
711768
711767
|
id_type: string | null;
|
|
711768
|
+
is_global: boolean | null;
|
|
711769
711769
|
id_percent_of_account: string | null;
|
|
711770
711770
|
id_consolidate_account: string | null;
|
|
711771
711771
|
id_alternate_account: string | null;
|
|
@@ -712572,8 +712572,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
712572
712572
|
created_by: string | null;
|
|
712573
712573
|
updated_at: Date | null;
|
|
712574
712574
|
updated_by: string | null;
|
|
712575
|
-
is_global: boolean | null;
|
|
712576
712575
|
id_type: string | null;
|
|
712576
|
+
is_global: boolean | null;
|
|
712577
712577
|
id_percent_of_account: string | null;
|
|
712578
712578
|
id_consolidate_account: string | null;
|
|
712579
712579
|
id_alternate_account: string | null;
|
|
@@ -712595,8 +712595,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
712595
712595
|
created_by: string | null;
|
|
712596
712596
|
updated_at: Date | null;
|
|
712597
712597
|
updated_by: string | null;
|
|
712598
|
-
is_global: boolean | null;
|
|
712599
712598
|
id_type: string | null;
|
|
712599
|
+
is_global: boolean | null;
|
|
712600
712600
|
id_percent_of_account: string | null;
|
|
712601
712601
|
id_consolidate_account: string | null;
|
|
712602
712602
|
id_alternate_account: string | null;
|
|
@@ -712618,8 +712618,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
712618
712618
|
created_by: string | null;
|
|
712619
712619
|
updated_at: Date | null;
|
|
712620
712620
|
updated_by: string | null;
|
|
712621
|
-
is_global: boolean | null;
|
|
712622
712621
|
id_type: string | null;
|
|
712622
|
+
is_global: boolean | null;
|
|
712623
712623
|
id_percent_of_account: string | null;
|
|
712624
712624
|
id_consolidate_account: string | null;
|
|
712625
712625
|
id_alternate_account: string | null;
|
|
@@ -712641,8 +712641,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
712641
712641
|
created_by: string | null;
|
|
712642
712642
|
updated_at: Date | null;
|
|
712643
712643
|
updated_by: string | null;
|
|
712644
|
-
is_global: boolean | null;
|
|
712645
712644
|
id_type: string | null;
|
|
712645
|
+
is_global: boolean | null;
|
|
712646
712646
|
id_percent_of_account: string | null;
|
|
712647
712647
|
id_consolidate_account: string | null;
|
|
712648
712648
|
id_alternate_account: string | null;
|
|
@@ -712675,8 +712675,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
712675
712675
|
created_by: string | null;
|
|
712676
712676
|
updated_at: Date | null;
|
|
712677
712677
|
updated_by: string | null;
|
|
712678
|
-
id_type: string | null;
|
|
712679
712678
|
id_incoterm: string | null;
|
|
712679
|
+
id_type: string | null;
|
|
712680
712680
|
id_wht_type: string | null;
|
|
712681
712681
|
id_tax_rate: string | null;
|
|
712682
712682
|
id_sales_group: string | null;
|
|
@@ -712847,8 +712847,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
712847
712847
|
created_by: string | null;
|
|
712848
712848
|
updated_at: Date | null;
|
|
712849
712849
|
updated_by: string | null;
|
|
712850
|
-
is_global: boolean | null;
|
|
712851
712850
|
id_type: string | null;
|
|
712851
|
+
is_global: boolean | null;
|
|
712852
712852
|
id_percent_of_account: string | null;
|
|
712853
712853
|
id_consolidate_account: string | null;
|
|
712854
712854
|
id_alternate_account: string | null;
|
|
@@ -712870,8 +712870,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
712870
712870
|
created_by: string | null;
|
|
712871
712871
|
updated_at: Date | null;
|
|
712872
712872
|
updated_by: string | null;
|
|
712873
|
-
is_global: boolean | null;
|
|
712874
712873
|
id_type: string | null;
|
|
712874
|
+
is_global: boolean | null;
|
|
712875
712875
|
id_percent_of_account: string | null;
|
|
712876
712876
|
id_consolidate_account: string | null;
|
|
712877
712877
|
id_alternate_account: string | null;
|
|
@@ -712893,8 +712893,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
712893
712893
|
created_by: string | null;
|
|
712894
712894
|
updated_at: Date | null;
|
|
712895
712895
|
updated_by: string | null;
|
|
712896
|
-
is_global: boolean | null;
|
|
712897
712896
|
id_type: string | null;
|
|
712897
|
+
is_global: boolean | null;
|
|
712898
712898
|
id_percent_of_account: string | null;
|
|
712899
712899
|
id_consolidate_account: string | null;
|
|
712900
712900
|
id_alternate_account: string | null;
|
|
@@ -712916,8 +712916,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
712916
712916
|
created_by: string | null;
|
|
712917
712917
|
updated_at: Date | null;
|
|
712918
712918
|
updated_by: string | null;
|
|
712919
|
-
is_global: boolean | null;
|
|
712920
712919
|
id_type: string | null;
|
|
712920
|
+
is_global: boolean | null;
|
|
712921
712921
|
id_percent_of_account: string | null;
|
|
712922
712922
|
id_consolidate_account: string | null;
|
|
712923
712923
|
id_alternate_account: string | null;
|
|
@@ -712950,8 +712950,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
712950
712950
|
created_by: string | null;
|
|
712951
712951
|
updated_at: Date | null;
|
|
712952
712952
|
updated_by: string | null;
|
|
712953
|
-
id_type: string | null;
|
|
712954
712953
|
id_incoterm: string | null;
|
|
712954
|
+
id_type: string | null;
|
|
712955
712955
|
id_wht_type: string | null;
|
|
712956
712956
|
id_tax_rate: string | null;
|
|
712957
712957
|
id_sales_group: string | null;
|
|
@@ -713109,8 +713109,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
713109
713109
|
created_by: string | null;
|
|
713110
713110
|
updated_at: Date | null;
|
|
713111
713111
|
updated_by: string | null;
|
|
713112
|
-
id_type: string | null;
|
|
713113
713112
|
id_incoterm: string | null;
|
|
713113
|
+
id_type: string | null;
|
|
713114
713114
|
id_wht_type: string | null;
|
|
713115
713115
|
id_tax_rate: string | null;
|
|
713116
713116
|
id_sales_group: string | null;
|
|
@@ -713183,8 +713183,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
713183
713183
|
created_by: string | null;
|
|
713184
713184
|
updated_at: Date | null;
|
|
713185
713185
|
updated_by: string | null;
|
|
713186
|
-
id_type: string | null;
|
|
713187
713186
|
id_incoterm: string | null;
|
|
713187
|
+
id_type: string | null;
|
|
713188
713188
|
id_wht_type: string | null;
|
|
713189
713189
|
id_tax_rate: string | null;
|
|
713190
713190
|
id_sales_group: string | null;
|
|
@@ -713235,8 +713235,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
713235
713235
|
created_by: string | null;
|
|
713236
713236
|
updated_at: Date | null;
|
|
713237
713237
|
updated_by: string | null;
|
|
713238
|
-
id_type: string | null;
|
|
713239
713238
|
id_incoterm: string | null;
|
|
713239
|
+
id_type: string | null;
|
|
713240
713240
|
id_wht_type: string | null;
|
|
713241
713241
|
id_tax_rate: string | null;
|
|
713242
713242
|
id_sales_group: string | null;
|
|
@@ -714965,8 +714965,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
714965
714965
|
created_by: string | null;
|
|
714966
714966
|
updated_at: Date | null;
|
|
714967
714967
|
updated_by: string | null;
|
|
714968
|
-
is_global: boolean | null;
|
|
714969
714968
|
id_type: string | null;
|
|
714969
|
+
is_global: boolean | null;
|
|
714970
714970
|
id_percent_of_account: string | null;
|
|
714971
714971
|
id_consolidate_account: string | null;
|
|
714972
714972
|
id_alternate_account: string | null;
|
|
@@ -714988,8 +714988,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
714988
714988
|
created_by: string | null;
|
|
714989
714989
|
updated_at: Date | null;
|
|
714990
714990
|
updated_by: string | null;
|
|
714991
|
-
is_global: boolean | null;
|
|
714992
714991
|
id_type: string | null;
|
|
714992
|
+
is_global: boolean | null;
|
|
714993
714993
|
id_percent_of_account: string | null;
|
|
714994
714994
|
id_consolidate_account: string | null;
|
|
714995
714995
|
id_alternate_account: string | null;
|
|
@@ -715011,8 +715011,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
715011
715011
|
created_by: string | null;
|
|
715012
715012
|
updated_at: Date | null;
|
|
715013
715013
|
updated_by: string | null;
|
|
715014
|
-
is_global: boolean | null;
|
|
715015
715014
|
id_type: string | null;
|
|
715015
|
+
is_global: boolean | null;
|
|
715016
715016
|
id_percent_of_account: string | null;
|
|
715017
715017
|
id_consolidate_account: string | null;
|
|
715018
715018
|
id_alternate_account: string | null;
|
|
@@ -715056,8 +715056,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
715056
715056
|
created_by: string | null;
|
|
715057
715057
|
updated_at: Date | null;
|
|
715058
715058
|
updated_by: string | null;
|
|
715059
|
-
is_global: boolean | null;
|
|
715060
715059
|
id_type: string | null;
|
|
715060
|
+
is_global: boolean | null;
|
|
715061
715061
|
id_percent_of_account: string | null;
|
|
715062
715062
|
id_consolidate_account: string | null;
|
|
715063
715063
|
id_alternate_account: string | null;
|
|
@@ -715122,8 +715122,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
715122
715122
|
created_by: string | null;
|
|
715123
715123
|
updated_at: Date | null;
|
|
715124
715124
|
updated_by: string | null;
|
|
715125
|
-
is_global: boolean | null;
|
|
715126
715125
|
id_type: string | null;
|
|
715126
|
+
is_global: boolean | null;
|
|
715127
715127
|
id_percent_of_account: string | null;
|
|
715128
715128
|
id_consolidate_account: string | null;
|
|
715129
715129
|
id_alternate_account: string | null;
|
|
@@ -715145,8 +715145,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
715145
715145
|
created_by: string | null;
|
|
715146
715146
|
updated_at: Date | null;
|
|
715147
715147
|
updated_by: string | null;
|
|
715148
|
-
is_global: boolean | null;
|
|
715149
715148
|
id_type: string | null;
|
|
715149
|
+
is_global: boolean | null;
|
|
715150
715150
|
id_percent_of_account: string | null;
|
|
715151
715151
|
id_consolidate_account: string | null;
|
|
715152
715152
|
id_alternate_account: string | null;
|
|
@@ -715168,8 +715168,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
715168
715168
|
created_by: string | null;
|
|
715169
715169
|
updated_at: Date | null;
|
|
715170
715170
|
updated_by: string | null;
|
|
715171
|
-
is_global: boolean | null;
|
|
715172
715171
|
id_type: string | null;
|
|
715172
|
+
is_global: boolean | null;
|
|
715173
715173
|
id_percent_of_account: string | null;
|
|
715174
715174
|
id_consolidate_account: string | null;
|
|
715175
715175
|
id_alternate_account: string | null;
|
|
@@ -715213,8 +715213,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
715213
715213
|
created_by: string | null;
|
|
715214
715214
|
updated_at: Date | null;
|
|
715215
715215
|
updated_by: string | null;
|
|
715216
|
-
is_global: boolean | null;
|
|
715217
715216
|
id_type: string | null;
|
|
715217
|
+
is_global: boolean | null;
|
|
715218
715218
|
id_percent_of_account: string | null;
|
|
715219
715219
|
id_consolidate_account: string | null;
|
|
715220
715220
|
id_alternate_account: string | null;
|
|
@@ -715358,8 +715358,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
715358
715358
|
created_by: string | null;
|
|
715359
715359
|
updated_at: Date | null;
|
|
715360
715360
|
updated_by: string | null;
|
|
715361
|
-
is_global: boolean | null;
|
|
715362
715361
|
id_type: string | null;
|
|
715362
|
+
is_global: boolean | null;
|
|
715363
715363
|
id_percent_of_account: string | null;
|
|
715364
715364
|
id_consolidate_account: string | null;
|
|
715365
715365
|
id_alternate_account: string | null;
|
|
@@ -715418,8 +715418,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
715418
715418
|
created_by: string | null;
|
|
715419
715419
|
updated_at: Date | null;
|
|
715420
715420
|
updated_by: string | null;
|
|
715421
|
-
is_global: boolean | null;
|
|
715422
715421
|
id_type: string | null;
|
|
715422
|
+
is_global: boolean | null;
|
|
715423
715423
|
id_percent_of_account: string | null;
|
|
715424
715424
|
id_consolidate_account: string | null;
|
|
715425
715425
|
id_alternate_account: string | null;
|
|
@@ -715463,8 +715463,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
715463
715463
|
created_by: string | null;
|
|
715464
715464
|
updated_at: Date | null;
|
|
715465
715465
|
updated_by: string | null;
|
|
715466
|
-
is_global: boolean | null;
|
|
715467
715466
|
id_type: string | null;
|
|
715467
|
+
is_global: boolean | null;
|
|
715468
715468
|
id_percent_of_account: string | null;
|
|
715469
715469
|
id_consolidate_account: string | null;
|
|
715470
715470
|
id_alternate_account: string | null;
|
|
@@ -722035,345 +722035,6 @@ declare const systemRouter: BuiltRouter<{
|
|
|
722035
722035
|
meta: object;
|
|
722036
722036
|
}>;
|
|
722037
722037
|
}>>;
|
|
722038
|
-
customsIdnDataClearanceTypes: BuiltRouter<{
|
|
722039
|
-
ctx: Context;
|
|
722040
|
-
meta: object;
|
|
722041
|
-
errorShape: DefaultErrorShape;
|
|
722042
|
-
transformer: false;
|
|
722043
|
-
}, DecorateCreateRouterOptions<{
|
|
722044
|
-
get: MutationProcedure<{
|
|
722045
|
-
input: {
|
|
722046
|
-
search?: string | null | undefined;
|
|
722047
|
-
take?: string | number | null | undefined;
|
|
722048
|
-
skip?: string | number | null | undefined;
|
|
722049
|
-
is_active?: (string | number | boolean)[] | null | undefined;
|
|
722050
|
-
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722051
|
-
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
722052
|
-
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
722053
|
-
ids_string_include?: string[] | null | undefined;
|
|
722054
|
-
ids_string_exclude?: string[] | null | undefined;
|
|
722055
|
-
logic_codes_include?: string[] | null | undefined;
|
|
722056
|
-
logic_codes_exclude?: string[] | null | undefined;
|
|
722057
|
-
created_at?: {
|
|
722058
|
-
start_date?: string | null | undefined;
|
|
722059
|
-
end_date?: string | null | undefined;
|
|
722060
|
-
} | null | undefined;
|
|
722061
|
-
updated_at?: {
|
|
722062
|
-
start_date?: string | null | undefined;
|
|
722063
|
-
end_date?: string | null | undefined;
|
|
722064
|
-
} | null | undefined;
|
|
722065
|
-
order_by?: {
|
|
722066
|
-
field: string;
|
|
722067
|
-
direction: "asc" | "desc";
|
|
722068
|
-
} | null | undefined;
|
|
722069
|
-
order_bys?: {
|
|
722070
|
-
field: string;
|
|
722071
|
-
direction: "asc" | "desc";
|
|
722072
|
-
}[] | null | undefined;
|
|
722073
|
-
};
|
|
722074
|
-
output: {
|
|
722075
|
-
data: {
|
|
722076
|
-
is_active: boolean | null;
|
|
722077
|
-
id: string;
|
|
722078
|
-
logic_code: string | null;
|
|
722079
|
-
name: string | null;
|
|
722080
|
-
code: string | null;
|
|
722081
|
-
created_at: Date | null;
|
|
722082
|
-
created_by: string | null;
|
|
722083
|
-
updated_at: Date | null;
|
|
722084
|
-
updated_by: string | null;
|
|
722085
|
-
}[] | undefined;
|
|
722086
|
-
total: number | undefined;
|
|
722087
|
-
};
|
|
722088
|
-
meta: object;
|
|
722089
|
-
}>;
|
|
722090
|
-
getDetail: MutationProcedure<{
|
|
722091
|
-
input: {
|
|
722092
|
-
is_active?: (string | number | boolean)[] | null | undefined;
|
|
722093
|
-
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722094
|
-
id?: string | number | bigint | null | undefined;
|
|
722095
|
-
id_string?: string | null | undefined;
|
|
722096
|
-
logic_code?: string | null | undefined;
|
|
722097
|
-
};
|
|
722098
|
-
output: {
|
|
722099
|
-
data: {
|
|
722100
|
-
_count: {
|
|
722101
|
-
customs_idn_data_clearance_type_logs: number;
|
|
722102
|
-
customs_idn_datas: number;
|
|
722103
|
-
};
|
|
722104
|
-
is_active: boolean | null;
|
|
722105
|
-
id: string;
|
|
722106
|
-
logic_code: string | null;
|
|
722107
|
-
name: string | null;
|
|
722108
|
-
code: string | null;
|
|
722109
|
-
created_at: Date | null;
|
|
722110
|
-
created_by: string | null;
|
|
722111
|
-
updated_at: Date | null;
|
|
722112
|
-
updated_by: string | null;
|
|
722113
|
-
};
|
|
722114
|
-
};
|
|
722115
|
-
meta: object;
|
|
722116
|
-
}>;
|
|
722117
|
-
histories: BuiltRouter<{
|
|
722118
|
-
ctx: Context;
|
|
722119
|
-
meta: object;
|
|
722120
|
-
errorShape: DefaultErrorShape;
|
|
722121
|
-
transformer: false;
|
|
722122
|
-
}, DecorateCreateRouterOptions<{
|
|
722123
|
-
get: MutationProcedure<{
|
|
722124
|
-
input: {
|
|
722125
|
-
search?: string | null | undefined;
|
|
722126
|
-
take?: string | number | null | undefined;
|
|
722127
|
-
skip?: string | number | null | undefined;
|
|
722128
|
-
is_active?: (string | number | boolean)[] | null | undefined;
|
|
722129
|
-
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722130
|
-
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
722131
|
-
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
722132
|
-
ids_string_include?: string[] | null | undefined;
|
|
722133
|
-
ids_string_exclude?: string[] | null | undefined;
|
|
722134
|
-
logic_codes_include?: string[] | null | undefined;
|
|
722135
|
-
logic_codes_exclude?: string[] | null | undefined;
|
|
722136
|
-
created_at?: {
|
|
722137
|
-
start_date?: string | null | undefined;
|
|
722138
|
-
end_date?: string | null | undefined;
|
|
722139
|
-
} | null | undefined;
|
|
722140
|
-
updated_at?: {
|
|
722141
|
-
start_date?: string | null | undefined;
|
|
722142
|
-
end_date?: string | null | undefined;
|
|
722143
|
-
} | null | undefined;
|
|
722144
|
-
order_by?: {
|
|
722145
|
-
field: string;
|
|
722146
|
-
direction: "asc" | "desc";
|
|
722147
|
-
} | null | undefined;
|
|
722148
|
-
order_bys?: {
|
|
722149
|
-
field: string;
|
|
722150
|
-
direction: "asc" | "desc";
|
|
722151
|
-
}[] | null | undefined;
|
|
722152
|
-
id_log_type?: string | number | bigint | null | undefined;
|
|
722153
|
-
ids_log_type?: (string | number | bigint)[] | null | undefined;
|
|
722154
|
-
id_customs_idn_data_clearance_type?: string | number | bigint | null | undefined;
|
|
722155
|
-
ids_customs_idn_data_clearance_type?: (string | number | bigint)[] | null | undefined;
|
|
722156
|
-
};
|
|
722157
|
-
output: {
|
|
722158
|
-
data: {
|
|
722159
|
-
log_type: {
|
|
722160
|
-
is_active: boolean | null;
|
|
722161
|
-
id: string;
|
|
722162
|
-
logic_code: string | null;
|
|
722163
|
-
name: string | null;
|
|
722164
|
-
created_at: Date | null;
|
|
722165
|
-
created_by: string | null;
|
|
722166
|
-
updated_at: Date | null;
|
|
722167
|
-
updated_by: string | null;
|
|
722168
|
-
} | null;
|
|
722169
|
-
id: string;
|
|
722170
|
-
id_log_type: string | null;
|
|
722171
|
-
url: string | null;
|
|
722172
|
-
params: SimpleJson;
|
|
722173
|
-
action: string | null;
|
|
722174
|
-
action_by: string | null;
|
|
722175
|
-
action_id: string | null;
|
|
722176
|
-
action_at: Date | null;
|
|
722177
|
-
id_customs_idn_data_clearance_type: string | null;
|
|
722178
|
-
}[] | undefined;
|
|
722179
|
-
total: number | undefined;
|
|
722180
|
-
};
|
|
722181
|
-
meta: object;
|
|
722182
|
-
}>;
|
|
722183
|
-
getDetail: MutationProcedure<{
|
|
722184
|
-
input: {
|
|
722185
|
-
is_active?: (string | number | boolean)[] | null | undefined;
|
|
722186
|
-
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722187
|
-
id?: string | number | bigint | null | undefined;
|
|
722188
|
-
id_string?: string | null | undefined;
|
|
722189
|
-
logic_code?: string | null | undefined;
|
|
722190
|
-
};
|
|
722191
|
-
output: {
|
|
722192
|
-
data: {
|
|
722193
|
-
log_type: {
|
|
722194
|
-
is_active: boolean | null;
|
|
722195
|
-
id: string;
|
|
722196
|
-
logic_code: string | null;
|
|
722197
|
-
name: string | null;
|
|
722198
|
-
created_at: Date | null;
|
|
722199
|
-
created_by: string | null;
|
|
722200
|
-
updated_at: Date | null;
|
|
722201
|
-
updated_by: string | null;
|
|
722202
|
-
} | null;
|
|
722203
|
-
id: string;
|
|
722204
|
-
id_log_type: string | null;
|
|
722205
|
-
url: string | null;
|
|
722206
|
-
params: SimpleJson;
|
|
722207
|
-
action: string | null;
|
|
722208
|
-
action_by: string | null;
|
|
722209
|
-
action_id: string | null;
|
|
722210
|
-
action_at: Date | null;
|
|
722211
|
-
id_customs_idn_data_clearance_type: string | null;
|
|
722212
|
-
} | undefined;
|
|
722213
|
-
};
|
|
722214
|
-
meta: object;
|
|
722215
|
-
}>;
|
|
722216
|
-
}>>;
|
|
722217
|
-
create: MutationProcedure<{
|
|
722218
|
-
input: {
|
|
722219
|
-
is_active?: string | number | boolean | null | undefined;
|
|
722220
|
-
code?: string | null | undefined;
|
|
722221
|
-
name?: string | null | undefined;
|
|
722222
|
-
};
|
|
722223
|
-
output: {
|
|
722224
|
-
data: {
|
|
722225
|
-
is_active: boolean | null;
|
|
722226
|
-
id: string;
|
|
722227
|
-
logic_code: string | null;
|
|
722228
|
-
name: string | null;
|
|
722229
|
-
code: string | null;
|
|
722230
|
-
created_at: Date | null;
|
|
722231
|
-
created_by: string | null;
|
|
722232
|
-
updated_at: Date | null;
|
|
722233
|
-
updated_by: string | null;
|
|
722234
|
-
};
|
|
722235
|
-
log: {
|
|
722236
|
-
id: string;
|
|
722237
|
-
id_log_type: string | null;
|
|
722238
|
-
url: string | null;
|
|
722239
|
-
params: SimpleJson;
|
|
722240
|
-
action: string | null;
|
|
722241
|
-
action_by: string | null;
|
|
722242
|
-
action_id: string | null;
|
|
722243
|
-
action_at: Date | null;
|
|
722244
|
-
id_customs_idn_data_clearance_type: string | null;
|
|
722245
|
-
} | undefined;
|
|
722246
|
-
} | undefined;
|
|
722247
|
-
meta: object;
|
|
722248
|
-
}>;
|
|
722249
|
-
update: MutationProcedure<{
|
|
722250
|
-
input: {
|
|
722251
|
-
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722252
|
-
id?: string | number | bigint | null | undefined;
|
|
722253
|
-
id_string?: string | null | undefined;
|
|
722254
|
-
logic_code?: string | null | undefined;
|
|
722255
|
-
is_active?: string | number | boolean | null | undefined;
|
|
722256
|
-
code?: string | null | undefined;
|
|
722257
|
-
name?: string | null | undefined;
|
|
722258
|
-
};
|
|
722259
|
-
output: {
|
|
722260
|
-
data: {
|
|
722261
|
-
is_active: boolean | null;
|
|
722262
|
-
id: string;
|
|
722263
|
-
logic_code: string | null;
|
|
722264
|
-
name: string | null;
|
|
722265
|
-
code: string | null;
|
|
722266
|
-
created_at: Date | null;
|
|
722267
|
-
created_by: string | null;
|
|
722268
|
-
updated_at: Date | null;
|
|
722269
|
-
updated_by: string | null;
|
|
722270
|
-
};
|
|
722271
|
-
log: {
|
|
722272
|
-
id: string;
|
|
722273
|
-
id_log_type: string | null;
|
|
722274
|
-
url: string | null;
|
|
722275
|
-
params: SimpleJson;
|
|
722276
|
-
action: string | null;
|
|
722277
|
-
action_by: string | null;
|
|
722278
|
-
action_id: string | null;
|
|
722279
|
-
action_at: Date | null;
|
|
722280
|
-
id_customs_idn_data_clearance_type: string | null;
|
|
722281
|
-
} | undefined;
|
|
722282
|
-
} | undefined;
|
|
722283
|
-
meta: object;
|
|
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_customs_idn_data_clearance_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_customs_idn_data_clearance_type: string | null;
|
|
722349
|
-
} | undefined;
|
|
722350
|
-
} | undefined)[];
|
|
722351
|
-
} | undefined;
|
|
722352
|
-
meta: object;
|
|
722353
|
-
}>;
|
|
722354
|
-
delete: MutationProcedure<{
|
|
722355
|
-
input: {
|
|
722356
|
-
id?: string | number | bigint | null | undefined;
|
|
722357
|
-
ids?: (string | number | bigint)[] | null | undefined;
|
|
722358
|
-
id_string?: string | null | undefined;
|
|
722359
|
-
ids_string?: string[] | null | undefined;
|
|
722360
|
-
};
|
|
722361
|
-
output: {
|
|
722362
|
-
data: ({
|
|
722363
|
-
is_active: boolean | null;
|
|
722364
|
-
id: string;
|
|
722365
|
-
logic_code: string | null;
|
|
722366
|
-
name: string | null;
|
|
722367
|
-
code: string | null;
|
|
722368
|
-
created_at: Date | null;
|
|
722369
|
-
created_by: string | null;
|
|
722370
|
-
updated_at: Date | null;
|
|
722371
|
-
updated_by: string | null;
|
|
722372
|
-
} | undefined)[] | undefined;
|
|
722373
|
-
} | undefined;
|
|
722374
|
-
meta: object;
|
|
722375
|
-
}>;
|
|
722376
|
-
}>>;
|
|
722377
722038
|
forwardingShipmentCustomsEntryTypes: BuiltRouter<{
|
|
722378
722039
|
ctx: Context;
|
|
722379
722040
|
meta: object;
|