@be-logixpair/api 0.0.133-rc8 → 0.0.133-rc9
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 +664 -145
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -708398,6 +708398,9 @@ type Forwarding_shipment_air_waybill_templatesAvgAggregateOutputType = {
|
|
|
708398
708398
|
declared_value_for_carriage: Decimal$1 | null;
|
|
708399
708399
|
declared_value_for_customs: Decimal$1 | null;
|
|
708400
708400
|
amount_of_insurance: Decimal$1 | null;
|
|
708401
|
+
total_pieces: number | null;
|
|
708402
|
+
total_gross_weight: Decimal$1 | null;
|
|
708403
|
+
total_chargeable_weight: Decimal$1 | null;
|
|
708401
708404
|
weight_charge_ppd: Decimal$1 | null;
|
|
708402
708405
|
valuation_charge_ppd: Decimal$1 | null;
|
|
708403
708406
|
tax_ppd: Decimal$1 | null;
|
|
@@ -708415,6 +708418,9 @@ type Forwarding_shipment_air_waybill_templatesSumAggregateOutputType = {
|
|
|
708415
708418
|
declared_value_for_carriage: Decimal$1 | null;
|
|
708416
708419
|
declared_value_for_customs: Decimal$1 | null;
|
|
708417
708420
|
amount_of_insurance: Decimal$1 | null;
|
|
708421
|
+
total_pieces: number | null;
|
|
708422
|
+
total_gross_weight: Decimal$1 | null;
|
|
708423
|
+
total_chargeable_weight: Decimal$1 | null;
|
|
708418
708424
|
weight_charge_ppd: Decimal$1 | null;
|
|
708419
708425
|
valuation_charge_ppd: Decimal$1 | null;
|
|
708420
708426
|
tax_ppd: Decimal$1 | null;
|
|
@@ -708472,6 +708478,9 @@ type Forwarding_shipment_air_waybill_templatesMinAggregateOutputType = {
|
|
|
708472
708478
|
declared_value_for_customs: Decimal$1 | null;
|
|
708473
708479
|
amount_of_insurance: Decimal$1 | null;
|
|
708474
708480
|
handling_information: string | null;
|
|
708481
|
+
total_pieces: number | null;
|
|
708482
|
+
total_gross_weight: Decimal$1 | null;
|
|
708483
|
+
total_chargeable_weight: Decimal$1 | null;
|
|
708475
708484
|
weight_charge_ppd: Decimal$1 | null;
|
|
708476
708485
|
valuation_charge_ppd: Decimal$1 | null;
|
|
708477
708486
|
tax_ppd: Decimal$1 | null;
|
|
@@ -708544,6 +708553,9 @@ type Forwarding_shipment_air_waybill_templatesMaxAggregateOutputType = {
|
|
|
708544
708553
|
declared_value_for_customs: Decimal$1 | null;
|
|
708545
708554
|
amount_of_insurance: Decimal$1 | null;
|
|
708546
708555
|
handling_information: string | null;
|
|
708556
|
+
total_pieces: number | null;
|
|
708557
|
+
total_gross_weight: Decimal$1 | null;
|
|
708558
|
+
total_chargeable_weight: Decimal$1 | null;
|
|
708547
708559
|
weight_charge_ppd: Decimal$1 | null;
|
|
708548
708560
|
valuation_charge_ppd: Decimal$1 | null;
|
|
708549
708561
|
tax_ppd: Decimal$1 | null;
|
|
@@ -708616,6 +708628,9 @@ type Forwarding_shipment_air_waybill_templatesCountAggregateOutputType = {
|
|
|
708616
708628
|
declared_value_for_customs: number;
|
|
708617
708629
|
amount_of_insurance: number;
|
|
708618
708630
|
handling_information: number;
|
|
708631
|
+
total_pieces: number;
|
|
708632
|
+
total_gross_weight: number;
|
|
708633
|
+
total_chargeable_weight: number;
|
|
708619
708634
|
weight_charge_ppd: number;
|
|
708620
708635
|
valuation_charge_ppd: number;
|
|
708621
708636
|
tax_ppd: number;
|
|
@@ -708649,6 +708664,9 @@ type Forwarding_shipment_air_waybill_templatesAvgAggregateInputType = {
|
|
|
708649
708664
|
declared_value_for_carriage?: true;
|
|
708650
708665
|
declared_value_for_customs?: true;
|
|
708651
708666
|
amount_of_insurance?: true;
|
|
708667
|
+
total_pieces?: true;
|
|
708668
|
+
total_gross_weight?: true;
|
|
708669
|
+
total_chargeable_weight?: true;
|
|
708652
708670
|
weight_charge_ppd?: true;
|
|
708653
708671
|
valuation_charge_ppd?: true;
|
|
708654
708672
|
tax_ppd?: true;
|
|
@@ -708666,6 +708684,9 @@ type Forwarding_shipment_air_waybill_templatesSumAggregateInputType = {
|
|
|
708666
708684
|
declared_value_for_carriage?: true;
|
|
708667
708685
|
declared_value_for_customs?: true;
|
|
708668
708686
|
amount_of_insurance?: true;
|
|
708687
|
+
total_pieces?: true;
|
|
708688
|
+
total_gross_weight?: true;
|
|
708689
|
+
total_chargeable_weight?: true;
|
|
708669
708690
|
weight_charge_ppd?: true;
|
|
708670
708691
|
valuation_charge_ppd?: true;
|
|
708671
708692
|
tax_ppd?: true;
|
|
@@ -708723,6 +708744,9 @@ type Forwarding_shipment_air_waybill_templatesMinAggregateInputType = {
|
|
|
708723
708744
|
declared_value_for_customs?: true;
|
|
708724
708745
|
amount_of_insurance?: true;
|
|
708725
708746
|
handling_information?: true;
|
|
708747
|
+
total_pieces?: true;
|
|
708748
|
+
total_gross_weight?: true;
|
|
708749
|
+
total_chargeable_weight?: true;
|
|
708726
708750
|
weight_charge_ppd?: true;
|
|
708727
708751
|
valuation_charge_ppd?: true;
|
|
708728
708752
|
tax_ppd?: true;
|
|
@@ -708795,6 +708819,9 @@ type Forwarding_shipment_air_waybill_templatesMaxAggregateInputType = {
|
|
|
708795
708819
|
declared_value_for_customs?: true;
|
|
708796
708820
|
amount_of_insurance?: true;
|
|
708797
708821
|
handling_information?: true;
|
|
708822
|
+
total_pieces?: true;
|
|
708823
|
+
total_gross_weight?: true;
|
|
708824
|
+
total_chargeable_weight?: true;
|
|
708798
708825
|
weight_charge_ppd?: true;
|
|
708799
708826
|
valuation_charge_ppd?: true;
|
|
708800
708827
|
tax_ppd?: true;
|
|
@@ -708867,6 +708894,9 @@ type Forwarding_shipment_air_waybill_templatesCountAggregateInputType = {
|
|
|
708867
708894
|
declared_value_for_customs?: true;
|
|
708868
708895
|
amount_of_insurance?: true;
|
|
708869
708896
|
handling_information?: true;
|
|
708897
|
+
total_pieces?: true;
|
|
708898
|
+
total_gross_weight?: true;
|
|
708899
|
+
total_chargeable_weight?: true;
|
|
708870
708900
|
weight_charge_ppd?: true;
|
|
708871
708901
|
valuation_charge_ppd?: true;
|
|
708872
708902
|
tax_ppd?: true;
|
|
@@ -709014,6 +709044,9 @@ type Forwarding_shipment_air_waybill_templatesGroupByOutputType = {
|
|
|
709014
709044
|
declared_value_for_customs: Decimal$1 | null;
|
|
709015
709045
|
amount_of_insurance: Decimal$1 | null;
|
|
709016
709046
|
handling_information: string | null;
|
|
709047
|
+
total_pieces: number | null;
|
|
709048
|
+
total_gross_weight: Decimal$1 | null;
|
|
709049
|
+
total_chargeable_weight: Decimal$1 | null;
|
|
709017
709050
|
weight_charge_ppd: Decimal$1 | null;
|
|
709018
709051
|
valuation_charge_ppd: Decimal$1 | null;
|
|
709019
709052
|
tax_ppd: Decimal$1 | null;
|
|
@@ -709095,6 +709128,9 @@ type forwarding_shipment_air_waybill_templatesWhereInput = {
|
|
|
709095
709128
|
declared_value_for_customs?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709096
709129
|
amount_of_insurance?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709097
709130
|
handling_information?: StringNullableFilter<"forwarding_shipment_air_waybill_templates"> | string | null;
|
|
709131
|
+
total_pieces?: IntNullableFilter<"forwarding_shipment_air_waybill_templates"> | number | null;
|
|
709132
|
+
total_gross_weight?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709133
|
+
total_chargeable_weight?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709098
709134
|
weight_charge_ppd?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709099
709135
|
valuation_charge_ppd?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709100
709136
|
tax_ppd?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -709189,6 +709225,9 @@ type forwarding_shipment_air_waybill_templatesOrderByWithRelationInput = {
|
|
|
709189
709225
|
declared_value_for_customs?: SortOrderInput | SortOrder;
|
|
709190
709226
|
amount_of_insurance?: SortOrderInput | SortOrder;
|
|
709191
709227
|
handling_information?: SortOrderInput | SortOrder;
|
|
709228
|
+
total_pieces?: SortOrderInput | SortOrder;
|
|
709229
|
+
total_gross_weight?: SortOrderInput | SortOrder;
|
|
709230
|
+
total_chargeable_weight?: SortOrderInput | SortOrder;
|
|
709192
709231
|
weight_charge_ppd?: SortOrderInput | SortOrder;
|
|
709193
709232
|
valuation_charge_ppd?: SortOrderInput | SortOrder;
|
|
709194
709233
|
tax_ppd?: SortOrderInput | SortOrder;
|
|
@@ -709286,6 +709325,9 @@ type forwarding_shipment_air_waybill_templatesWhereUniqueInput = AtLeast<{
|
|
|
709286
709325
|
declared_value_for_customs?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709287
709326
|
amount_of_insurance?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709288
709327
|
handling_information?: StringNullableFilter<"forwarding_shipment_air_waybill_templates"> | string | null;
|
|
709328
|
+
total_pieces?: IntNullableFilter<"forwarding_shipment_air_waybill_templates"> | number | null;
|
|
709329
|
+
total_gross_weight?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709330
|
+
total_chargeable_weight?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709289
709331
|
weight_charge_ppd?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709290
709332
|
valuation_charge_ppd?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709291
709333
|
tax_ppd?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -709380,6 +709422,9 @@ type forwarding_shipment_air_waybill_templatesOrderByWithAggregationInput = {
|
|
|
709380
709422
|
declared_value_for_customs?: SortOrderInput | SortOrder;
|
|
709381
709423
|
amount_of_insurance?: SortOrderInput | SortOrder;
|
|
709382
709424
|
handling_information?: SortOrderInput | SortOrder;
|
|
709425
|
+
total_pieces?: SortOrderInput | SortOrder;
|
|
709426
|
+
total_gross_weight?: SortOrderInput | SortOrder;
|
|
709427
|
+
total_chargeable_weight?: SortOrderInput | SortOrder;
|
|
709383
709428
|
weight_charge_ppd?: SortOrderInput | SortOrder;
|
|
709384
709429
|
valuation_charge_ppd?: SortOrderInput | SortOrder;
|
|
709385
709430
|
tax_ppd?: SortOrderInput | SortOrder;
|
|
@@ -709460,6 +709505,9 @@ type forwarding_shipment_air_waybill_templatesScalarWhereWithAggregatesInput = {
|
|
|
709460
709505
|
declared_value_for_customs?: DecimalNullableWithAggregatesFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709461
709506
|
amount_of_insurance?: DecimalNullableWithAggregatesFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709462
709507
|
handling_information?: StringNullableWithAggregatesFilter<"forwarding_shipment_air_waybill_templates"> | string | null;
|
|
709508
|
+
total_pieces?: IntNullableWithAggregatesFilter<"forwarding_shipment_air_waybill_templates"> | number | null;
|
|
709509
|
+
total_gross_weight?: DecimalNullableWithAggregatesFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709510
|
+
total_chargeable_weight?: DecimalNullableWithAggregatesFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709463
709511
|
weight_charge_ppd?: DecimalNullableWithAggregatesFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709464
709512
|
valuation_charge_ppd?: DecimalNullableWithAggregatesFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709465
709513
|
tax_ppd?: DecimalNullableWithAggregatesFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -709513,6 +709561,9 @@ type forwarding_shipment_air_waybill_templatesCreateInput = {
|
|
|
709513
709561
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709514
709562
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709515
709563
|
handling_information?: string | null;
|
|
709564
|
+
total_pieces?: number | null;
|
|
709565
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709566
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709516
709567
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709517
709568
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709518
709569
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -709607,6 +709658,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateInput = {
|
|
|
709607
709658
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709608
709659
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709609
709660
|
handling_information?: string | null;
|
|
709661
|
+
total_pieces?: number | null;
|
|
709662
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709663
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709610
709664
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709611
709665
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709612
709666
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -709663,6 +709717,9 @@ type forwarding_shipment_air_waybill_templatesUpdateInput = {
|
|
|
709663
709717
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709664
709718
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709665
709719
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
709720
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
709721
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709722
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709666
709723
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709667
709724
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709668
709725
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -709757,6 +709814,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateInput = {
|
|
|
709757
709814
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709758
709815
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709759
709816
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
709817
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
709818
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709819
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709760
709820
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709761
709821
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709762
709822
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -709832,6 +709892,9 @@ type forwarding_shipment_air_waybill_templatesCreateManyInput = {
|
|
|
709832
709892
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709833
709893
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709834
709894
|
handling_information?: string | null;
|
|
709895
|
+
total_pieces?: number | null;
|
|
709896
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709897
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709835
709898
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709836
709899
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709837
709900
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -709885,6 +709948,9 @@ type forwarding_shipment_air_waybill_templatesUpdateManyMutationInput = {
|
|
|
709885
709948
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709886
709949
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709887
709950
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
709951
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
709952
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709953
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709888
709954
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709889
709955
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709890
709956
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -709957,6 +710023,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateManyInput = {
|
|
|
709957
710023
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709958
710024
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709959
710025
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
710026
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
710027
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
710028
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709960
710029
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709961
710030
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
709962
710031
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -710041,6 +710110,9 @@ type forwarding_shipment_air_waybill_templatesCountOrderByAggregateInput = {
|
|
|
710041
710110
|
declared_value_for_customs?: SortOrder;
|
|
710042
710111
|
amount_of_insurance?: SortOrder;
|
|
710043
710112
|
handling_information?: SortOrder;
|
|
710113
|
+
total_pieces?: SortOrder;
|
|
710114
|
+
total_gross_weight?: SortOrder;
|
|
710115
|
+
total_chargeable_weight?: SortOrder;
|
|
710044
710116
|
weight_charge_ppd?: SortOrder;
|
|
710045
710117
|
valuation_charge_ppd?: SortOrder;
|
|
710046
710118
|
tax_ppd?: SortOrder;
|
|
@@ -710073,6 +710145,9 @@ type forwarding_shipment_air_waybill_templatesAvgOrderByAggregateInput = {
|
|
|
710073
710145
|
declared_value_for_carriage?: SortOrder;
|
|
710074
710146
|
declared_value_for_customs?: SortOrder;
|
|
710075
710147
|
amount_of_insurance?: SortOrder;
|
|
710148
|
+
total_pieces?: SortOrder;
|
|
710149
|
+
total_gross_weight?: SortOrder;
|
|
710150
|
+
total_chargeable_weight?: SortOrder;
|
|
710076
710151
|
weight_charge_ppd?: SortOrder;
|
|
710077
710152
|
valuation_charge_ppd?: SortOrder;
|
|
710078
710153
|
tax_ppd?: SortOrder;
|
|
@@ -710130,6 +710205,9 @@ type forwarding_shipment_air_waybill_templatesMaxOrderByAggregateInput = {
|
|
|
710130
710205
|
declared_value_for_customs?: SortOrder;
|
|
710131
710206
|
amount_of_insurance?: SortOrder;
|
|
710132
710207
|
handling_information?: SortOrder;
|
|
710208
|
+
total_pieces?: SortOrder;
|
|
710209
|
+
total_gross_weight?: SortOrder;
|
|
710210
|
+
total_chargeable_weight?: SortOrder;
|
|
710133
710211
|
weight_charge_ppd?: SortOrder;
|
|
710134
710212
|
valuation_charge_ppd?: SortOrder;
|
|
710135
710213
|
tax_ppd?: SortOrder;
|
|
@@ -710202,6 +710280,9 @@ type forwarding_shipment_air_waybill_templatesMinOrderByAggregateInput = {
|
|
|
710202
710280
|
declared_value_for_customs?: SortOrder;
|
|
710203
710281
|
amount_of_insurance?: SortOrder;
|
|
710204
710282
|
handling_information?: SortOrder;
|
|
710283
|
+
total_pieces?: SortOrder;
|
|
710284
|
+
total_gross_weight?: SortOrder;
|
|
710285
|
+
total_chargeable_weight?: SortOrder;
|
|
710205
710286
|
weight_charge_ppd?: SortOrder;
|
|
710206
710287
|
valuation_charge_ppd?: SortOrder;
|
|
710207
710288
|
tax_ppd?: SortOrder;
|
|
@@ -710234,6 +710315,9 @@ type forwarding_shipment_air_waybill_templatesSumOrderByAggregateInput = {
|
|
|
710234
710315
|
declared_value_for_carriage?: SortOrder;
|
|
710235
710316
|
declared_value_for_customs?: SortOrder;
|
|
710236
710317
|
amount_of_insurance?: SortOrder;
|
|
710318
|
+
total_pieces?: SortOrder;
|
|
710319
|
+
total_gross_weight?: SortOrder;
|
|
710320
|
+
total_chargeable_weight?: SortOrder;
|
|
710237
710321
|
weight_charge_ppd?: SortOrder;
|
|
710238
710322
|
valuation_charge_ppd?: SortOrder;
|
|
710239
710323
|
tax_ppd?: SortOrder;
|
|
@@ -711026,6 +711110,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutRoute_to_1Input = {
|
|
|
711026
711110
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711027
711111
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711028
711112
|
handling_information?: string | null;
|
|
711113
|
+
total_pieces?: number | null;
|
|
711114
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711115
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711029
711116
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711030
711117
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711031
711118
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -711118,6 +711205,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutRoute_to_1In
|
|
|
711118
711205
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711119
711206
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711120
711207
|
handling_information?: string | null;
|
|
711208
|
+
total_pieces?: number | null;
|
|
711209
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711210
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711121
711211
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711122
711212
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711123
711213
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -711182,6 +711272,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutRoute_to_2Input = {
|
|
|
711182
711272
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711183
711273
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711184
711274
|
handling_information?: string | null;
|
|
711275
|
+
total_pieces?: number | null;
|
|
711276
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711277
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711185
711278
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711186
711279
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711187
711280
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -711274,6 +711367,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutRoute_to_2In
|
|
|
711274
711367
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711275
711368
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711276
711369
|
handling_information?: string | null;
|
|
711370
|
+
total_pieces?: number | null;
|
|
711371
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711372
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711277
711373
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711278
711374
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711279
711375
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -711338,6 +711434,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutRoute_to_3Input = {
|
|
|
711338
711434
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711339
711435
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711340
711436
|
handling_information?: string | null;
|
|
711437
|
+
total_pieces?: number | null;
|
|
711438
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711439
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711341
711440
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711342
711441
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711343
711442
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -711430,6 +711529,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutRoute_to_3In
|
|
|
711430
711529
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711431
711530
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711432
711531
|
handling_information?: string | null;
|
|
711532
|
+
total_pieces?: number | null;
|
|
711533
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711534
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711433
711535
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711434
711536
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711435
711537
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -711529,6 +711631,9 @@ type forwarding_shipment_air_waybill_templatesScalarWhereInput = {
|
|
|
711529
711631
|
declared_value_for_customs?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711530
711632
|
amount_of_insurance?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711531
711633
|
handling_information?: StringNullableFilter<"forwarding_shipment_air_waybill_templates"> | string | null;
|
|
711634
|
+
total_pieces?: IntNullableFilter<"forwarding_shipment_air_waybill_templates"> | number | null;
|
|
711635
|
+
total_gross_weight?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711636
|
+
total_chargeable_weight?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711532
711637
|
weight_charge_ppd?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711533
711638
|
valuation_charge_ppd?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711534
711639
|
tax_ppd?: DecimalNullableFilter<"forwarding_shipment_air_waybill_templates"> | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -711608,6 +711713,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutRoute_by_1Input = {
|
|
|
711608
711713
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711609
711714
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711610
711715
|
handling_information?: string | null;
|
|
711716
|
+
total_pieces?: number | null;
|
|
711717
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711718
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711611
711719
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711612
711720
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711613
711721
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -711700,6 +711808,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutRoute_by_1In
|
|
|
711700
711808
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711701
711809
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711702
711810
|
handling_information?: string | null;
|
|
711811
|
+
total_pieces?: number | null;
|
|
711812
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711813
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711703
711814
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711704
711815
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711705
711816
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -711764,6 +711875,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutRoute_by_2Input = {
|
|
|
711764
711875
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711765
711876
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711766
711877
|
handling_information?: string | null;
|
|
711878
|
+
total_pieces?: number | null;
|
|
711879
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711880
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711767
711881
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711768
711882
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711769
711883
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -711856,6 +711970,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutRoute_by_2In
|
|
|
711856
711970
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711857
711971
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711858
711972
|
handling_information?: string | null;
|
|
711973
|
+
total_pieces?: number | null;
|
|
711974
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711975
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711859
711976
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711860
711977
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711861
711978
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -711920,6 +712037,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutRoute_by_3Input = {
|
|
|
711920
712037
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711921
712038
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711922
712039
|
handling_information?: string | null;
|
|
712040
|
+
total_pieces?: number | null;
|
|
712041
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712042
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711923
712043
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711924
712044
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
711925
712045
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -712012,6 +712132,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutRoute_by_3In
|
|
|
712012
712132
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712013
712133
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712014
712134
|
handling_information?: string | null;
|
|
712135
|
+
total_pieces?: number | null;
|
|
712136
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712137
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712015
712138
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712016
712139
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712017
712140
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -712076,6 +712199,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutReq_flight_by_1Input
|
|
|
712076
712199
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712077
712200
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712078
712201
|
handling_information?: string | null;
|
|
712202
|
+
total_pieces?: number | null;
|
|
712203
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712204
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712079
712205
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712080
712206
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712081
712207
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -712168,6 +712294,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutReq_flight_b
|
|
|
712168
712294
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712169
712295
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712170
712296
|
handling_information?: string | null;
|
|
712297
|
+
total_pieces?: number | null;
|
|
712298
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712299
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712171
712300
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712172
712301
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712173
712302
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -712232,6 +712361,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutReq_flight_by_2Input
|
|
|
712232
712361
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712233
712362
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712234
712363
|
handling_information?: string | null;
|
|
712364
|
+
total_pieces?: number | null;
|
|
712365
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712366
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712235
712367
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712236
712368
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712237
712369
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -712324,6 +712456,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutReq_flight_b
|
|
|
712324
712456
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712325
712457
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712326
712458
|
handling_information?: string | null;
|
|
712459
|
+
total_pieces?: number | null;
|
|
712460
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712461
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712327
712462
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712328
712463
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712329
712464
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -712453,6 +712588,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutCurrencyInput = {
|
|
|
712453
712588
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712454
712589
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712455
712590
|
handling_information?: string | null;
|
|
712591
|
+
total_pieces?: number | null;
|
|
712592
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712593
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712456
712594
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712457
712595
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712458
712596
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -712545,6 +712683,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutCurrencyInpu
|
|
|
712545
712683
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712546
712684
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712547
712685
|
handling_information?: string | null;
|
|
712686
|
+
total_pieces?: number | null;
|
|
712687
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712688
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712548
712689
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712549
712690
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712550
712691
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -712609,6 +712750,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutCurrency_declared_val
|
|
|
712609
712750
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712610
712751
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712611
712752
|
handling_information?: string | null;
|
|
712753
|
+
total_pieces?: number | null;
|
|
712754
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712755
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712612
712756
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712613
712757
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712614
712758
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -712701,6 +712845,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutCurrency_dec
|
|
|
712701
712845
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712702
712846
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712703
712847
|
handling_information?: string | null;
|
|
712848
|
+
total_pieces?: number | null;
|
|
712849
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712850
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712704
712851
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712705
712852
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712706
712853
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -712765,6 +712912,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutCurrency_declared_val
|
|
|
712765
712912
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712766
712913
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712767
712914
|
handling_information?: string | null;
|
|
712915
|
+
total_pieces?: number | null;
|
|
712916
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712917
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712768
712918
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712769
712919
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712770
712920
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -712857,6 +713007,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutCurrency_dec
|
|
|
712857
713007
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712858
713008
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712859
713009
|
handling_information?: string | null;
|
|
713010
|
+
total_pieces?: number | null;
|
|
713011
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713012
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712860
713013
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712861
713014
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712862
713015
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -712921,6 +713074,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutCurrency_amount_of_in
|
|
|
712921
713074
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712922
713075
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712923
713076
|
handling_information?: string | null;
|
|
713077
|
+
total_pieces?: number | null;
|
|
713078
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713079
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712924
713080
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712925
713081
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
712926
713082
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -713013,6 +713169,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutCurrency_amo
|
|
|
713013
713169
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713014
713170
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713015
713171
|
handling_information?: string | null;
|
|
713172
|
+
total_pieces?: number | null;
|
|
713173
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713174
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713016
713175
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713017
713176
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713018
713177
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -713129,6 +713288,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutAwb_ppd_coll_charge_c
|
|
|
713129
713288
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713130
713289
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713131
713290
|
handling_information?: string | null;
|
|
713291
|
+
total_pieces?: number | null;
|
|
713292
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713293
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713132
713294
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713133
713295
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713134
713296
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -713221,6 +713383,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutAwb_ppd_coll
|
|
|
713221
713383
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713222
713384
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713223
713385
|
handling_information?: string | null;
|
|
713386
|
+
total_pieces?: number | null;
|
|
713387
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713388
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713224
713389
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713225
713390
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713226
713391
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -713298,6 +713463,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutWt_val_ppd_collInput
|
|
|
713298
713463
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713299
713464
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713300
713465
|
handling_information?: string | null;
|
|
713466
|
+
total_pieces?: number | null;
|
|
713467
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713468
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713301
713469
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713302
713470
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713303
713471
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -713390,6 +713558,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutWt_val_ppd_c
|
|
|
713390
713558
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713391
713559
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713392
713560
|
handling_information?: string | null;
|
|
713561
|
+
total_pieces?: number | null;
|
|
713562
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713563
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713393
713564
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713394
713565
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713395
713566
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -713454,6 +713625,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutOther_ppd_collInput =
|
|
|
713454
713625
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713455
713626
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713456
713627
|
handling_information?: string | null;
|
|
713628
|
+
total_pieces?: number | null;
|
|
713629
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713630
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713457
713631
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713458
713632
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713459
713633
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -713546,6 +713720,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutOther_ppd_co
|
|
|
713546
713720
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713547
713721
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713548
713722
|
handling_information?: string | null;
|
|
713723
|
+
total_pieces?: number | null;
|
|
713724
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713725
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713549
713726
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713550
713727
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713551
713728
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -713636,6 +713813,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutAwb_as_agreed_rate_se
|
|
|
713636
713813
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713637
713814
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713638
713815
|
handling_information?: string | null;
|
|
713816
|
+
total_pieces?: number | null;
|
|
713817
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713818
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713639
713819
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713640
713820
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713641
713821
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -713728,6 +713908,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutAwb_as_agree
|
|
|
713728
713908
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713729
713909
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713730
713910
|
handling_information?: string | null;
|
|
713911
|
+
total_pieces?: number | null;
|
|
713912
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713913
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713731
713914
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713732
713915
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713733
713916
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -713792,6 +713975,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutAwb_as_agreed_rate_se
|
|
|
713792
713975
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713793
713976
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713794
713977
|
handling_information?: string | null;
|
|
713978
|
+
total_pieces?: number | null;
|
|
713979
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713980
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713795
713981
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713796
713982
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713797
713983
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -713884,6 +714070,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutAwb_as_agree
|
|
|
713884
714070
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713885
714071
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713886
714072
|
handling_information?: string | null;
|
|
714073
|
+
total_pieces?: number | null;
|
|
714074
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714075
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713887
714076
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713888
714077
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713889
714078
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -713974,6 +714163,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutSciInput = {
|
|
|
713974
714163
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713975
714164
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713976
714165
|
handling_information?: string | null;
|
|
714166
|
+
total_pieces?: number | null;
|
|
714167
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714168
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713977
714169
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713978
714170
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
713979
714171
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -714066,6 +714258,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutSciInput = {
|
|
|
714066
714258
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714067
714259
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714068
714260
|
handling_information?: string | null;
|
|
714261
|
+
total_pieces?: number | null;
|
|
714262
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714263
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714069
714264
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714070
714265
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714071
714266
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -714143,6 +714338,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutForwarding_shipmentsI
|
|
|
714143
714338
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714144
714339
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714145
714340
|
handling_information?: string | null;
|
|
714341
|
+
total_pieces?: number | null;
|
|
714342
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714343
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714146
714344
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714147
714345
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714148
714346
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -714235,6 +714433,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutForwarding_s
|
|
|
714235
714433
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714236
714434
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714237
714435
|
handling_information?: string | null;
|
|
714436
|
+
total_pieces?: number | null;
|
|
714437
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714438
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714238
714439
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714239
714440
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714240
714441
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -714304,6 +714505,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutForwarding_shipmentsI
|
|
|
714304
714505
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714305
714506
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714306
714507
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
714508
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
714509
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714510
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714307
714511
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714308
714512
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714309
714513
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -714396,6 +714600,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutForwarding_s
|
|
|
714396
714600
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714397
714601
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714398
714602
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
714603
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
714604
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714605
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714399
714606
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714400
714607
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714401
714608
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -714452,6 +714659,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutForwarding_shipment_a
|
|
|
714452
714659
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714453
714660
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714454
714661
|
handling_information?: string | null;
|
|
714662
|
+
total_pieces?: number | null;
|
|
714663
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714664
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714455
714665
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714456
714666
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714457
714667
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -714545,6 +714755,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutForwarding_s
|
|
|
714545
714755
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714546
714756
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714547
714757
|
handling_information?: string | null;
|
|
714758
|
+
total_pieces?: number | null;
|
|
714759
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714760
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714548
714761
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714549
714762
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714550
714763
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -714613,6 +714826,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutForwarding_shipment_a
|
|
|
714613
714826
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714614
714827
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714615
714828
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
714829
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
714830
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714831
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714616
714832
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714617
714833
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714618
714834
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -714706,6 +714922,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutForwarding_s
|
|
|
714706
714922
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714707
714923
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714708
714924
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
714925
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
714926
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714927
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714709
714928
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714710
714929
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714711
714930
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -714761,6 +714980,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutForwarding_shipment_a
|
|
|
714761
714980
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714762
714981
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714763
714982
|
handling_information?: string | null;
|
|
714983
|
+
total_pieces?: number | null;
|
|
714984
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714985
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714764
714986
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714765
714987
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714766
714988
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -714854,6 +715076,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutForwarding_s
|
|
|
714854
715076
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714855
715077
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714856
715078
|
handling_information?: string | null;
|
|
715079
|
+
total_pieces?: number | null;
|
|
715080
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715081
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714857
715082
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714858
715083
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714859
715084
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -714922,6 +715147,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutForwarding_shipment_a
|
|
|
714922
715147
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714923
715148
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714924
715149
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
715150
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
715151
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715152
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714925
715153
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714926
715154
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
714927
715155
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -715015,6 +715243,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutForwarding_s
|
|
|
715015
715243
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715016
715244
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715017
715245
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
715246
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
715247
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715248
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715018
715249
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715019
715250
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715020
715251
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -715070,6 +715301,9 @@ type forwarding_shipment_air_waybill_templatesCreateWithoutForwarding_shipment_a
|
|
|
715070
715301
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715071
715302
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715072
715303
|
handling_information?: string | null;
|
|
715304
|
+
total_pieces?: number | null;
|
|
715305
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715306
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715073
715307
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715074
715308
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715075
715309
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -715163,6 +715397,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedCreateWithoutForwarding_s
|
|
|
715163
715397
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715164
715398
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715165
715399
|
handling_information?: string | null;
|
|
715400
|
+
total_pieces?: number | null;
|
|
715401
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715402
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715166
715403
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715167
715404
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715168
715405
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -715231,6 +715468,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutForwarding_shipment_a
|
|
|
715231
715468
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715232
715469
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715233
715470
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
715471
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
715472
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715473
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715234
715474
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715235
715475
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715236
715476
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -715324,6 +715564,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutForwarding_s
|
|
|
715324
715564
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715325
715565
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715326
715566
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
715567
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
715568
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715569
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715327
715570
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715328
715571
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715329
715572
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -715397,6 +715640,9 @@ type forwarding_shipment_air_waybill_templatesCreateManyRoute_to_1Input = {
|
|
|
715397
715640
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715398
715641
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715399
715642
|
handling_information?: string | null;
|
|
715643
|
+
total_pieces?: number | null;
|
|
715644
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715645
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715400
715646
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715401
715647
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715402
715648
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -715468,6 +715714,9 @@ type forwarding_shipment_air_waybill_templatesCreateManyRoute_to_2Input = {
|
|
|
715468
715714
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715469
715715
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715470
715716
|
handling_information?: string | null;
|
|
715717
|
+
total_pieces?: number | null;
|
|
715718
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715719
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715471
715720
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715472
715721
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715473
715722
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -715539,6 +715788,9 @@ type forwarding_shipment_air_waybill_templatesCreateManyRoute_to_3Input = {
|
|
|
715539
715788
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715540
715789
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715541
715790
|
handling_information?: string | null;
|
|
715791
|
+
total_pieces?: number | null;
|
|
715792
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715793
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715542
715794
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715543
715795
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715544
715796
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -715592,6 +715844,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutRoute_to_1Input = {
|
|
|
715592
715844
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715593
715845
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715594
715846
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
715847
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
715848
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715849
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715595
715850
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715596
715851
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715597
715852
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -715684,6 +715939,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutRoute_to_1In
|
|
|
715684
715939
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715685
715940
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715686
715941
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
715942
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
715943
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715944
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715687
715945
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715688
715946
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715689
715947
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -715758,6 +716016,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateManyWithoutRoute_to
|
|
|
715758
716016
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715759
716017
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715760
716018
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
716019
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
716020
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716021
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715761
716022
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715762
716023
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715763
716024
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -715811,6 +716072,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutRoute_to_2Input = {
|
|
|
715811
716072
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715812
716073
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715813
716074
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
716075
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
716076
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716077
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715814
716078
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715815
716079
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715816
716080
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -715903,6 +716167,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutRoute_to_2In
|
|
|
715903
716167
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715904
716168
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715905
716169
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
716170
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
716171
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716172
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715906
716173
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715907
716174
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715908
716175
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -715977,6 +716244,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateManyWithoutRoute_to
|
|
|
715977
716244
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715978
716245
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715979
716246
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
716247
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
716248
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716249
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715980
716250
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715981
716251
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
715982
716252
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -716030,6 +716300,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutRoute_to_3Input = {
|
|
|
716030
716300
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716031
716301
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716032
716302
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
716303
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
716304
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716305
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716033
716306
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716034
716307
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716035
716308
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -716122,6 +716395,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutRoute_to_3In
|
|
|
716122
716395
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716123
716396
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716124
716397
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
716398
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
716399
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716400
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716125
716401
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716126
716402
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716127
716403
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -716196,6 +716472,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateManyWithoutRoute_to
|
|
|
716196
716472
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716197
716473
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716198
716474
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
716475
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
716476
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716477
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716199
716478
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716200
716479
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716201
716480
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -716267,6 +716546,9 @@ type forwarding_shipment_air_waybill_templatesCreateManyRoute_by_1Input = {
|
|
|
716267
716546
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716268
716547
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716269
716548
|
handling_information?: string | null;
|
|
716549
|
+
total_pieces?: number | null;
|
|
716550
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716551
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716270
716552
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716271
716553
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716272
716554
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -716338,6 +716620,9 @@ type forwarding_shipment_air_waybill_templatesCreateManyRoute_by_2Input = {
|
|
|
716338
716620
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716339
716621
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716340
716622
|
handling_information?: string | null;
|
|
716623
|
+
total_pieces?: number | null;
|
|
716624
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716625
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716341
716626
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716342
716627
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716343
716628
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -716409,6 +716694,9 @@ type forwarding_shipment_air_waybill_templatesCreateManyRoute_by_3Input = {
|
|
|
716409
716694
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716410
716695
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716411
716696
|
handling_information?: string | null;
|
|
716697
|
+
total_pieces?: number | null;
|
|
716698
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716699
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716412
716700
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716413
716701
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716414
716702
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -716480,6 +716768,9 @@ type forwarding_shipment_air_waybill_templatesCreateManyReq_flight_by_1Input = {
|
|
|
716480
716768
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716481
716769
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716482
716770
|
handling_information?: string | null;
|
|
716771
|
+
total_pieces?: number | null;
|
|
716772
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716773
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716483
716774
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716484
716775
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716485
716776
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -716551,6 +716842,9 @@ type forwarding_shipment_air_waybill_templatesCreateManyReq_flight_by_2Input = {
|
|
|
716551
716842
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716552
716843
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716553
716844
|
handling_information?: string | null;
|
|
716845
|
+
total_pieces?: number | null;
|
|
716846
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716847
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716554
716848
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716555
716849
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716556
716850
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -716604,6 +716898,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutRoute_by_1Input = {
|
|
|
716604
716898
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716605
716899
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716606
716900
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
716901
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
716902
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716903
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716607
716904
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716608
716905
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716609
716906
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -716696,6 +716993,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutRoute_by_1In
|
|
|
716696
716993
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716697
716994
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716698
716995
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
716996
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
716997
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716998
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716699
716999
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716700
717000
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716701
717001
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -716770,6 +717070,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateManyWithoutRoute_by
|
|
|
716770
717070
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716771
717071
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716772
717072
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
717073
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
717074
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717075
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716773
717076
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716774
717077
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716775
717078
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -716823,6 +717126,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutRoute_by_2Input = {
|
|
|
716823
717126
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716824
717127
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716825
717128
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
717129
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
717130
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717131
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716826
717132
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716827
717133
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716828
717134
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -716915,6 +717221,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutRoute_by_2In
|
|
|
716915
717221
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716916
717222
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716917
717223
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
717224
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
717225
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717226
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716918
717227
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716919
717228
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716920
717229
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -716989,6 +717298,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateManyWithoutRoute_by
|
|
|
716989
717298
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716990
717299
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716991
717300
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
717301
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
717302
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717303
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716992
717304
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716993
717305
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
716994
717306
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -717042,6 +717354,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutRoute_by_3Input = {
|
|
|
717042
717354
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717043
717355
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717044
717356
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
717357
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
717358
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717359
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717045
717360
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717046
717361
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717047
717362
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -717134,6 +717449,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutRoute_by_3In
|
|
|
717134
717449
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717135
717450
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717136
717451
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
717452
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
717453
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717454
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717137
717455
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717138
717456
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717139
717457
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -717208,6 +717526,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateManyWithoutRoute_by
|
|
|
717208
717526
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717209
717527
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717210
717528
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
717529
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
717530
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717531
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717211
717532
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717212
717533
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717213
717534
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -717261,6 +717582,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutReq_flight_by_1Input
|
|
|
717261
717582
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717262
717583
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717263
717584
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
717585
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
717586
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717587
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717264
717588
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717265
717589
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717266
717590
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -717353,6 +717677,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutReq_flight_b
|
|
|
717353
717677
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717354
717678
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717355
717679
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
717680
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
717681
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717682
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717356
717683
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717357
717684
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717358
717685
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -717427,6 +717754,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateManyWithoutReq_flig
|
|
|
717427
717754
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717428
717755
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717429
717756
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
717757
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
717758
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717759
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717430
717760
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717431
717761
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717432
717762
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -717480,6 +717810,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutReq_flight_by_2Input
|
|
|
717480
717810
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717481
717811
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717482
717812
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
717813
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
717814
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717815
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717483
717816
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717484
717817
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717485
717818
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -717572,6 +717905,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutReq_flight_b
|
|
|
717572
717905
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717573
717906
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717574
717907
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
717908
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
717909
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717910
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717575
717911
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717576
717912
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717577
717913
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -717646,6 +717982,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateManyWithoutReq_flig
|
|
|
717646
717982
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717647
717983
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717648
717984
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
717985
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
717986
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717987
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717649
717988
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717650
717989
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717651
717990
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -717717,6 +718056,9 @@ type forwarding_shipment_air_waybill_templatesCreateManyCurrencyInput = {
|
|
|
717717
718056
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717718
718057
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717719
718058
|
handling_information?: string | null;
|
|
718059
|
+
total_pieces?: number | null;
|
|
718060
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718061
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717720
718062
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717721
718063
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717722
718064
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -717788,6 +718130,9 @@ type forwarding_shipment_air_waybill_templatesCreateManyCurrency_declared_value_
|
|
|
717788
718130
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717789
718131
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717790
718132
|
handling_information?: string | null;
|
|
718133
|
+
total_pieces?: number | null;
|
|
718134
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718135
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717791
718136
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717792
718137
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717793
718138
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -717859,6 +718204,9 @@ type forwarding_shipment_air_waybill_templatesCreateManyCurrency_declared_value_
|
|
|
717859
718204
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717860
718205
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717861
718206
|
handling_information?: string | null;
|
|
718207
|
+
total_pieces?: number | null;
|
|
718208
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718209
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717862
718210
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717863
718211
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717864
718212
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -717930,6 +718278,9 @@ type forwarding_shipment_air_waybill_templatesCreateManyCurrency_amount_of_insur
|
|
|
717930
718278
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717931
718279
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717932
718280
|
handling_information?: string | null;
|
|
718281
|
+
total_pieces?: number | null;
|
|
718282
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718283
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717933
718284
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717934
718285
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717935
718286
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -717983,6 +718334,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutCurrencyInput = {
|
|
|
717983
718334
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717984
718335
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717985
718336
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
718337
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
718338
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718339
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717986
718340
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717987
718341
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
717988
718342
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -718075,6 +718429,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutCurrencyInpu
|
|
|
718075
718429
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718076
718430
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718077
718431
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
718432
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
718433
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718434
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718078
718435
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718079
718436
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718080
718437
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -718149,6 +718506,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateManyWithoutCurrency
|
|
|
718149
718506
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718150
718507
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718151
718508
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
718509
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
718510
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718511
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718152
718512
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718153
718513
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718154
718514
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -718202,6 +718562,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutCurrency_declared_val
|
|
|
718202
718562
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718203
718563
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718204
718564
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
718565
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
718566
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718567
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718205
718568
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718206
718569
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718207
718570
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -718294,6 +718657,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutCurrency_dec
|
|
|
718294
718657
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718295
718658
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718296
718659
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
718660
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
718661
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718662
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718297
718663
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718298
718664
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718299
718665
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -718368,6 +718734,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateManyWithoutCurrency
|
|
|
718368
718734
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718369
718735
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718370
718736
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
718737
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
718738
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718739
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718371
718740
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718372
718741
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718373
718742
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -718421,6 +718790,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutCurrency_declared_val
|
|
|
718421
718790
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718422
718791
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718423
718792
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
718793
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
718794
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718795
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718424
718796
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718425
718797
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718426
718798
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -718513,6 +718885,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutCurrency_dec
|
|
|
718513
718885
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718514
718886
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718515
718887
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
718888
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
718889
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718890
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718516
718891
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718517
718892
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718518
718893
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -718587,6 +718962,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateManyWithoutCurrency
|
|
|
718587
718962
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718588
718963
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718589
718964
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
718965
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
718966
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718967
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718590
718968
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718591
718969
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718592
718970
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -718640,6 +719018,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutCurrency_amount_of_in
|
|
|
718640
719018
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718641
719019
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718642
719020
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
719021
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
719022
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719023
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718643
719024
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718644
719025
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718645
719026
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -718732,6 +719113,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutCurrency_amo
|
|
|
718732
719113
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718733
719114
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718734
719115
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
719116
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
719117
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719118
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718735
719119
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718736
719120
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718737
719121
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -718806,6 +719190,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateManyWithoutCurrency
|
|
|
718806
719190
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718807
719191
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718808
719192
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
719193
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
719194
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719195
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718809
719196
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718810
719197
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718811
719198
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -718877,6 +719264,9 @@ type forwarding_shipment_air_waybill_templatesCreateManyAwb_ppd_coll_charge_code
|
|
|
718877
719264
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718878
719265
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718879
719266
|
handling_information?: string | null;
|
|
719267
|
+
total_pieces?: number | null;
|
|
719268
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719269
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718880
719270
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718881
719271
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718882
719272
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -718930,6 +719320,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutAwb_ppd_coll_charge_c
|
|
|
718930
719320
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718931
719321
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718932
719322
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
719323
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
719324
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719325
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718933
719326
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718934
719327
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
718935
719328
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -719022,6 +719415,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutAwb_ppd_coll
|
|
|
719022
719415
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719023
719416
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719024
719417
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
719418
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
719419
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719420
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719025
719421
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719026
719422
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719027
719423
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -719096,6 +719492,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateManyWithoutAwb_ppd_
|
|
|
719096
719492
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719097
719493
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719098
719494
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
719495
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
719496
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719497
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719099
719498
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719100
719499
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719101
719500
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -719167,6 +719566,9 @@ type forwarding_shipment_air_waybill_templatesCreateManyWt_val_ppd_collInput = {
|
|
|
719167
719566
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719168
719567
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719169
719568
|
handling_information?: string | null;
|
|
719569
|
+
total_pieces?: number | null;
|
|
719570
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719571
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719170
719572
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719171
719573
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719172
719574
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -719238,6 +719640,9 @@ type forwarding_shipment_air_waybill_templatesCreateManyOther_ppd_collInput = {
|
|
|
719238
719640
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719239
719641
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719240
719642
|
handling_information?: string | null;
|
|
719643
|
+
total_pieces?: number | null;
|
|
719644
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719645
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719241
719646
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719242
719647
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719243
719648
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -719291,6 +719696,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutWt_val_ppd_collInput
|
|
|
719291
719696
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719292
719697
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719293
719698
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
719699
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
719700
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719701
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719294
719702
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719295
719703
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719296
719704
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -719383,6 +719791,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutWt_val_ppd_c
|
|
|
719383
719791
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719384
719792
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719385
719793
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
719794
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
719795
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719796
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719386
719797
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719387
719798
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719388
719799
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -719457,6 +719868,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateManyWithoutWt_val_p
|
|
|
719457
719868
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719458
719869
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719459
719870
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
719871
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
719872
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719873
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719460
719874
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719461
719875
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719462
719876
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -719510,6 +719924,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutOther_ppd_collInput =
|
|
|
719510
719924
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719511
719925
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719512
719926
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
719927
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
719928
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719929
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719513
719930
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719514
719931
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719515
719932
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -719602,6 +720019,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutOther_ppd_co
|
|
|
719602
720019
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719603
720020
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719604
720021
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
720022
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
720023
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720024
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719605
720025
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719606
720026
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719607
720027
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -719676,6 +720096,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateManyWithoutOther_pp
|
|
|
719676
720096
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719677
720097
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719678
720098
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
720099
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
720100
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720101
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719679
720102
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719680
720103
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719681
720104
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -719747,6 +720170,9 @@ type forwarding_shipment_air_waybill_templatesCreateManyAwb_as_agreed_rate_set_1
|
|
|
719747
720170
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719748
720171
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719749
720172
|
handling_information?: string | null;
|
|
720173
|
+
total_pieces?: number | null;
|
|
720174
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720175
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719750
720176
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719751
720177
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719752
720178
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -719818,6 +720244,9 @@ type forwarding_shipment_air_waybill_templatesCreateManyAwb_as_agreed_rate_set_2
|
|
|
719818
720244
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719819
720245
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719820
720246
|
handling_information?: string | null;
|
|
720247
|
+
total_pieces?: number | null;
|
|
720248
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720249
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719821
720250
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719822
720251
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719823
720252
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -719871,6 +720300,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutAwb_as_agreed_rate_se
|
|
|
719871
720300
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719872
720301
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719873
720302
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
720303
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
720304
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720305
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719874
720306
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719875
720307
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719876
720308
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -719963,6 +720395,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutAwb_as_agree
|
|
|
719963
720395
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719964
720396
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719965
720397
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
720398
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
720399
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720400
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719966
720401
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719967
720402
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
719968
720403
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -720037,6 +720472,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateManyWithoutAwb_as_a
|
|
|
720037
720472
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720038
720473
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720039
720474
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
720475
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
720476
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720477
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720040
720478
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720041
720479
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720042
720480
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -720090,6 +720528,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutAwb_as_agreed_rate_se
|
|
|
720090
720528
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720091
720529
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720092
720530
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
720531
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
720532
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720533
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720093
720534
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720094
720535
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720095
720536
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -720182,6 +720623,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutAwb_as_agree
|
|
|
720182
720623
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720183
720624
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720184
720625
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
720626
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
720627
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720628
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720185
720629
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720186
720630
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720187
720631
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -720256,6 +720700,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateManyWithoutAwb_as_a
|
|
|
720256
720700
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720257
720701
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720258
720702
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
720703
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
720704
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720705
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720259
720706
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720260
720707
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720261
720708
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -720327,6 +720774,9 @@ type forwarding_shipment_air_waybill_templatesCreateManySciInput = {
|
|
|
720327
720774
|
declared_value_for_customs?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720328
720775
|
amount_of_insurance?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720329
720776
|
handling_information?: string | null;
|
|
720777
|
+
total_pieces?: number | null;
|
|
720778
|
+
total_gross_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720779
|
+
total_chargeable_weight?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720330
720780
|
weight_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720331
720781
|
valuation_charge_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720332
720782
|
tax_ppd?: Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -720380,6 +720830,9 @@ type forwarding_shipment_air_waybill_templatesUpdateWithoutSciInput = {
|
|
|
720380
720830
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720381
720831
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720382
720832
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
720833
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
720834
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720835
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720383
720836
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720384
720837
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720385
720838
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -720472,6 +720925,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateWithoutSciInput = {
|
|
|
720472
720925
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720473
720926
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720474
720927
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
720928
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
720929
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720930
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720475
720931
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720476
720932
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720477
720933
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -720546,6 +721002,9 @@ type forwarding_shipment_air_waybill_templatesUncheckedUpdateManyWithoutSciInput
|
|
|
720546
721002
|
declared_value_for_customs?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720547
721003
|
amount_of_insurance?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720548
721004
|
handling_information?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
721005
|
+
total_pieces?: NullableIntFieldUpdateOperationsInput | number | null;
|
|
721006
|
+
total_gross_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
721007
|
+
total_chargeable_weight?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720549
721008
|
weight_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720550
721009
|
valuation_charge_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
720551
721010
|
tax_ppd?: NullableDecimalFieldUpdateOperationsInput | Decimal$1 | DecimalJsLike$1 | number | string | null;
|
|
@@ -720658,6 +721117,9 @@ type forwarding_shipment_air_waybill_templatesSelect<ExtArgs extends Types$1.Ext
|
|
|
720658
721117
|
declared_value_for_customs?: boolean;
|
|
720659
721118
|
amount_of_insurance?: boolean;
|
|
720660
721119
|
handling_information?: boolean;
|
|
721120
|
+
total_pieces?: boolean;
|
|
721121
|
+
total_gross_weight?: boolean;
|
|
721122
|
+
total_chargeable_weight?: boolean;
|
|
720661
721123
|
weight_charge_ppd?: boolean;
|
|
720662
721124
|
valuation_charge_ppd?: boolean;
|
|
720663
721125
|
tax_ppd?: boolean;
|
|
@@ -720753,6 +721215,9 @@ type forwarding_shipment_air_waybill_templatesSelectCreateManyAndReturn<ExtArgs
|
|
|
720753
721215
|
declared_value_for_customs?: boolean;
|
|
720754
721216
|
amount_of_insurance?: boolean;
|
|
720755
721217
|
handling_information?: boolean;
|
|
721218
|
+
total_pieces?: boolean;
|
|
721219
|
+
total_gross_weight?: boolean;
|
|
721220
|
+
total_chargeable_weight?: boolean;
|
|
720756
721221
|
weight_charge_ppd?: boolean;
|
|
720757
721222
|
valuation_charge_ppd?: boolean;
|
|
720758
721223
|
tax_ppd?: boolean;
|
|
@@ -720844,6 +721309,9 @@ type forwarding_shipment_air_waybill_templatesSelectUpdateManyAndReturn<ExtArgs
|
|
|
720844
721309
|
declared_value_for_customs?: boolean;
|
|
720845
721310
|
amount_of_insurance?: boolean;
|
|
720846
721311
|
handling_information?: boolean;
|
|
721312
|
+
total_pieces?: boolean;
|
|
721313
|
+
total_gross_weight?: boolean;
|
|
721314
|
+
total_chargeable_weight?: boolean;
|
|
720847
721315
|
weight_charge_ppd?: boolean;
|
|
720848
721316
|
valuation_charge_ppd?: boolean;
|
|
720849
721317
|
tax_ppd?: boolean;
|
|
@@ -720935,6 +721403,9 @@ type forwarding_shipment_air_waybill_templatesSelectScalar = {
|
|
|
720935
721403
|
declared_value_for_customs?: boolean;
|
|
720936
721404
|
amount_of_insurance?: boolean;
|
|
720937
721405
|
handling_information?: boolean;
|
|
721406
|
+
total_pieces?: boolean;
|
|
721407
|
+
total_gross_weight?: boolean;
|
|
721408
|
+
total_chargeable_weight?: boolean;
|
|
720938
721409
|
weight_charge_ppd?: boolean;
|
|
720939
721410
|
valuation_charge_ppd?: boolean;
|
|
720940
721411
|
tax_ppd?: boolean;
|
|
@@ -720963,7 +721434,7 @@ type forwarding_shipment_air_waybill_templatesSelectScalar = {
|
|
|
720963
721434
|
updated_at?: boolean;
|
|
720964
721435
|
updated_by?: boolean;
|
|
720965
721436
|
};
|
|
720966
|
-
type forwarding_shipment_air_waybill_templatesOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_shipment" | "id_route_to_1" | "id_route_by_1" | "id_route_to_2" | "id_route_by_2" | "id_route_to_3" | "id_route_by_3" | "id_req_flight_by_1" | "id_req_flight_by_2" | "id_currency" | "id_awb_ppd_coll_charge_code" | "id_wt_val_ppd_coll" | "id_other_ppd_coll" | "id_currency_declared_value_for_carriage" | "id_currency_declared_value_for_customs" | "id_currency_amount_of_insurance" | "id_awb_as_agreed_rate_set_1" | "id_awb_as_agreed_rate_set_2" | "id_sci" | "issuer" | "shipper_account_no" | "shipper" | "consignee_account_no" | "consignee" | "carrier_agent_name" | "carrier_agent_city" | "carrier_agent_iata_code" | "carrier_agent_account_no" | "accounting_information" | "airport_of_departure" | "airport_of_destination" | "req_flight_no_1" | "req_flight_date_1" | "req_flight_no_2" | "req_flight_date_2" | "reference_number" | "optional_shipping_information_1" | "optional_shipping_information_2" | "declared_value_for_carriage" | "declared_value_for_customs" | "amount_of_insurance" | "handling_information" | "weight_charge_ppd" | "valuation_charge_ppd" | "tax_ppd" | "total_other_charge_due_agent_ppd" | "total_other_charge_due_carrier_ppd" | "total_ppd" | "weight_charge_coll" | "valuation_charge_coll" | "tax_coll" | "total_other_charge_due_agent_coll" | "total_other_charge_due_carrier_coll" | "total_coll" | "currency_conversion_rates" | "currency_conversion_charges_in_destination_currency" | "charges_at_destination" | "total_collect_charges" | "shipper_signature_remarks" | "shipper_signature" | "carrier_execution_remarks" | "carrier_execution_date" | "carrier_execution_place" | "carrier_execution_signature" | "is_active" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["forwarding_shipment_air_waybill_templates"]>;
|
|
721437
|
+
type forwarding_shipment_air_waybill_templatesOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_forwarding_shipment" | "id_route_to_1" | "id_route_by_1" | "id_route_to_2" | "id_route_by_2" | "id_route_to_3" | "id_route_by_3" | "id_req_flight_by_1" | "id_req_flight_by_2" | "id_currency" | "id_awb_ppd_coll_charge_code" | "id_wt_val_ppd_coll" | "id_other_ppd_coll" | "id_currency_declared_value_for_carriage" | "id_currency_declared_value_for_customs" | "id_currency_amount_of_insurance" | "id_awb_as_agreed_rate_set_1" | "id_awb_as_agreed_rate_set_2" | "id_sci" | "issuer" | "shipper_account_no" | "shipper" | "consignee_account_no" | "consignee" | "carrier_agent_name" | "carrier_agent_city" | "carrier_agent_iata_code" | "carrier_agent_account_no" | "accounting_information" | "airport_of_departure" | "airport_of_destination" | "req_flight_no_1" | "req_flight_date_1" | "req_flight_no_2" | "req_flight_date_2" | "reference_number" | "optional_shipping_information_1" | "optional_shipping_information_2" | "declared_value_for_carriage" | "declared_value_for_customs" | "amount_of_insurance" | "handling_information" | "total_pieces" | "total_gross_weight" | "total_chargeable_weight" | "weight_charge_ppd" | "valuation_charge_ppd" | "tax_ppd" | "total_other_charge_due_agent_ppd" | "total_other_charge_due_carrier_ppd" | "total_ppd" | "weight_charge_coll" | "valuation_charge_coll" | "tax_coll" | "total_other_charge_due_agent_coll" | "total_other_charge_due_carrier_coll" | "total_coll" | "currency_conversion_rates" | "currency_conversion_charges_in_destination_currency" | "charges_at_destination" | "total_collect_charges" | "shipper_signature_remarks" | "shipper_signature" | "carrier_execution_remarks" | "carrier_execution_date" | "carrier_execution_place" | "carrier_execution_signature" | "is_active" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["forwarding_shipment_air_waybill_templates"]>;
|
|
720967
721438
|
type forwarding_shipment_air_waybill_templatesInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
720968
721439
|
forwarding_shipments?: boolean | forwarding_shipment_air_waybill_templates$forwarding_shipmentsArgs<ExtArgs>;
|
|
720969
721440
|
route_to_1?: boolean | forwarding_shipment_air_waybill_templates$route_to_1Args<ExtArgs>;
|
|
@@ -721101,6 +721572,9 @@ type $forwarding_shipment_air_waybill_templatesPayload<ExtArgs extends Types$1.E
|
|
|
721101
721572
|
declared_value_for_customs: Decimal$1 | null;
|
|
721102
721573
|
amount_of_insurance: Decimal$1 | null;
|
|
721103
721574
|
handling_information: string | null;
|
|
721575
|
+
total_pieces: number | null;
|
|
721576
|
+
total_gross_weight: Decimal$1 | null;
|
|
721577
|
+
total_chargeable_weight: Decimal$1 | null;
|
|
721104
721578
|
weight_charge_ppd: Decimal$1 | null;
|
|
721105
721579
|
valuation_charge_ppd: Decimal$1 | null;
|
|
721106
721580
|
tax_ppd: Decimal$1 | null;
|
|
@@ -721534,6 +722008,9 @@ interface forwarding_shipment_air_waybill_templatesFieldRefs {
|
|
|
721534
722008
|
readonly declared_value_for_customs: FieldRef<"forwarding_shipment_air_waybill_templates", 'Decimal'>;
|
|
721535
722009
|
readonly amount_of_insurance: FieldRef<"forwarding_shipment_air_waybill_templates", 'Decimal'>;
|
|
721536
722010
|
readonly handling_information: FieldRef<"forwarding_shipment_air_waybill_templates", 'String'>;
|
|
722011
|
+
readonly total_pieces: FieldRef<"forwarding_shipment_air_waybill_templates", 'Int'>;
|
|
722012
|
+
readonly total_gross_weight: FieldRef<"forwarding_shipment_air_waybill_templates", 'Decimal'>;
|
|
722013
|
+
readonly total_chargeable_weight: FieldRef<"forwarding_shipment_air_waybill_templates", 'Decimal'>;
|
|
721537
722014
|
readonly weight_charge_ppd: FieldRef<"forwarding_shipment_air_waybill_templates", 'Decimal'>;
|
|
721538
722015
|
readonly valuation_charge_ppd: FieldRef<"forwarding_shipment_air_waybill_templates", 'Decimal'>;
|
|
721539
722016
|
readonly tax_ppd: FieldRef<"forwarding_shipment_air_waybill_templates", 'Decimal'>;
|
|
@@ -830027,6 +830504,9 @@ declare const Forwarding_shipment_air_waybill_templatesScalarFieldEnum: {
|
|
|
830027
830504
|
readonly declared_value_for_customs: "declared_value_for_customs";
|
|
830028
830505
|
readonly amount_of_insurance: "amount_of_insurance";
|
|
830029
830506
|
readonly handling_information: "handling_information";
|
|
830507
|
+
readonly total_pieces: "total_pieces";
|
|
830508
|
+
readonly total_gross_weight: "total_gross_weight";
|
|
830509
|
+
readonly total_chargeable_weight: "total_chargeable_weight";
|
|
830030
830510
|
readonly weight_charge_ppd: "weight_charge_ppd";
|
|
830031
830511
|
readonly valuation_charge_ppd: "valuation_charge_ppd";
|
|
830032
830512
|
readonly tax_ppd: "tax_ppd";
|
|
@@ -836727,11 +837207,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
836727
837207
|
updated_at: Date | null;
|
|
836728
837208
|
updated_by: string | null;
|
|
836729
837209
|
length: Decimal$1 | null;
|
|
837210
|
+
description: string | null;
|
|
836730
837211
|
id_weight_unit: string | null;
|
|
836731
837212
|
id_volume_unit: string | null;
|
|
836732
837213
|
id_commodity: string | null;
|
|
836733
837214
|
id_forwarding_booking: string | null;
|
|
836734
|
-
description: string | null;
|
|
836735
837215
|
volume: Decimal$1 | null;
|
|
836736
837216
|
id_forwarding_shipment: string | null;
|
|
836737
837217
|
id_consol_container: string | null;
|
|
@@ -837047,6 +837527,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
837047
837527
|
updated_at: Date | null;
|
|
837048
837528
|
updated_by: string | null;
|
|
837049
837529
|
length: Decimal$1 | null;
|
|
837530
|
+
description: string | null;
|
|
837050
837531
|
id_transport_mode: string | null;
|
|
837051
837532
|
id_container_shipping_type: string | null;
|
|
837052
837533
|
id_incoterm: string | null;
|
|
@@ -837064,7 +837545,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
837064
837545
|
id_volume_unit: string | null;
|
|
837065
837546
|
id_chargeable_unit: string | null;
|
|
837066
837547
|
id_commodity: string | null;
|
|
837067
|
-
description: string | null;
|
|
837068
837548
|
extra_term: string | null;
|
|
837069
837549
|
shipper_ref: string | null;
|
|
837070
837550
|
mark_number: string | null;
|
|
@@ -837279,6 +837759,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
837279
837759
|
updated_at: Date | null;
|
|
837280
837760
|
updated_by: string | null;
|
|
837281
837761
|
length: Decimal$1 | null;
|
|
837762
|
+
description: string | null;
|
|
837282
837763
|
id_transport_mode: string | null;
|
|
837283
837764
|
id_container_shipping_type: string | null;
|
|
837284
837765
|
id_incoterm: string | null;
|
|
@@ -837296,7 +837777,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
837296
837777
|
id_volume_unit: string | null;
|
|
837297
837778
|
id_chargeable_unit: string | null;
|
|
837298
837779
|
id_commodity: string | null;
|
|
837299
|
-
description: string | null;
|
|
837300
837780
|
extra_term: string | null;
|
|
837301
837781
|
shipper_ref: string | null;
|
|
837302
837782
|
mark_number: string | null;
|
|
@@ -837341,6 +837821,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
837341
837821
|
created_by: string | null;
|
|
837342
837822
|
updated_at: Date | null;
|
|
837343
837823
|
updated_by: string | null;
|
|
837824
|
+
description: string | null;
|
|
837344
837825
|
id_transport_mode: string | null;
|
|
837345
837826
|
id_container_shipping_type: string | null;
|
|
837346
837827
|
id_incoterm: string | null;
|
|
@@ -837350,7 +837831,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
837350
837831
|
id_weight_unit: string | null;
|
|
837351
837832
|
id_volume_unit: string | null;
|
|
837352
837833
|
id_chargeable_unit: string | null;
|
|
837353
|
-
description: string | null;
|
|
837354
837834
|
mark_number: string | null;
|
|
837355
837835
|
volume: Decimal$1 | null;
|
|
837356
837836
|
chargeable: Decimal$1 | null;
|
|
@@ -837513,11 +837993,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
837513
837993
|
updated_at: Date | null;
|
|
837514
837994
|
updated_by: string | null;
|
|
837515
837995
|
length: Decimal$1 | null;
|
|
837996
|
+
description: string | null;
|
|
837516
837997
|
id_weight_unit: string | null;
|
|
837517
837998
|
id_volume_unit: string | null;
|
|
837518
837999
|
id_commodity: string | null;
|
|
837519
838000
|
id_forwarding_booking: string | null;
|
|
837520
|
-
description: string | null;
|
|
837521
838001
|
volume: Decimal$1 | null;
|
|
837522
838002
|
id_forwarding_shipment: string | null;
|
|
837523
838003
|
id_consol_container: string | null;
|
|
@@ -837857,6 +838337,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
837857
838337
|
updated_at: Date | null;
|
|
837858
838338
|
updated_by: string | null;
|
|
837859
838339
|
length: Decimal$1 | null;
|
|
838340
|
+
description: string | null;
|
|
837860
838341
|
id_transport_mode: string | null;
|
|
837861
838342
|
id_container_shipping_type: string | null;
|
|
837862
838343
|
id_incoterm: string | null;
|
|
@@ -837874,7 +838355,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
837874
838355
|
id_volume_unit: string | null;
|
|
837875
838356
|
id_chargeable_unit: string | null;
|
|
837876
838357
|
id_commodity: string | null;
|
|
837877
|
-
description: string | null;
|
|
837878
838358
|
extra_term: string | null;
|
|
837879
838359
|
shipper_ref: string | null;
|
|
837880
838360
|
mark_number: string | null;
|
|
@@ -837935,12 +838415,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
837935
838415
|
id: string;
|
|
837936
838416
|
params: SimpleJson;
|
|
837937
838417
|
id_log_type: string | null;
|
|
837938
|
-
id_forwarding_booking: string | null;
|
|
837939
838418
|
url: string | null;
|
|
837940
838419
|
action: string | null;
|
|
837941
838420
|
action_by: string | null;
|
|
837942
838421
|
action_id: string | null;
|
|
837943
838422
|
action_at: Date | null;
|
|
838423
|
+
id_forwarding_booking: string | null;
|
|
837944
838424
|
}[] | undefined;
|
|
837945
838425
|
total: number | undefined;
|
|
837946
838426
|
};
|
|
@@ -837959,12 +838439,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
837959
838439
|
id: string;
|
|
837960
838440
|
params: SimpleJson;
|
|
837961
838441
|
id_log_type: string | null;
|
|
837962
|
-
id_forwarding_booking: string | null;
|
|
837963
838442
|
url: string | null;
|
|
837964
838443
|
action: string | null;
|
|
837965
838444
|
action_by: string | null;
|
|
837966
838445
|
action_id: string | null;
|
|
837967
838446
|
action_at: Date | null;
|
|
838447
|
+
id_forwarding_booking: string | null;
|
|
837968
838448
|
} | undefined;
|
|
837969
838449
|
};
|
|
837970
838450
|
meta: object;
|
|
@@ -838070,6 +838550,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
838070
838550
|
updated_at: Date | null;
|
|
838071
838551
|
updated_by: string | null;
|
|
838072
838552
|
length: Decimal$1 | null;
|
|
838553
|
+
description: string | null;
|
|
838073
838554
|
id_transport_mode: string | null;
|
|
838074
838555
|
id_container_shipping_type: string | null;
|
|
838075
838556
|
id_incoterm: string | null;
|
|
@@ -838087,7 +838568,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
838087
838568
|
id_volume_unit: string | null;
|
|
838088
838569
|
id_chargeable_unit: string | null;
|
|
838089
838570
|
id_commodity: string | null;
|
|
838090
|
-
description: string | null;
|
|
838091
838571
|
extra_term: string | null;
|
|
838092
838572
|
shipper_ref: string | null;
|
|
838093
838573
|
mark_number: string | null;
|
|
@@ -838107,12 +838587,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
838107
838587
|
id: string;
|
|
838108
838588
|
params: SimpleJson;
|
|
838109
838589
|
id_log_type: string | null;
|
|
838110
|
-
id_forwarding_booking: string | null;
|
|
838111
838590
|
url: string | null;
|
|
838112
838591
|
action: string | null;
|
|
838113
838592
|
action_by: string | null;
|
|
838114
838593
|
action_id: string | null;
|
|
838115
838594
|
action_at: Date | null;
|
|
838595
|
+
id_forwarding_booking: string | null;
|
|
838116
838596
|
} | undefined;
|
|
838117
838597
|
};
|
|
838118
838598
|
} | undefined;
|
|
@@ -838250,6 +838730,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
838250
838730
|
updated_at: Date | null;
|
|
838251
838731
|
updated_by: string | null;
|
|
838252
838732
|
length: Decimal$1 | null;
|
|
838733
|
+
description: string | null;
|
|
838253
838734
|
id_transport_mode: string | null;
|
|
838254
838735
|
id_container_shipping_type: string | null;
|
|
838255
838736
|
id_incoterm: string | null;
|
|
@@ -838267,7 +838748,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
838267
838748
|
id_volume_unit: string | null;
|
|
838268
838749
|
id_chargeable_unit: string | null;
|
|
838269
838750
|
id_commodity: string | null;
|
|
838270
|
-
description: string | null;
|
|
838271
838751
|
extra_term: string | null;
|
|
838272
838752
|
shipper_ref: string | null;
|
|
838273
838753
|
mark_number: string | null;
|
|
@@ -838287,12 +838767,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
838287
838767
|
id: string;
|
|
838288
838768
|
params: SimpleJson;
|
|
838289
838769
|
id_log_type: string | null;
|
|
838290
|
-
id_forwarding_booking: string | null;
|
|
838291
838770
|
url: string | null;
|
|
838292
838771
|
action: string | null;
|
|
838293
838772
|
action_by: string | null;
|
|
838294
838773
|
action_id: string | null;
|
|
838295
838774
|
action_at: Date | null;
|
|
838775
|
+
id_forwarding_booking: string | null;
|
|
838296
838776
|
} | undefined;
|
|
838297
838777
|
};
|
|
838298
838778
|
} | undefined;
|
|
@@ -838313,6 +838793,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
838313
838793
|
updated_at: Date | null;
|
|
838314
838794
|
updated_by: string | null;
|
|
838315
838795
|
length: Decimal$1 | null;
|
|
838796
|
+
description: string | null;
|
|
838316
838797
|
id_transport_mode: string | null;
|
|
838317
838798
|
id_container_shipping_type: string | null;
|
|
838318
838799
|
id_incoterm: string | null;
|
|
@@ -838330,7 +838811,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
838330
838811
|
id_volume_unit: string | null;
|
|
838331
838812
|
id_chargeable_unit: string | null;
|
|
838332
838813
|
id_commodity: string | null;
|
|
838333
|
-
description: string | null;
|
|
838334
838814
|
extra_term: string | null;
|
|
838335
838815
|
shipper_ref: string | null;
|
|
838336
838816
|
mark_number: string | null;
|
|
@@ -838401,6 +838881,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
838401
838881
|
updated_at: Date | null;
|
|
838402
838882
|
updated_by: string | null;
|
|
838403
838883
|
length: Decimal$1 | null;
|
|
838884
|
+
description: string | null;
|
|
838404
838885
|
id_transport_mode: string | null;
|
|
838405
838886
|
id_container_shipping_type: string | null;
|
|
838406
838887
|
id_incoterm: string | null;
|
|
@@ -838418,7 +838899,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
838418
838899
|
id_volume_unit: string | null;
|
|
838419
838900
|
id_chargeable_unit: string | null;
|
|
838420
838901
|
id_commodity: string | null;
|
|
838421
|
-
description: string | null;
|
|
838422
838902
|
extra_term: string | null;
|
|
838423
838903
|
shipper_ref: string | null;
|
|
838424
838904
|
mark_number: string | null;
|
|
@@ -838538,6 +839018,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
838538
839018
|
updated_at: Date | null;
|
|
838539
839019
|
updated_by: string | null;
|
|
838540
839020
|
length: Decimal$1 | null;
|
|
839021
|
+
description: string | null;
|
|
838541
839022
|
id_transport_mode: string | null;
|
|
838542
839023
|
id_container_shipping_type: string | null;
|
|
838543
839024
|
id_incoterm: string | null;
|
|
@@ -838555,7 +839036,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
838555
839036
|
id_volume_unit: string | null;
|
|
838556
839037
|
id_chargeable_unit: string | null;
|
|
838557
839038
|
id_commodity: string | null;
|
|
838558
|
-
description: string | null;
|
|
838559
839039
|
extra_term: string | null;
|
|
838560
839040
|
shipper_ref: string | null;
|
|
838561
839041
|
mark_number: string | null;
|
|
@@ -838994,6 +839474,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
838994
839474
|
updated_at: Date | null;
|
|
838995
839475
|
updated_by: string | null;
|
|
838996
839476
|
length: Decimal$1 | null;
|
|
839477
|
+
description: string | null;
|
|
838997
839478
|
id_transport_mode: string | null;
|
|
838998
839479
|
id_container_shipping_type: string | null;
|
|
838999
839480
|
id_incoterm: string | null;
|
|
@@ -839011,7 +839492,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
839011
839492
|
id_volume_unit: string | null;
|
|
839012
839493
|
id_chargeable_unit: string | null;
|
|
839013
839494
|
id_commodity: string | null;
|
|
839014
|
-
description: string | null;
|
|
839015
839495
|
extra_term: string | null;
|
|
839016
839496
|
shipper_ref: string | null;
|
|
839017
839497
|
mark_number: string | null;
|
|
@@ -839158,6 +839638,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
839158
839638
|
updated_at: Date | null;
|
|
839159
839639
|
updated_by: string | null;
|
|
839160
839640
|
length: Decimal$1 | null;
|
|
839641
|
+
description: string | null;
|
|
839161
839642
|
id_transport_mode: string | null;
|
|
839162
839643
|
id_container_shipping_type: string | null;
|
|
839163
839644
|
id_incoterm: string | null;
|
|
@@ -839175,7 +839656,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
839175
839656
|
id_volume_unit: string | null;
|
|
839176
839657
|
id_chargeable_unit: string | null;
|
|
839177
839658
|
id_commodity: string | null;
|
|
839178
|
-
description: string | null;
|
|
839179
839659
|
extra_term: string | null;
|
|
839180
839660
|
shipper_ref: string | null;
|
|
839181
839661
|
mark_number: string | null;
|
|
@@ -839768,11 +840248,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
839768
840248
|
updated_at: Date | null;
|
|
839769
840249
|
updated_by: string | null;
|
|
839770
840250
|
length: Decimal$1 | null;
|
|
840251
|
+
description: string | null;
|
|
839771
840252
|
id_weight_unit: string | null;
|
|
839772
840253
|
id_volume_unit: string | null;
|
|
839773
840254
|
id_commodity: string | null;
|
|
839774
840255
|
id_forwarding_booking: string | null;
|
|
839775
|
-
description: string | null;
|
|
839776
840256
|
volume: Decimal$1 | null;
|
|
839777
840257
|
id_forwarding_shipment: string | null;
|
|
839778
840258
|
id_consol_container: string | null;
|
|
@@ -839828,13 +840308,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
839828
840308
|
updated_at: Date | null;
|
|
839829
840309
|
updated_by: string | null;
|
|
839830
840310
|
length: Decimal$1 | null;
|
|
840311
|
+
description: string | null;
|
|
839831
840312
|
id_origin_un_locode: string | null;
|
|
839832
840313
|
id_destination_un_locode: string | null;
|
|
839833
840314
|
id_weight_unit: string | null;
|
|
839834
840315
|
id_volume_unit: string | null;
|
|
839835
840316
|
id_commodity: string | null;
|
|
839836
840317
|
id_forwarding_booking: string | null;
|
|
839837
|
-
description: string | null;
|
|
839838
840318
|
volume: Decimal$1 | null;
|
|
839839
840319
|
id_forwarding_shipment: string | null;
|
|
839840
840320
|
id_package_type: string | null;
|
|
@@ -840567,6 +841047,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
840567
841047
|
declared_value_for_customs: Decimal$1 | null;
|
|
840568
841048
|
amount_of_insurance: Decimal$1 | null;
|
|
840569
841049
|
handling_information: string | null;
|
|
841050
|
+
total_pieces: number | null;
|
|
841051
|
+
total_gross_weight: Decimal$1 | null;
|
|
841052
|
+
total_chargeable_weight: Decimal$1 | null;
|
|
840570
841053
|
weight_charge_ppd: Decimal$1 | null;
|
|
840571
841054
|
valuation_charge_ppd: Decimal$1 | null;
|
|
840572
841055
|
tax_ppd: Decimal$1 | null;
|
|
@@ -840611,6 +841094,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
840611
841094
|
created_by: string | null;
|
|
840612
841095
|
updated_at: Date | null;
|
|
840613
841096
|
updated_by: string | null;
|
|
841097
|
+
description: string | null;
|
|
840614
841098
|
id_transport_mode: string | null;
|
|
840615
841099
|
id_container_shipping_type: string | null;
|
|
840616
841100
|
id_incoterm: string | null;
|
|
@@ -840620,7 +841104,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
840620
841104
|
id_weight_unit: string | null;
|
|
840621
841105
|
id_volume_unit: string | null;
|
|
840622
841106
|
id_chargeable_unit: string | null;
|
|
840623
|
-
description: string | null;
|
|
840624
841107
|
mark_number: string | null;
|
|
840625
841108
|
volume: Decimal$1 | null;
|
|
840626
841109
|
chargeable: Decimal$1 | null;
|
|
@@ -840836,6 +841319,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
840836
841319
|
updated_at: Date | null;
|
|
840837
841320
|
updated_by: string | null;
|
|
840838
841321
|
length: Decimal$1 | null;
|
|
841322
|
+
description: string | null;
|
|
840839
841323
|
id_transport_mode: string | null;
|
|
840840
841324
|
id_container_shipping_type: string | null;
|
|
840841
841325
|
id_incoterm: string | null;
|
|
@@ -840853,7 +841337,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
840853
841337
|
id_volume_unit: string | null;
|
|
840854
841338
|
id_chargeable_unit: string | null;
|
|
840855
841339
|
id_commodity: string | null;
|
|
840856
|
-
description: string | null;
|
|
840857
841340
|
extra_term: string | null;
|
|
840858
841341
|
shipper_ref: string | null;
|
|
840859
841342
|
mark_number: string | null;
|
|
@@ -840898,6 +841381,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
840898
841381
|
created_by: string | null;
|
|
840899
841382
|
updated_at: Date | null;
|
|
840900
841383
|
updated_by: string | null;
|
|
841384
|
+
description: string | null;
|
|
840901
841385
|
id_transport_mode: string | null;
|
|
840902
841386
|
id_container_shipping_type: string | null;
|
|
840903
841387
|
id_incoterm: string | null;
|
|
@@ -840907,7 +841391,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
840907
841391
|
id_weight_unit: string | null;
|
|
840908
841392
|
id_volume_unit: string | null;
|
|
840909
841393
|
id_chargeable_unit: string | null;
|
|
840910
|
-
description: string | null;
|
|
840911
841394
|
mark_number: string | null;
|
|
840912
841395
|
volume: Decimal$1 | null;
|
|
840913
841396
|
chargeable: Decimal$1 | null;
|
|
@@ -841169,11 +841652,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
841169
841652
|
updated_at: Date | null;
|
|
841170
841653
|
updated_by: string | null;
|
|
841171
841654
|
length: Decimal$1 | null;
|
|
841655
|
+
description: string | null;
|
|
841172
841656
|
id_weight_unit: string | null;
|
|
841173
841657
|
id_volume_unit: string | null;
|
|
841174
841658
|
id_commodity: string | null;
|
|
841175
841659
|
id_forwarding_booking: string | null;
|
|
841176
|
-
description: string | null;
|
|
841177
841660
|
volume: Decimal$1 | null;
|
|
841178
841661
|
id_forwarding_shipment: string | null;
|
|
841179
841662
|
id_consol_container: string | null;
|
|
@@ -841308,13 +841791,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
841308
841791
|
updated_at: Date | null;
|
|
841309
841792
|
updated_by: string | null;
|
|
841310
841793
|
length: Decimal$1 | null;
|
|
841794
|
+
description: string | null;
|
|
841311
841795
|
id_origin_un_locode: string | null;
|
|
841312
841796
|
id_destination_un_locode: string | null;
|
|
841313
841797
|
id_weight_unit: string | null;
|
|
841314
841798
|
id_volume_unit: string | null;
|
|
841315
841799
|
id_commodity: string | null;
|
|
841316
841800
|
id_forwarding_booking: string | null;
|
|
841317
|
-
description: string | null;
|
|
841318
841801
|
volume: Decimal$1 | null;
|
|
841319
841802
|
id_forwarding_shipment: string | null;
|
|
841320
841803
|
id_package_type: string | null;
|
|
@@ -846603,6 +847086,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
846603
847086
|
declared_value_for_customs: Decimal$1 | null;
|
|
846604
847087
|
amount_of_insurance: Decimal$1 | null;
|
|
846605
847088
|
handling_information: string | null;
|
|
847089
|
+
total_pieces: number | null;
|
|
847090
|
+
total_gross_weight: Decimal$1 | null;
|
|
847091
|
+
total_chargeable_weight: Decimal$1 | null;
|
|
846606
847092
|
weight_charge_ppd: Decimal$1 | null;
|
|
846607
847093
|
valuation_charge_ppd: Decimal$1 | null;
|
|
846608
847094
|
tax_ppd: Decimal$1 | null;
|
|
@@ -846658,6 +847144,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
846658
847144
|
created_by: string | null;
|
|
846659
847145
|
updated_at: Date | null;
|
|
846660
847146
|
updated_by: string | null;
|
|
847147
|
+
description: string | null;
|
|
846661
847148
|
id_transport_mode: string | null;
|
|
846662
847149
|
id_container_shipping_type: string | null;
|
|
846663
847150
|
id_incoterm: string | null;
|
|
@@ -846667,7 +847154,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
846667
847154
|
id_weight_unit: string | null;
|
|
846668
847155
|
id_volume_unit: string | null;
|
|
846669
847156
|
id_chargeable_unit: string | null;
|
|
846670
|
-
description: string | null;
|
|
846671
847157
|
mark_number: string | null;
|
|
846672
847158
|
volume: Decimal$1 | null;
|
|
846673
847159
|
chargeable: Decimal$1 | null;
|
|
@@ -847084,6 +847570,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
847084
847570
|
created_by: string | null;
|
|
847085
847571
|
updated_at: Date | null;
|
|
847086
847572
|
updated_by: string | null;
|
|
847573
|
+
description: string | null;
|
|
847087
847574
|
id_transport_mode: string | null;
|
|
847088
847575
|
id_container_shipping_type: string | null;
|
|
847089
847576
|
id_incoterm: string | null;
|
|
@@ -847093,7 +847580,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
847093
847580
|
id_weight_unit: string | null;
|
|
847094
847581
|
id_volume_unit: string | null;
|
|
847095
847582
|
id_chargeable_unit: string | null;
|
|
847096
|
-
description: string | null;
|
|
847097
847583
|
mark_number: string | null;
|
|
847098
847584
|
volume: Decimal$1 | null;
|
|
847099
847585
|
chargeable: Decimal$1 | null;
|
|
@@ -847471,6 +847957,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
847471
847957
|
created_by: string | null;
|
|
847472
847958
|
updated_at: Date | null;
|
|
847473
847959
|
updated_by: string | null;
|
|
847960
|
+
description: string | null;
|
|
847474
847961
|
id_transport_mode: string | null;
|
|
847475
847962
|
id_container_shipping_type: string | null;
|
|
847476
847963
|
id_incoterm: string | null;
|
|
@@ -847480,7 +847967,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
847480
847967
|
id_weight_unit: string | null;
|
|
847481
847968
|
id_volume_unit: string | null;
|
|
847482
847969
|
id_chargeable_unit: string | null;
|
|
847483
|
-
description: string | null;
|
|
847484
847970
|
mark_number: string | null;
|
|
847485
847971
|
volume: Decimal$1 | null;
|
|
847486
847972
|
chargeable: Decimal$1 | null;
|
|
@@ -847627,6 +848113,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
847627
848113
|
created_by: string | null;
|
|
847628
848114
|
updated_at: Date | null;
|
|
847629
848115
|
updated_by: string | null;
|
|
848116
|
+
description: string | null;
|
|
847630
848117
|
id_transport_mode: string | null;
|
|
847631
848118
|
id_container_shipping_type: string | null;
|
|
847632
848119
|
id_incoterm: string | null;
|
|
@@ -847636,7 +848123,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
847636
848123
|
id_weight_unit: string | null;
|
|
847637
848124
|
id_volume_unit: string | null;
|
|
847638
848125
|
id_chargeable_unit: string | null;
|
|
847639
|
-
description: string | null;
|
|
847640
848126
|
mark_number: string | null;
|
|
847641
848127
|
volume: Decimal$1 | null;
|
|
847642
848128
|
chargeable: Decimal$1 | null;
|
|
@@ -847783,6 +848269,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
847783
848269
|
created_by: string | null;
|
|
847784
848270
|
updated_at: Date | null;
|
|
847785
848271
|
updated_by: string | null;
|
|
848272
|
+
description: string | null;
|
|
847786
848273
|
id_transport_mode: string | null;
|
|
847787
848274
|
id_container_shipping_type: string | null;
|
|
847788
848275
|
id_incoterm: string | null;
|
|
@@ -847792,7 +848279,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
847792
848279
|
id_weight_unit: string | null;
|
|
847793
848280
|
id_volume_unit: string | null;
|
|
847794
848281
|
id_chargeable_unit: string | null;
|
|
847795
|
-
description: string | null;
|
|
847796
848282
|
mark_number: string | null;
|
|
847797
848283
|
volume: Decimal$1 | null;
|
|
847798
848284
|
chargeable: Decimal$1 | null;
|
|
@@ -847929,6 +848415,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
847929
848415
|
created_by: string | null;
|
|
847930
848416
|
updated_at: Date | null;
|
|
847931
848417
|
updated_by: string | null;
|
|
848418
|
+
description: string | null;
|
|
847932
848419
|
id_transport_mode: string | null;
|
|
847933
848420
|
id_container_shipping_type: string | null;
|
|
847934
848421
|
id_incoterm: string | null;
|
|
@@ -847938,7 +848425,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
847938
848425
|
id_weight_unit: string | null;
|
|
847939
848426
|
id_volume_unit: string | null;
|
|
847940
848427
|
id_chargeable_unit: string | null;
|
|
847941
|
-
description: string | null;
|
|
847942
848428
|
mark_number: string | null;
|
|
847943
848429
|
volume: Decimal$1 | null;
|
|
847944
848430
|
chargeable: Decimal$1 | null;
|
|
@@ -848317,6 +848803,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
848317
848803
|
created_by: string | null;
|
|
848318
848804
|
updated_at: Date | null;
|
|
848319
848805
|
updated_by: string | null;
|
|
848806
|
+
description: string | null;
|
|
848320
848807
|
id_transport_mode: string | null;
|
|
848321
848808
|
id_container_shipping_type: string | null;
|
|
848322
848809
|
id_incoterm: string | null;
|
|
@@ -848326,7 +848813,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
848326
848813
|
id_weight_unit: string | null;
|
|
848327
848814
|
id_volume_unit: string | null;
|
|
848328
848815
|
id_chargeable_unit: string | null;
|
|
848329
|
-
description: string | null;
|
|
848330
848816
|
mark_number: string | null;
|
|
848331
848817
|
volume: Decimal$1 | null;
|
|
848332
848818
|
chargeable: Decimal$1 | null;
|
|
@@ -848570,6 +849056,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
848570
849056
|
created_by: string | null;
|
|
848571
849057
|
updated_at: Date | null;
|
|
848572
849058
|
updated_by: string | null;
|
|
849059
|
+
description: string | null;
|
|
848573
849060
|
id_transport_mode: string | null;
|
|
848574
849061
|
id_container_shipping_type: string | null;
|
|
848575
849062
|
id_incoterm: string | null;
|
|
@@ -848579,7 +849066,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
848579
849066
|
id_weight_unit: string | null;
|
|
848580
849067
|
id_volume_unit: string | null;
|
|
848581
849068
|
id_chargeable_unit: string | null;
|
|
848582
|
-
description: string | null;
|
|
848583
849069
|
mark_number: string | null;
|
|
848584
849070
|
volume: Decimal$1 | null;
|
|
848585
849071
|
chargeable: Decimal$1 | null;
|
|
@@ -849142,6 +849628,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
849142
849628
|
created_by: string | null;
|
|
849143
849629
|
updated_at: Date | null;
|
|
849144
849630
|
updated_by: string | null;
|
|
849631
|
+
description: string | null;
|
|
849145
849632
|
id_transport_mode: string | null;
|
|
849146
849633
|
id_container_shipping_type: string | null;
|
|
849147
849634
|
id_incoterm: string | null;
|
|
@@ -849151,7 +849638,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
849151
849638
|
id_weight_unit: string | null;
|
|
849152
849639
|
id_volume_unit: string | null;
|
|
849153
849640
|
id_chargeable_unit: string | null;
|
|
849154
|
-
description: string | null;
|
|
849155
849641
|
mark_number: string | null;
|
|
849156
849642
|
volume: Decimal$1 | null;
|
|
849157
849643
|
chargeable: Decimal$1 | null;
|
|
@@ -849395,6 +849881,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
849395
849881
|
created_by: string | null;
|
|
849396
849882
|
updated_at: Date | null;
|
|
849397
849883
|
updated_by: string | null;
|
|
849884
|
+
description: string | null;
|
|
849398
849885
|
id_transport_mode: string | null;
|
|
849399
849886
|
id_container_shipping_type: string | null;
|
|
849400
849887
|
id_incoterm: string | null;
|
|
@@ -849404,7 +849891,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
849404
849891
|
id_weight_unit: string | null;
|
|
849405
849892
|
id_volume_unit: string | null;
|
|
849406
849893
|
id_chargeable_unit: string | null;
|
|
849407
|
-
description: string | null;
|
|
849408
849894
|
mark_number: string | null;
|
|
849409
849895
|
volume: Decimal$1 | null;
|
|
849410
849896
|
chargeable: Decimal$1 | null;
|
|
@@ -849927,6 +850413,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
849927
850413
|
updated_at: Date | null;
|
|
849928
850414
|
updated_by: string | null;
|
|
849929
850415
|
length: Decimal$1 | null;
|
|
850416
|
+
description: string | null;
|
|
849930
850417
|
id_transport_mode: string | null;
|
|
849931
850418
|
id_container_shipping_type: string | null;
|
|
849932
850419
|
id_incoterm: string | null;
|
|
@@ -849944,7 +850431,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
849944
850431
|
id_volume_unit: string | null;
|
|
849945
850432
|
id_chargeable_unit: string | null;
|
|
849946
850433
|
id_commodity: string | null;
|
|
849947
|
-
description: string | null;
|
|
849948
850434
|
extra_term: string | null;
|
|
849949
850435
|
shipper_ref: string | null;
|
|
849950
850436
|
mark_number: string | null;
|
|
@@ -849989,6 +850475,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
849989
850475
|
created_by: string | null;
|
|
849990
850476
|
updated_at: Date | null;
|
|
849991
850477
|
updated_by: string | null;
|
|
850478
|
+
description: string | null;
|
|
849992
850479
|
id_transport_mode: string | null;
|
|
849993
850480
|
id_container_shipping_type: string | null;
|
|
849994
850481
|
id_incoterm: string | null;
|
|
@@ -849998,7 +850485,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
849998
850485
|
id_weight_unit: string | null;
|
|
849999
850486
|
id_volume_unit: string | null;
|
|
850000
850487
|
id_chargeable_unit: string | null;
|
|
850001
|
-
description: string | null;
|
|
850002
850488
|
mark_number: string | null;
|
|
850003
850489
|
volume: Decimal$1 | null;
|
|
850004
850490
|
chargeable: Decimal$1 | null;
|
|
@@ -850161,11 +850647,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
850161
850647
|
updated_at: Date | null;
|
|
850162
850648
|
updated_by: string | null;
|
|
850163
850649
|
length: Decimal$1 | null;
|
|
850650
|
+
description: string | null;
|
|
850164
850651
|
id_weight_unit: string | null;
|
|
850165
850652
|
id_volume_unit: string | null;
|
|
850166
850653
|
id_commodity: string | null;
|
|
850167
850654
|
id_forwarding_booking: string | null;
|
|
850168
|
-
description: string | null;
|
|
850169
850655
|
volume: Decimal$1 | null;
|
|
850170
850656
|
id_forwarding_shipment: string | null;
|
|
850171
850657
|
id_consol_container: string | null;
|
|
@@ -850228,6 +850714,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
850228
850714
|
updated_at: Date | null;
|
|
850229
850715
|
updated_by: string | null;
|
|
850230
850716
|
length: Decimal$1 | null;
|
|
850717
|
+
description: string | null;
|
|
850231
850718
|
id_transport_mode: string | null;
|
|
850232
850719
|
id_container_shipping_type: string | null;
|
|
850233
850720
|
id_incoterm: string | null;
|
|
@@ -850245,7 +850732,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
850245
850732
|
id_volume_unit: string | null;
|
|
850246
850733
|
id_chargeable_unit: string | null;
|
|
850247
850734
|
id_commodity: string | null;
|
|
850248
|
-
description: string | null;
|
|
850249
850735
|
extra_term: string | null;
|
|
850250
850736
|
shipper_ref: string | null;
|
|
850251
850737
|
mark_number: string | null;
|
|
@@ -850290,6 +850776,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
850290
850776
|
created_by: string | null;
|
|
850291
850777
|
updated_at: Date | null;
|
|
850292
850778
|
updated_by: string | null;
|
|
850779
|
+
description: string | null;
|
|
850293
850780
|
id_transport_mode: string | null;
|
|
850294
850781
|
id_container_shipping_type: string | null;
|
|
850295
850782
|
id_incoterm: string | null;
|
|
@@ -850299,7 +850786,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
850299
850786
|
id_weight_unit: string | null;
|
|
850300
850787
|
id_volume_unit: string | null;
|
|
850301
850788
|
id_chargeable_unit: string | null;
|
|
850302
|
-
description: string | null;
|
|
850303
850789
|
mark_number: string | null;
|
|
850304
850790
|
volume: Decimal$1 | null;
|
|
850305
850791
|
chargeable: Decimal$1 | null;
|
|
@@ -850462,11 +850948,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
850462
850948
|
updated_at: Date | null;
|
|
850463
850949
|
updated_by: string | null;
|
|
850464
850950
|
length: Decimal$1 | null;
|
|
850951
|
+
description: string | null;
|
|
850465
850952
|
id_weight_unit: string | null;
|
|
850466
850953
|
id_volume_unit: string | null;
|
|
850467
850954
|
id_commodity: string | null;
|
|
850468
850955
|
id_forwarding_booking: string | null;
|
|
850469
|
-
description: string | null;
|
|
850470
850956
|
volume: Decimal$1 | null;
|
|
850471
850957
|
id_forwarding_shipment: string | null;
|
|
850472
850958
|
id_consol_container: string | null;
|
|
@@ -850637,11 +851123,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
850637
851123
|
updated_at: Date | null;
|
|
850638
851124
|
updated_by: string | null;
|
|
850639
851125
|
length: Decimal$1 | null;
|
|
851126
|
+
description: string | null;
|
|
850640
851127
|
id_weight_unit: string | null;
|
|
850641
851128
|
id_volume_unit: string | null;
|
|
850642
851129
|
id_commodity: string | null;
|
|
850643
851130
|
id_forwarding_booking: string | null;
|
|
850644
|
-
description: string | null;
|
|
850645
851131
|
volume: Decimal$1 | null;
|
|
850646
851132
|
id_forwarding_shipment: string | null;
|
|
850647
851133
|
id_consol_container: string | null;
|
|
@@ -850729,11 +851215,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
850729
851215
|
updated_at: Date | null;
|
|
850730
851216
|
updated_by: string | null;
|
|
850731
851217
|
length: Decimal$1 | null;
|
|
851218
|
+
description: string | null;
|
|
850732
851219
|
id_weight_unit: string | null;
|
|
850733
851220
|
id_volume_unit: string | null;
|
|
850734
851221
|
id_commodity: string | null;
|
|
850735
851222
|
id_forwarding_booking: string | null;
|
|
850736
|
-
description: string | null;
|
|
850737
851223
|
volume: Decimal$1 | null;
|
|
850738
851224
|
id_forwarding_shipment: string | null;
|
|
850739
851225
|
id_consol_container: string | null;
|
|
@@ -850857,11 +851343,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
850857
851343
|
updated_at: Date | null;
|
|
850858
851344
|
updated_by: string | null;
|
|
850859
851345
|
length: Decimal$1 | null;
|
|
851346
|
+
description: string | null;
|
|
850860
851347
|
id_weight_unit: string | null;
|
|
850861
851348
|
id_volume_unit: string | null;
|
|
850862
851349
|
id_commodity: string | null;
|
|
850863
851350
|
id_forwarding_booking: string | null;
|
|
850864
|
-
description: string | null;
|
|
850865
851351
|
volume: Decimal$1 | null;
|
|
850866
851352
|
id_forwarding_shipment: string | null;
|
|
850867
851353
|
id_consol_container: string | null;
|
|
@@ -850909,11 +851395,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
850909
851395
|
updated_at: Date | null;
|
|
850910
851396
|
updated_by: string | null;
|
|
850911
851397
|
length: Decimal$1 | null;
|
|
851398
|
+
description: string | null;
|
|
850912
851399
|
id_weight_unit: string | null;
|
|
850913
851400
|
id_volume_unit: string | null;
|
|
850914
851401
|
id_commodity: string | null;
|
|
850915
851402
|
id_forwarding_booking: string | null;
|
|
850916
|
-
description: string | null;
|
|
850917
851403
|
volume: Decimal$1 | null;
|
|
850918
851404
|
id_forwarding_shipment: string | null;
|
|
850919
851405
|
id_consol_container: string | null;
|
|
@@ -850969,11 +851455,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
850969
851455
|
updated_at: Date | null;
|
|
850970
851456
|
updated_by: string | null;
|
|
850971
851457
|
length: Decimal$1 | null;
|
|
851458
|
+
description: string | null;
|
|
850972
851459
|
id_weight_unit: string | null;
|
|
850973
851460
|
id_volume_unit: string | null;
|
|
850974
851461
|
id_commodity: string | null;
|
|
850975
851462
|
id_forwarding_booking: string | null;
|
|
850976
|
-
description: string | null;
|
|
850977
851463
|
volume: Decimal$1 | null;
|
|
850978
851464
|
id_forwarding_shipment: string | null;
|
|
850979
851465
|
id_consol_container: string | null;
|
|
@@ -851101,6 +851587,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
851101
851587
|
created_by: string | null;
|
|
851102
851588
|
updated_at: Date | null;
|
|
851103
851589
|
updated_by: string | null;
|
|
851590
|
+
description: string | null;
|
|
851104
851591
|
id_transport_mode: string | null;
|
|
851105
851592
|
id_container_shipping_type: string | null;
|
|
851106
851593
|
id_incoterm: string | null;
|
|
@@ -851110,7 +851597,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
851110
851597
|
id_weight_unit: string | null;
|
|
851111
851598
|
id_volume_unit: string | null;
|
|
851112
851599
|
id_chargeable_unit: string | null;
|
|
851113
|
-
description: string | null;
|
|
851114
851600
|
mark_number: string | null;
|
|
851115
851601
|
volume: Decimal$1 | null;
|
|
851116
851602
|
chargeable: Decimal$1 | null;
|
|
@@ -851848,6 +852334,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
851848
852334
|
created_by: string | null;
|
|
851849
852335
|
updated_at: Date | null;
|
|
851850
852336
|
updated_by: string | null;
|
|
852337
|
+
description: string | null;
|
|
851851
852338
|
id_transport_mode: string | null;
|
|
851852
852339
|
id_container_shipping_type: string | null;
|
|
851853
852340
|
id_incoterm: string | null;
|
|
@@ -851857,7 +852344,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
851857
852344
|
id_weight_unit: string | null;
|
|
851858
852345
|
id_volume_unit: string | null;
|
|
851859
852346
|
id_chargeable_unit: string | null;
|
|
851860
|
-
description: string | null;
|
|
851861
852347
|
mark_number: string | null;
|
|
851862
852348
|
volume: Decimal$1 | null;
|
|
851863
852349
|
chargeable: Decimal$1 | null;
|
|
@@ -854097,6 +854583,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
854097
854583
|
created_by: string | null;
|
|
854098
854584
|
updated_at: Date | null;
|
|
854099
854585
|
updated_by: string | null;
|
|
854586
|
+
description: string | null;
|
|
854100
854587
|
id_transport_mode: string | null;
|
|
854101
854588
|
id_container_shipping_type: string | null;
|
|
854102
854589
|
id_incoterm: string | null;
|
|
@@ -854106,7 +854593,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
854106
854593
|
id_weight_unit: string | null;
|
|
854107
854594
|
id_volume_unit: string | null;
|
|
854108
854595
|
id_chargeable_unit: string | null;
|
|
854109
|
-
description: string | null;
|
|
854110
854596
|
mark_number: string | null;
|
|
854111
854597
|
volume: Decimal$1 | null;
|
|
854112
854598
|
chargeable: Decimal$1 | null;
|
|
@@ -854270,6 +854756,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
854270
854756
|
created_by: string | null;
|
|
854271
854757
|
updated_at: Date | null;
|
|
854272
854758
|
updated_by: string | null;
|
|
854759
|
+
description: string | null;
|
|
854273
854760
|
id_transport_mode: string | null;
|
|
854274
854761
|
id_container_shipping_type: string | null;
|
|
854275
854762
|
id_incoterm: string | null;
|
|
@@ -854279,7 +854766,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
854279
854766
|
id_weight_unit: string | null;
|
|
854280
854767
|
id_volume_unit: string | null;
|
|
854281
854768
|
id_chargeable_unit: string | null;
|
|
854282
|
-
description: string | null;
|
|
854283
854769
|
mark_number: string | null;
|
|
854284
854770
|
volume: Decimal$1 | null;
|
|
854285
854771
|
chargeable: Decimal$1 | null;
|
|
@@ -854816,6 +855302,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
854816
855302
|
created_by: string | null;
|
|
854817
855303
|
updated_at: Date | null;
|
|
854818
855304
|
updated_by: string | null;
|
|
855305
|
+
description: string | null;
|
|
854819
855306
|
id_transport_mode: string | null;
|
|
854820
855307
|
id_container_shipping_type: string | null;
|
|
854821
855308
|
id_incoterm: string | null;
|
|
@@ -854825,7 +855312,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
854825
855312
|
id_weight_unit: string | null;
|
|
854826
855313
|
id_volume_unit: string | null;
|
|
854827
855314
|
id_chargeable_unit: string | null;
|
|
854828
|
-
description: string | null;
|
|
854829
855315
|
mark_number: string | null;
|
|
854830
855316
|
volume: Decimal$1 | null;
|
|
854831
855317
|
chargeable: Decimal$1 | null;
|
|
@@ -855265,6 +855751,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
855265
855751
|
created_by: string | null;
|
|
855266
855752
|
updated_at: Date | null;
|
|
855267
855753
|
updated_by: string | null;
|
|
855754
|
+
description: string | null;
|
|
855268
855755
|
id_transport_mode: string | null;
|
|
855269
855756
|
id_container_shipping_type: string | null;
|
|
855270
855757
|
id_incoterm: string | null;
|
|
@@ -855274,7 +855761,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
855274
855761
|
id_weight_unit: string | null;
|
|
855275
855762
|
id_volume_unit: string | null;
|
|
855276
855763
|
id_chargeable_unit: string | null;
|
|
855277
|
-
description: string | null;
|
|
855278
855764
|
mark_number: string | null;
|
|
855279
855765
|
volume: Decimal$1 | null;
|
|
855280
855766
|
chargeable: Decimal$1 | null;
|
|
@@ -856335,6 +856821,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
856335
856821
|
created_by: string | null;
|
|
856336
856822
|
updated_at: Date | null;
|
|
856337
856823
|
updated_by: string | null;
|
|
856824
|
+
description: string | null;
|
|
856338
856825
|
id_transport_mode: string | null;
|
|
856339
856826
|
id_container_shipping_type: string | null;
|
|
856340
856827
|
id_incoterm: string | null;
|
|
@@ -856344,7 +856831,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
856344
856831
|
id_weight_unit: string | null;
|
|
856345
856832
|
id_volume_unit: string | null;
|
|
856346
856833
|
id_chargeable_unit: string | null;
|
|
856347
|
-
description: string | null;
|
|
856348
856834
|
mark_number: string | null;
|
|
856349
856835
|
volume: Decimal$1 | null;
|
|
856350
856836
|
chargeable: Decimal$1 | null;
|
|
@@ -856810,6 +857296,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
856810
857296
|
declared_value_for_customs: Decimal$1 | null;
|
|
856811
857297
|
amount_of_insurance: Decimal$1 | null;
|
|
856812
857298
|
handling_information: string | null;
|
|
857299
|
+
total_pieces: number | null;
|
|
857300
|
+
total_gross_weight: Decimal$1 | null;
|
|
857301
|
+
total_chargeable_weight: Decimal$1 | null;
|
|
856813
857302
|
weight_charge_ppd: Decimal$1 | null;
|
|
856814
857303
|
valuation_charge_ppd: Decimal$1 | null;
|
|
856815
857304
|
tax_ppd: Decimal$1 | null;
|
|
@@ -856855,6 +857344,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
856855
857344
|
created_by: string | null;
|
|
856856
857345
|
updated_at: Date | null;
|
|
856857
857346
|
updated_by: string | null;
|
|
857347
|
+
description: string | null;
|
|
856858
857348
|
id_transport_mode: string | null;
|
|
856859
857349
|
id_container_shipping_type: string | null;
|
|
856860
857350
|
id_incoterm: string | null;
|
|
@@ -856864,7 +857354,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
856864
857354
|
id_weight_unit: string | null;
|
|
856865
857355
|
id_volume_unit: string | null;
|
|
856866
857356
|
id_chargeable_unit: string | null;
|
|
856867
|
-
description: string | null;
|
|
856868
857357
|
mark_number: string | null;
|
|
856869
857358
|
volume: Decimal$1 | null;
|
|
856870
857359
|
chargeable: Decimal$1 | null;
|
|
@@ -857442,6 +857931,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
857442
857931
|
declared_value_for_customs: Decimal$1 | null;
|
|
857443
857932
|
amount_of_insurance: Decimal$1 | null;
|
|
857444
857933
|
handling_information: string | null;
|
|
857934
|
+
total_pieces: number | null;
|
|
857935
|
+
total_gross_weight: Decimal$1 | null;
|
|
857936
|
+
total_chargeable_weight: Decimal$1 | null;
|
|
857445
857937
|
weight_charge_ppd: Decimal$1 | null;
|
|
857446
857938
|
valuation_charge_ppd: Decimal$1 | null;
|
|
857447
857939
|
tax_ppd: Decimal$1 | null;
|
|
@@ -857607,22 +858099,25 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
857607
858099
|
reference_number?: string | null | undefined;
|
|
857608
858100
|
optional_shipping_information_1?: string | null | undefined;
|
|
857609
858101
|
optional_shipping_information_2?: string | null | undefined;
|
|
857610
|
-
declared_value_for_carriage?: string |
|
|
857611
|
-
declared_value_for_customs?: string |
|
|
857612
|
-
amount_of_insurance?: string |
|
|
858102
|
+
declared_value_for_carriage?: string | null | undefined;
|
|
858103
|
+
declared_value_for_customs?: string | null | undefined;
|
|
858104
|
+
amount_of_insurance?: string | null | undefined;
|
|
857613
858105
|
handling_information?: string | null | undefined;
|
|
857614
|
-
|
|
857615
|
-
|
|
857616
|
-
|
|
857617
|
-
|
|
857618
|
-
|
|
857619
|
-
|
|
857620
|
-
|
|
857621
|
-
|
|
857622
|
-
|
|
857623
|
-
|
|
857624
|
-
|
|
857625
|
-
|
|
858106
|
+
total_pieces?: string | number | null | undefined;
|
|
858107
|
+
total_gross_weight?: string | null | undefined;
|
|
858108
|
+
total_chargeable_weight?: string | null | undefined;
|
|
858109
|
+
weight_charge_ppd?: string | null | undefined;
|
|
858110
|
+
valuation_charge_ppd?: string | null | undefined;
|
|
858111
|
+
tax_ppd?: string | null | undefined;
|
|
858112
|
+
total_other_charge_due_agent_ppd?: string | null | undefined;
|
|
858113
|
+
total_other_charge_due_carrier_ppd?: string | null | undefined;
|
|
858114
|
+
total_ppd?: string | null | undefined;
|
|
858115
|
+
weight_charge_coll?: string | null | undefined;
|
|
858116
|
+
valuation_charge_coll?: string | null | undefined;
|
|
858117
|
+
tax_coll?: string | null | undefined;
|
|
858118
|
+
total_other_charge_due_agent_coll?: string | null | undefined;
|
|
858119
|
+
total_other_charge_due_carrier_coll?: string | null | undefined;
|
|
858120
|
+
total_coll?: string | null | undefined;
|
|
857626
858121
|
currency_conversion_rates?: string | null | undefined;
|
|
857627
858122
|
currency_conversion_charges_in_destination_currency?: string | null | undefined;
|
|
857628
858123
|
charges_at_destination?: string | null | undefined;
|
|
@@ -857639,11 +858134,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
857639
858134
|
id_mass_unit?: string | null | undefined;
|
|
857640
858135
|
id_rate_class?: string | null | undefined;
|
|
857641
858136
|
pieces?: string | number | null | undefined;
|
|
857642
|
-
gross_weight?: string |
|
|
858137
|
+
gross_weight?: string | null | undefined;
|
|
857643
858138
|
commodity_item_number?: string | null | undefined;
|
|
857644
|
-
chargable_weight?: string |
|
|
857645
|
-
rate_charge?: string |
|
|
857646
|
-
total?: string |
|
|
858139
|
+
chargable_weight?: string | null | undefined;
|
|
858140
|
+
rate_charge?: string | null | undefined;
|
|
858141
|
+
total?: string | null | undefined;
|
|
857647
858142
|
goods_description?: string | null | undefined;
|
|
857648
858143
|
}[] | undefined;
|
|
857649
858144
|
other_charges?: {
|
|
@@ -857654,7 +858149,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
857654
858149
|
id_ppd_coll?: string | null | undefined;
|
|
857655
858150
|
id_currency?: string | null | undefined;
|
|
857656
858151
|
description?: string | null | undefined;
|
|
857657
|
-
amount?: string |
|
|
858152
|
+
amount?: string | null | undefined;
|
|
857658
858153
|
}[] | undefined;
|
|
857659
858154
|
};
|
|
857660
858155
|
output: {
|
|
@@ -857707,6 +858202,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
857707
858202
|
declared_value_for_customs: Decimal$1 | null;
|
|
857708
858203
|
amount_of_insurance: Decimal$1 | null;
|
|
857709
858204
|
handling_information: string | null;
|
|
858205
|
+
total_pieces: number | null;
|
|
858206
|
+
total_gross_weight: Decimal$1 | null;
|
|
858207
|
+
total_chargeable_weight: Decimal$1 | null;
|
|
857710
858208
|
weight_charge_ppd: Decimal$1 | null;
|
|
857711
858209
|
valuation_charge_ppd: Decimal$1 | null;
|
|
857712
858210
|
tax_ppd: Decimal$1 | null;
|
|
@@ -857760,11 +858258,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
857760
858258
|
id_mass_unit?: string | null | undefined;
|
|
857761
858259
|
id_rate_class?: string | null | undefined;
|
|
857762
858260
|
pieces?: string | number | null | undefined;
|
|
857763
|
-
gross_weight?: string |
|
|
858261
|
+
gross_weight?: string | null | undefined;
|
|
857764
858262
|
commodity_item_number?: string | null | undefined;
|
|
857765
|
-
chargable_weight?: string |
|
|
857766
|
-
rate_charge?: string |
|
|
857767
|
-
total?: string |
|
|
858263
|
+
chargable_weight?: string | null | undefined;
|
|
858264
|
+
rate_charge?: string | null | undefined;
|
|
858265
|
+
total?: string | null | undefined;
|
|
857768
858266
|
goods_description?: string | null | undefined;
|
|
857769
858267
|
}[] | undefined;
|
|
857770
858268
|
ids_delete_rate_description?: string[] | null | undefined;
|
|
@@ -857780,7 +858278,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
857780
858278
|
id_ppd_coll?: string | null | undefined;
|
|
857781
858279
|
id_currency?: string | null | undefined;
|
|
857782
858280
|
description?: string | null | undefined;
|
|
857783
|
-
amount?: string |
|
|
858281
|
+
amount?: string | null | undefined;
|
|
857784
858282
|
}[] | undefined;
|
|
857785
858283
|
ids_delete_other_charge?: string[] | null | undefined;
|
|
857786
858284
|
is_active?: string | number | boolean | null | undefined;
|
|
@@ -857822,22 +858320,25 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
857822
858320
|
reference_number?: string | null | undefined;
|
|
857823
858321
|
optional_shipping_information_1?: string | null | undefined;
|
|
857824
858322
|
optional_shipping_information_2?: string | null | undefined;
|
|
857825
|
-
declared_value_for_carriage?: string |
|
|
857826
|
-
declared_value_for_customs?: string |
|
|
857827
|
-
amount_of_insurance?: string |
|
|
858323
|
+
declared_value_for_carriage?: string | null | undefined;
|
|
858324
|
+
declared_value_for_customs?: string | null | undefined;
|
|
858325
|
+
amount_of_insurance?: string | null | undefined;
|
|
857828
858326
|
handling_information?: string | null | undefined;
|
|
857829
|
-
|
|
857830
|
-
|
|
857831
|
-
|
|
857832
|
-
|
|
857833
|
-
|
|
857834
|
-
|
|
857835
|
-
|
|
857836
|
-
|
|
857837
|
-
|
|
857838
|
-
|
|
857839
|
-
|
|
857840
|
-
|
|
858327
|
+
total_pieces?: string | number | null | undefined;
|
|
858328
|
+
total_gross_weight?: string | null | undefined;
|
|
858329
|
+
total_chargeable_weight?: string | null | undefined;
|
|
858330
|
+
weight_charge_ppd?: string | null | undefined;
|
|
858331
|
+
valuation_charge_ppd?: string | null | undefined;
|
|
858332
|
+
tax_ppd?: string | null | undefined;
|
|
858333
|
+
total_other_charge_due_agent_ppd?: string | null | undefined;
|
|
858334
|
+
total_other_charge_due_carrier_ppd?: string | null | undefined;
|
|
858335
|
+
total_ppd?: string | null | undefined;
|
|
858336
|
+
weight_charge_coll?: string | null | undefined;
|
|
858337
|
+
valuation_charge_coll?: string | null | undefined;
|
|
858338
|
+
tax_coll?: string | null | undefined;
|
|
858339
|
+
total_other_charge_due_agent_coll?: string | null | undefined;
|
|
858340
|
+
total_other_charge_due_carrier_coll?: string | null | undefined;
|
|
858341
|
+
total_coll?: string | null | undefined;
|
|
857841
858342
|
currency_conversion_rates?: string | null | undefined;
|
|
857842
858343
|
currency_conversion_charges_in_destination_currency?: string | null | undefined;
|
|
857843
858344
|
charges_at_destination?: string | null | undefined;
|
|
@@ -857899,6 +858400,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
857899
858400
|
declared_value_for_customs: Decimal$1 | null;
|
|
857900
858401
|
amount_of_insurance: Decimal$1 | null;
|
|
857901
858402
|
handling_information: string | null;
|
|
858403
|
+
total_pieces: number | null;
|
|
858404
|
+
total_gross_weight: Decimal$1 | null;
|
|
858405
|
+
total_chargeable_weight: Decimal$1 | null;
|
|
857902
858406
|
weight_charge_ppd: Decimal$1 | null;
|
|
857903
858407
|
valuation_charge_ppd: Decimal$1 | null;
|
|
857904
858408
|
tax_ppd: Decimal$1 | null;
|
|
@@ -857991,6 +858495,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
857991
858495
|
declared_value_for_customs: Decimal$1 | null;
|
|
857992
858496
|
amount_of_insurance: Decimal$1 | null;
|
|
857993
858497
|
handling_information: string | null;
|
|
858498
|
+
total_pieces: number | null;
|
|
858499
|
+
total_gross_weight: Decimal$1 | null;
|
|
858500
|
+
total_chargeable_weight: Decimal$1 | null;
|
|
857994
858501
|
weight_charge_ppd: Decimal$1 | null;
|
|
857995
858502
|
valuation_charge_ppd: Decimal$1 | null;
|
|
857996
858503
|
tax_ppd: Decimal$1 | null;
|
|
@@ -858128,6 +858635,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
858128
858635
|
declared_value_for_customs: Decimal$1 | null;
|
|
858129
858636
|
amount_of_insurance: Decimal$1 | null;
|
|
858130
858637
|
handling_information: string | null;
|
|
858638
|
+
total_pieces: number | null;
|
|
858639
|
+
total_gross_weight: Decimal$1 | null;
|
|
858640
|
+
total_chargeable_weight: Decimal$1 | null;
|
|
858131
858641
|
weight_charge_ppd: Decimal$1 | null;
|
|
858132
858642
|
valuation_charge_ppd: Decimal$1 | null;
|
|
858133
858643
|
tax_ppd: Decimal$1 | null;
|
|
@@ -858285,6 +858795,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
858285
858795
|
declared_value_for_customs: Decimal$1 | null;
|
|
858286
858796
|
amount_of_insurance: Decimal$1 | null;
|
|
858287
858797
|
handling_information: string | null;
|
|
858798
|
+
total_pieces: number | null;
|
|
858799
|
+
total_gross_weight: Decimal$1 | null;
|
|
858800
|
+
total_chargeable_weight: Decimal$1 | null;
|
|
858288
858801
|
weight_charge_ppd: Decimal$1 | null;
|
|
858289
858802
|
valuation_charge_ppd: Decimal$1 | null;
|
|
858290
858803
|
tax_ppd: Decimal$1 | null;
|
|
@@ -858465,7 +858978,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
858465
858978
|
id_ppd_coll?: string | null | undefined;
|
|
858466
858979
|
id_currency?: string | null | undefined;
|
|
858467
858980
|
description?: string | null | undefined;
|
|
858468
|
-
amount?: string |
|
|
858981
|
+
amount?: string | null | undefined;
|
|
858469
858982
|
};
|
|
858470
858983
|
output: {
|
|
858471
858984
|
data: {
|
|
@@ -858510,7 +859023,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
858510
859023
|
id_ppd_coll?: string | null | undefined;
|
|
858511
859024
|
id_currency?: string | null | undefined;
|
|
858512
859025
|
description?: string | null | undefined;
|
|
858513
|
-
amount?: string |
|
|
859026
|
+
amount?: string | null | undefined;
|
|
858514
859027
|
};
|
|
858515
859028
|
output: {
|
|
858516
859029
|
data: {
|
|
@@ -858658,6 +859171,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
858658
859171
|
declared_value_for_customs: Decimal$1 | null;
|
|
858659
859172
|
amount_of_insurance: Decimal$1 | null;
|
|
858660
859173
|
handling_information: string | null;
|
|
859174
|
+
total_pieces: number | null;
|
|
859175
|
+
total_gross_weight: Decimal$1 | null;
|
|
859176
|
+
total_chargeable_weight: Decimal$1 | null;
|
|
858661
859177
|
weight_charge_ppd: Decimal$1 | null;
|
|
858662
859178
|
valuation_charge_ppd: Decimal$1 | null;
|
|
858663
859179
|
tax_ppd: Decimal$1 | null;
|
|
@@ -858790,6 +859306,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
858790
859306
|
declared_value_for_customs: Decimal$1 | null;
|
|
858791
859307
|
amount_of_insurance: Decimal$1 | null;
|
|
858792
859308
|
handling_information: string | null;
|
|
859309
|
+
total_pieces: number | null;
|
|
859310
|
+
total_gross_weight: Decimal$1 | null;
|
|
859311
|
+
total_chargeable_weight: Decimal$1 | null;
|
|
858793
859312
|
weight_charge_ppd: Decimal$1 | null;
|
|
858794
859313
|
valuation_charge_ppd: Decimal$1 | null;
|
|
858795
859314
|
tax_ppd: Decimal$1 | null;
|
|
@@ -858961,11 +859480,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
858961
859480
|
id_mass_unit?: string | null | undefined;
|
|
858962
859481
|
id_rate_class?: string | null | undefined;
|
|
858963
859482
|
pieces?: string | number | null | undefined;
|
|
858964
|
-
gross_weight?: string |
|
|
859483
|
+
gross_weight?: string | null | undefined;
|
|
858965
859484
|
commodity_item_number?: string | null | undefined;
|
|
858966
|
-
chargable_weight?: string |
|
|
858967
|
-
rate_charge?: string |
|
|
858968
|
-
total?: string |
|
|
859485
|
+
chargable_weight?: string | null | undefined;
|
|
859486
|
+
rate_charge?: string | null | undefined;
|
|
859487
|
+
total?: string | null | undefined;
|
|
858969
859488
|
goods_description?: string | null | undefined;
|
|
858970
859489
|
};
|
|
858971
859490
|
output: {
|
|
@@ -859012,11 +859531,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
859012
859531
|
id_mass_unit?: string | null | undefined;
|
|
859013
859532
|
id_rate_class?: string | null | undefined;
|
|
859014
859533
|
pieces?: string | number | null | undefined;
|
|
859015
|
-
gross_weight?: string |
|
|
859534
|
+
gross_weight?: string | null | undefined;
|
|
859016
859535
|
commodity_item_number?: string | null | undefined;
|
|
859017
|
-
chargable_weight?: string |
|
|
859018
|
-
rate_charge?: string |
|
|
859019
|
-
total?: string |
|
|
859536
|
+
chargable_weight?: string | null | undefined;
|
|
859537
|
+
rate_charge?: string | null | undefined;
|
|
859538
|
+
total?: string | null | undefined;
|
|
859020
859539
|
goods_description?: string | null | undefined;
|
|
859021
859540
|
};
|
|
859022
859541
|
output: {
|
|
@@ -860748,11 +861267,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
860748
861267
|
updated_at: Date | null;
|
|
860749
861268
|
updated_by: string | null;
|
|
860750
861269
|
length: Decimal$1 | null;
|
|
861270
|
+
description: string | null;
|
|
860751
861271
|
id_weight_unit: string | null;
|
|
860752
861272
|
id_volume_unit: string | null;
|
|
860753
861273
|
id_commodity: string | null;
|
|
860754
861274
|
id_forwarding_booking: string | null;
|
|
860755
|
-
description: string | null;
|
|
860756
861275
|
volume: Decimal$1 | null;
|
|
860757
861276
|
id_forwarding_shipment: string | null;
|
|
860758
861277
|
id_consol_container: string | null;
|
|
@@ -861265,6 +861784,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
861265
861784
|
created_by: string | null;
|
|
861266
861785
|
updated_at: Date | null;
|
|
861267
861786
|
updated_by: string | null;
|
|
861787
|
+
description: string | null;
|
|
861268
861788
|
id_transport_mode: string | null;
|
|
861269
861789
|
id_container_shipping_type: string | null;
|
|
861270
861790
|
id_incoterm: string | null;
|
|
@@ -861274,7 +861794,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
861274
861794
|
id_weight_unit: string | null;
|
|
861275
861795
|
id_volume_unit: string | null;
|
|
861276
861796
|
id_chargeable_unit: string | null;
|
|
861277
|
-
description: string | null;
|
|
861278
861797
|
mark_number: string | null;
|
|
861279
861798
|
volume: Decimal$1 | null;
|
|
861280
861799
|
chargeable: Decimal$1 | null;
|
|
@@ -868316,6 +868835,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
868316
868835
|
updated_at: Date | null;
|
|
868317
868836
|
updated_by: string | null;
|
|
868318
868837
|
length: Decimal$1 | null;
|
|
868838
|
+
description: string | null;
|
|
868319
868839
|
id_transport_mode: string | null;
|
|
868320
868840
|
id_container_shipping_type: string | null;
|
|
868321
868841
|
id_incoterm: string | null;
|
|
@@ -868333,7 +868853,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
868333
868853
|
id_volume_unit: string | null;
|
|
868334
868854
|
id_chargeable_unit: string | null;
|
|
868335
868855
|
id_commodity: string | null;
|
|
868336
|
-
description: string | null;
|
|
868337
868856
|
extra_term: string | null;
|
|
868338
868857
|
shipper_ref: string | null;
|
|
868339
868858
|
mark_number: string | null;
|
|
@@ -868440,6 +868959,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
868440
868959
|
created_by: string | null;
|
|
868441
868960
|
updated_at: Date | null;
|
|
868442
868961
|
updated_by: string | null;
|
|
868962
|
+
description: string | null;
|
|
868443
868963
|
id_transport_mode: string | null;
|
|
868444
868964
|
id_container_shipping_type: string | null;
|
|
868445
868965
|
id_incoterm: string | null;
|
|
@@ -868449,7 +868969,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
868449
868969
|
id_weight_unit: string | null;
|
|
868450
868970
|
id_volume_unit: string | null;
|
|
868451
868971
|
id_chargeable_unit: string | null;
|
|
868452
|
-
description: string | null;
|
|
868453
868972
|
mark_number: string | null;
|
|
868454
868973
|
volume: Decimal$1 | null;
|
|
868455
868974
|
chargeable: Decimal$1 | null;
|
|
@@ -868665,13 +869184,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
868665
869184
|
updated_at: Date | null;
|
|
868666
869185
|
updated_by: string | null;
|
|
868667
869186
|
length: Decimal$1 | null;
|
|
869187
|
+
description: string | null;
|
|
868668
869188
|
id_origin_un_locode: string | null;
|
|
868669
869189
|
id_destination_un_locode: string | null;
|
|
868670
869190
|
id_weight_unit: string | null;
|
|
868671
869191
|
id_volume_unit: string | null;
|
|
868672
869192
|
id_commodity: string | null;
|
|
868673
869193
|
id_forwarding_booking: string | null;
|
|
868674
|
-
description: string | null;
|
|
868675
869194
|
volume: Decimal$1 | null;
|
|
868676
869195
|
id_forwarding_shipment: string | null;
|
|
868677
869196
|
id_package_type: string | null;
|
|
@@ -868740,6 +869259,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
868740
869259
|
updated_at: Date | null;
|
|
868741
869260
|
updated_by: string | null;
|
|
868742
869261
|
length: Decimal$1 | null;
|
|
869262
|
+
description: string | null;
|
|
868743
869263
|
id_transport_mode: string | null;
|
|
868744
869264
|
id_container_shipping_type: string | null;
|
|
868745
869265
|
id_incoterm: string | null;
|
|
@@ -868757,7 +869277,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
868757
869277
|
id_volume_unit: string | null;
|
|
868758
869278
|
id_chargeable_unit: string | null;
|
|
868759
869279
|
id_commodity: string | null;
|
|
868760
|
-
description: string | null;
|
|
868761
869280
|
extra_term: string | null;
|
|
868762
869281
|
shipper_ref: string | null;
|
|
868763
869282
|
mark_number: string | null;
|
|
@@ -868864,6 +869383,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
868864
869383
|
created_by: string | null;
|
|
868865
869384
|
updated_at: Date | null;
|
|
868866
869385
|
updated_by: string | null;
|
|
869386
|
+
description: string | null;
|
|
868867
869387
|
id_transport_mode: string | null;
|
|
868868
869388
|
id_container_shipping_type: string | null;
|
|
868869
869389
|
id_incoterm: string | null;
|
|
@@ -868873,7 +869393,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
868873
869393
|
id_weight_unit: string | null;
|
|
868874
869394
|
id_volume_unit: string | null;
|
|
868875
869395
|
id_chargeable_unit: string | null;
|
|
868876
|
-
description: string | null;
|
|
868877
869396
|
mark_number: string | null;
|
|
868878
869397
|
volume: Decimal$1 | null;
|
|
868879
869398
|
chargeable: Decimal$1 | null;
|
|
@@ -869089,13 +869608,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
869089
869608
|
updated_at: Date | null;
|
|
869090
869609
|
updated_by: string | null;
|
|
869091
869610
|
length: Decimal$1 | null;
|
|
869611
|
+
description: string | null;
|
|
869092
869612
|
id_origin_un_locode: string | null;
|
|
869093
869613
|
id_destination_un_locode: string | null;
|
|
869094
869614
|
id_weight_unit: string | null;
|
|
869095
869615
|
id_volume_unit: string | null;
|
|
869096
869616
|
id_commodity: string | null;
|
|
869097
869617
|
id_forwarding_booking: string | null;
|
|
869098
|
-
description: string | null;
|
|
869099
869618
|
volume: Decimal$1 | null;
|
|
869100
869619
|
id_forwarding_shipment: string | null;
|
|
869101
869620
|
id_package_type: string | null;
|
|
@@ -869272,13 +869791,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
869272
869791
|
updated_at: Date | null;
|
|
869273
869792
|
updated_by: string | null;
|
|
869274
869793
|
length: Decimal$1 | null;
|
|
869794
|
+
description: string | null;
|
|
869275
869795
|
id_origin_un_locode: string | null;
|
|
869276
869796
|
id_destination_un_locode: string | null;
|
|
869277
869797
|
id_weight_unit: string | null;
|
|
869278
869798
|
id_volume_unit: string | null;
|
|
869279
869799
|
id_commodity: string | null;
|
|
869280
869800
|
id_forwarding_booking: string | null;
|
|
869281
|
-
description: string | null;
|
|
869282
869801
|
volume: Decimal$1 | null;
|
|
869283
869802
|
id_forwarding_shipment: string | null;
|
|
869284
869803
|
id_package_type: string | null;
|
|
@@ -869372,13 +869891,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
869372
869891
|
updated_at: Date | null;
|
|
869373
869892
|
updated_by: string | null;
|
|
869374
869893
|
length: Decimal$1 | null;
|
|
869894
|
+
description: string | null;
|
|
869375
869895
|
id_origin_un_locode: string | null;
|
|
869376
869896
|
id_destination_un_locode: string | null;
|
|
869377
869897
|
id_weight_unit: string | null;
|
|
869378
869898
|
id_volume_unit: string | null;
|
|
869379
869899
|
id_commodity: string | null;
|
|
869380
869900
|
id_forwarding_booking: string | null;
|
|
869381
|
-
description: string | null;
|
|
869382
869901
|
volume: Decimal$1 | null;
|
|
869383
869902
|
id_forwarding_shipment: string | null;
|
|
869384
869903
|
id_package_type: string | null;
|
|
@@ -869435,13 +869954,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
869435
869954
|
updated_at: Date | null;
|
|
869436
869955
|
updated_by: string | null;
|
|
869437
869956
|
length: Decimal$1 | null;
|
|
869957
|
+
description: string | null;
|
|
869438
869958
|
id_origin_un_locode: string | null;
|
|
869439
869959
|
id_destination_un_locode: string | null;
|
|
869440
869960
|
id_weight_unit: string | null;
|
|
869441
869961
|
id_volume_unit: string | null;
|
|
869442
869962
|
id_commodity: string | null;
|
|
869443
869963
|
id_forwarding_booking: string | null;
|
|
869444
|
-
description: string | null;
|
|
869445
869964
|
volume: Decimal$1 | null;
|
|
869446
869965
|
id_forwarding_shipment: string | null;
|
|
869447
869966
|
id_package_type: string | null;
|
|
@@ -869523,6 +870042,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
869523
870042
|
created_by: string | null;
|
|
869524
870043
|
updated_at: Date | null;
|
|
869525
870044
|
updated_by: string | null;
|
|
870045
|
+
description: string | null;
|
|
869526
870046
|
id_transport_mode: string | null;
|
|
869527
870047
|
id_container_shipping_type: string | null;
|
|
869528
870048
|
id_incoterm: string | null;
|
|
@@ -869532,7 +870052,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
869532
870052
|
id_weight_unit: string | null;
|
|
869533
870053
|
id_volume_unit: string | null;
|
|
869534
870054
|
id_chargeable_unit: string | null;
|
|
869535
|
-
description: string | null;
|
|
869536
870055
|
mark_number: string | null;
|
|
869537
870056
|
volume: Decimal$1 | null;
|
|
869538
870057
|
chargeable: Decimal$1 | null;
|
|
@@ -869632,6 +870151,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
869632
870151
|
created_by: string | null;
|
|
869633
870152
|
updated_at: Date | null;
|
|
869634
870153
|
updated_by: string | null;
|
|
870154
|
+
description: string | null;
|
|
869635
870155
|
id_transport_mode: string | null;
|
|
869636
870156
|
id_container_shipping_type: string | null;
|
|
869637
870157
|
id_incoterm: string | null;
|
|
@@ -869641,7 +870161,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
869641
870161
|
id_weight_unit: string | null;
|
|
869642
870162
|
id_volume_unit: string | null;
|
|
869643
870163
|
id_chargeable_unit: string | null;
|
|
869644
|
-
description: string | null;
|
|
869645
870164
|
mark_number: string | null;
|
|
869646
870165
|
volume: Decimal$1 | null;
|
|
869647
870166
|
chargeable: Decimal$1 | null;
|
|
@@ -869846,6 +870365,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
869846
870365
|
created_by: string | null;
|
|
869847
870366
|
updated_at: Date | null;
|
|
869848
870367
|
updated_by: string | null;
|
|
870368
|
+
description: string | null;
|
|
869849
870369
|
id_transport_mode: string | null;
|
|
869850
870370
|
id_container_shipping_type: string | null;
|
|
869851
870371
|
id_incoterm: string | null;
|
|
@@ -869855,7 +870375,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
869855
870375
|
id_weight_unit: string | null;
|
|
869856
870376
|
id_volume_unit: string | null;
|
|
869857
870377
|
id_chargeable_unit: string | null;
|
|
869858
|
-
description: string | null;
|
|
869859
870378
|
mark_number: string | null;
|
|
869860
870379
|
volume: Decimal$1 | null;
|
|
869861
870380
|
chargeable: Decimal$1 | null;
|
|
@@ -869966,6 +870485,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
869966
870485
|
created_by: string | null;
|
|
869967
870486
|
updated_at: Date | null;
|
|
869968
870487
|
updated_by: string | null;
|
|
870488
|
+
description: string | null;
|
|
869969
870489
|
id_transport_mode: string | null;
|
|
869970
870490
|
id_container_shipping_type: string | null;
|
|
869971
870491
|
id_incoterm: string | null;
|
|
@@ -869975,7 +870495,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
869975
870495
|
id_weight_unit: string | null;
|
|
869976
870496
|
id_volume_unit: string | null;
|
|
869977
870497
|
id_chargeable_unit: string | null;
|
|
869978
|
-
description: string | null;
|
|
869979
870498
|
mark_number: string | null;
|
|
869980
870499
|
volume: Decimal$1 | null;
|
|
869981
870500
|
chargeable: Decimal$1 | null;
|
|
@@ -870111,6 +870630,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
870111
870630
|
created_by: string | null;
|
|
870112
870631
|
updated_at: Date | null;
|
|
870113
870632
|
updated_by: string | null;
|
|
870633
|
+
description: string | null;
|
|
870114
870634
|
id_transport_mode: string | null;
|
|
870115
870635
|
id_container_shipping_type: string | null;
|
|
870116
870636
|
id_incoterm: string | null;
|
|
@@ -870120,7 +870640,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
870120
870640
|
id_weight_unit: string | null;
|
|
870121
870641
|
id_volume_unit: string | null;
|
|
870122
870642
|
id_chargeable_unit: string | null;
|
|
870123
|
-
description: string | null;
|
|
870124
870643
|
mark_number: string | null;
|
|
870125
870644
|
volume: Decimal$1 | null;
|
|
870126
870645
|
chargeable: Decimal$1 | null;
|
|
@@ -870202,6 +870721,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
870202
870721
|
created_by: string | null;
|
|
870203
870722
|
updated_at: Date | null;
|
|
870204
870723
|
updated_by: string | null;
|
|
870724
|
+
description: string | null;
|
|
870205
870725
|
id_transport_mode: string | null;
|
|
870206
870726
|
id_container_shipping_type: string | null;
|
|
870207
870727
|
id_incoterm: string | null;
|
|
@@ -870211,7 +870731,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
870211
870731
|
id_weight_unit: string | null;
|
|
870212
870732
|
id_volume_unit: string | null;
|
|
870213
870733
|
id_chargeable_unit: string | null;
|
|
870214
|
-
description: string | null;
|
|
870215
870734
|
mark_number: string | null;
|
|
870216
870735
|
volume: Decimal$1 | null;
|
|
870217
870736
|
chargeable: Decimal$1 | null;
|
|
@@ -870705,6 +871224,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
870705
871224
|
created_by: string | null;
|
|
870706
871225
|
updated_at: Date | null;
|
|
870707
871226
|
updated_by: string | null;
|
|
871227
|
+
description: string | null;
|
|
870708
871228
|
id_transport_mode: string | null;
|
|
870709
871229
|
id_container_shipping_type: string | null;
|
|
870710
871230
|
id_incoterm: string | null;
|
|
@@ -870714,7 +871234,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
870714
871234
|
id_weight_unit: string | null;
|
|
870715
871235
|
id_volume_unit: string | null;
|
|
870716
871236
|
id_chargeable_unit: string | null;
|
|
870717
|
-
description: string | null;
|
|
870718
871237
|
mark_number: string | null;
|
|
870719
871238
|
volume: Decimal$1 | null;
|
|
870720
871239
|
chargeable: Decimal$1 | null;
|
|
@@ -870798,6 +871317,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
870798
871317
|
created_by: string | null;
|
|
870799
871318
|
updated_at: Date | null;
|
|
870800
871319
|
updated_by: string | null;
|
|
871320
|
+
description: string | null;
|
|
870801
871321
|
id_transport_mode: string | null;
|
|
870802
871322
|
id_container_shipping_type: string | null;
|
|
870803
871323
|
id_incoterm: string | null;
|
|
@@ -870807,7 +871327,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
870807
871327
|
id_weight_unit: string | null;
|
|
870808
871328
|
id_volume_unit: string | null;
|
|
870809
871329
|
id_chargeable_unit: string | null;
|
|
870810
|
-
description: string | null;
|
|
870811
871330
|
mark_number: string | null;
|
|
870812
871331
|
volume: Decimal$1 | null;
|
|
870813
871332
|
chargeable: Decimal$1 | null;
|
|
@@ -889365,13 +889884,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
889365
889884
|
} | null;
|
|
889366
889885
|
id: string;
|
|
889367
889886
|
params: SimpleJson;
|
|
889368
|
-
id_transport_mode: string | null;
|
|
889369
889887
|
id_log_type: string | null;
|
|
889370
889888
|
url: string | null;
|
|
889371
889889
|
action: string | null;
|
|
889372
889890
|
action_by: string | null;
|
|
889373
889891
|
action_id: string | null;
|
|
889374
889892
|
action_at: Date | null;
|
|
889893
|
+
id_transport_mode: string | null;
|
|
889375
889894
|
}[] | undefined;
|
|
889376
889895
|
total: number | undefined;
|
|
889377
889896
|
};
|
|
@@ -889399,13 +889918,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
889399
889918
|
} | null;
|
|
889400
889919
|
id: string;
|
|
889401
889920
|
params: SimpleJson;
|
|
889402
|
-
id_transport_mode: string | null;
|
|
889403
889921
|
id_log_type: string | null;
|
|
889404
889922
|
url: string | null;
|
|
889405
889923
|
action: string | null;
|
|
889406
889924
|
action_by: string | null;
|
|
889407
889925
|
action_id: string | null;
|
|
889408
889926
|
action_at: Date | null;
|
|
889927
|
+
id_transport_mode: string | null;
|
|
889409
889928
|
} | undefined;
|
|
889410
889929
|
};
|
|
889411
889930
|
meta: object;
|
|
@@ -889432,13 +889951,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
889432
889951
|
log: {
|
|
889433
889952
|
id: string;
|
|
889434
889953
|
params: SimpleJson;
|
|
889435
|
-
id_transport_mode: string | null;
|
|
889436
889954
|
id_log_type: string | null;
|
|
889437
889955
|
url: string | null;
|
|
889438
889956
|
action: string | null;
|
|
889439
889957
|
action_by: string | null;
|
|
889440
889958
|
action_id: string | null;
|
|
889441
889959
|
action_at: Date | null;
|
|
889960
|
+
id_transport_mode: string | null;
|
|
889442
889961
|
} | undefined;
|
|
889443
889962
|
} | undefined;
|
|
889444
889963
|
meta: object;
|
|
@@ -889468,13 +889987,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
889468
889987
|
log: {
|
|
889469
889988
|
id: string;
|
|
889470
889989
|
params: SimpleJson;
|
|
889471
|
-
id_transport_mode: string | null;
|
|
889472
889990
|
id_log_type: string | null;
|
|
889473
889991
|
url: string | null;
|
|
889474
889992
|
action: string | null;
|
|
889475
889993
|
action_by: string | null;
|
|
889476
889994
|
action_id: string | null;
|
|
889477
889995
|
action_at: Date | null;
|
|
889996
|
+
id_transport_mode: string | null;
|
|
889478
889997
|
} | undefined;
|
|
889479
889998
|
} | undefined;
|
|
889480
889999
|
meta: object;
|
|
@@ -892936,13 +893455,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
892936
893455
|
} | null;
|
|
892937
893456
|
id: string;
|
|
892938
893457
|
params: SimpleJson;
|
|
892939
|
-
id_service_level: string | null;
|
|
892940
893458
|
id_log_type: string | null;
|
|
892941
893459
|
url: string | null;
|
|
892942
893460
|
action: string | null;
|
|
892943
893461
|
action_by: string | null;
|
|
892944
893462
|
action_id: string | null;
|
|
892945
893463
|
action_at: Date | null;
|
|
893464
|
+
id_service_level: string | null;
|
|
892946
893465
|
}[] | undefined;
|
|
892947
893466
|
total: number | undefined;
|
|
892948
893467
|
};
|
|
@@ -892970,13 +893489,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
892970
893489
|
} | null;
|
|
892971
893490
|
id: string;
|
|
892972
893491
|
params: SimpleJson;
|
|
892973
|
-
id_service_level: string | null;
|
|
892974
893492
|
id_log_type: string | null;
|
|
892975
893493
|
url: string | null;
|
|
892976
893494
|
action: string | null;
|
|
892977
893495
|
action_by: string | null;
|
|
892978
893496
|
action_id: string | null;
|
|
892979
893497
|
action_at: Date | null;
|
|
893498
|
+
id_service_level: string | null;
|
|
892980
893499
|
} | undefined;
|
|
892981
893500
|
};
|
|
892982
893501
|
meta: object;
|
|
@@ -893007,13 +893526,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
893007
893526
|
log: {
|
|
893008
893527
|
id: string;
|
|
893009
893528
|
params: SimpleJson;
|
|
893010
|
-
id_service_level: string | null;
|
|
893011
893529
|
id_log_type: string | null;
|
|
893012
893530
|
url: string | null;
|
|
893013
893531
|
action: string | null;
|
|
893014
893532
|
action_by: string | null;
|
|
893015
893533
|
action_id: string | null;
|
|
893016
893534
|
action_at: Date | null;
|
|
893535
|
+
id_service_level: string | null;
|
|
893017
893536
|
} | undefined;
|
|
893018
893537
|
} | undefined;
|
|
893019
893538
|
meta: object;
|
|
@@ -893047,13 +893566,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
893047
893566
|
log: {
|
|
893048
893567
|
id: string;
|
|
893049
893568
|
params: SimpleJson;
|
|
893050
|
-
id_service_level: string | null;
|
|
893051
893569
|
id_log_type: string | null;
|
|
893052
893570
|
url: string | null;
|
|
893053
893571
|
action: string | null;
|
|
893054
893572
|
action_by: string | null;
|
|
893055
893573
|
action_id: string | null;
|
|
893056
893574
|
action_at: Date | null;
|
|
893575
|
+
id_service_level: string | null;
|
|
893057
893576
|
} | undefined;
|
|
893058
893577
|
} | undefined;
|
|
893059
893578
|
meta: object;
|
|
@@ -893506,13 +894025,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
893506
894025
|
} | null;
|
|
893507
894026
|
id: string;
|
|
893508
894027
|
params: SimpleJson;
|
|
893509
|
-
id_incoterm: string | null;
|
|
893510
894028
|
id_log_type: string | null;
|
|
893511
894029
|
url: string | null;
|
|
893512
894030
|
action: string | null;
|
|
893513
894031
|
action_by: string | null;
|
|
893514
894032
|
action_id: string | null;
|
|
893515
894033
|
action_at: Date | null;
|
|
894034
|
+
id_incoterm: string | null;
|
|
893516
894035
|
}[] | undefined;
|
|
893517
894036
|
total: number | undefined;
|
|
893518
894037
|
};
|
|
@@ -893540,13 +894059,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
893540
894059
|
} | null;
|
|
893541
894060
|
id: string;
|
|
893542
894061
|
params: SimpleJson;
|
|
893543
|
-
id_incoterm: string | null;
|
|
893544
894062
|
id_log_type: string | null;
|
|
893545
894063
|
url: string | null;
|
|
893546
894064
|
action: string | null;
|
|
893547
894065
|
action_by: string | null;
|
|
893548
894066
|
action_id: string | null;
|
|
893549
894067
|
action_at: Date | null;
|
|
894068
|
+
id_incoterm: string | null;
|
|
893550
894069
|
} | undefined;
|
|
893551
894070
|
};
|
|
893552
894071
|
meta: object;
|
|
@@ -893577,13 +894096,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
893577
894096
|
log: {
|
|
893578
894097
|
id: string;
|
|
893579
894098
|
params: SimpleJson;
|
|
893580
|
-
id_incoterm: string | null;
|
|
893581
894099
|
id_log_type: string | null;
|
|
893582
894100
|
url: string | null;
|
|
893583
894101
|
action: string | null;
|
|
893584
894102
|
action_by: string | null;
|
|
893585
894103
|
action_id: string | null;
|
|
893586
894104
|
action_at: Date | null;
|
|
894105
|
+
id_incoterm: string | null;
|
|
893587
894106
|
} | undefined;
|
|
893588
894107
|
} | undefined;
|
|
893589
894108
|
meta: object;
|
|
@@ -893617,13 +894136,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
893617
894136
|
log: {
|
|
893618
894137
|
id: string;
|
|
893619
894138
|
params: SimpleJson;
|
|
893620
|
-
id_incoterm: string | null;
|
|
893621
894139
|
id_log_type: string | null;
|
|
893622
894140
|
url: string | null;
|
|
893623
894141
|
action: string | null;
|
|
893624
894142
|
action_by: string | null;
|
|
893625
894143
|
action_id: string | null;
|
|
893626
894144
|
action_at: Date | null;
|
|
894145
|
+
id_incoterm: string | null;
|
|
893627
894146
|
} | undefined;
|
|
893628
894147
|
} | undefined;
|
|
893629
894148
|
meta: object;
|
|
@@ -894206,13 +894725,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
894206
894725
|
} | null;
|
|
894207
894726
|
id: string;
|
|
894208
894727
|
params: SimpleJson;
|
|
894209
|
-
id_commodity: string | null;
|
|
894210
894728
|
id_log_type: string | null;
|
|
894211
894729
|
url: string | null;
|
|
894212
894730
|
action: string | null;
|
|
894213
894731
|
action_by: string | null;
|
|
894214
894732
|
action_id: string | null;
|
|
894215
894733
|
action_at: Date | null;
|
|
894734
|
+
id_commodity: string | null;
|
|
894216
894735
|
}[] | undefined;
|
|
894217
894736
|
total: number | undefined;
|
|
894218
894737
|
};
|
|
@@ -894240,13 +894759,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
894240
894759
|
} | null;
|
|
894241
894760
|
id: string;
|
|
894242
894761
|
params: SimpleJson;
|
|
894243
|
-
id_commodity: string | null;
|
|
894244
894762
|
id_log_type: string | null;
|
|
894245
894763
|
url: string | null;
|
|
894246
894764
|
action: string | null;
|
|
894247
894765
|
action_by: string | null;
|
|
894248
894766
|
action_id: string | null;
|
|
894249
894767
|
action_at: Date | null;
|
|
894768
|
+
id_commodity: string | null;
|
|
894250
894769
|
} | undefined;
|
|
894251
894770
|
};
|
|
894252
894771
|
meta: object;
|
|
@@ -894295,13 +894814,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
894295
894814
|
log: {
|
|
894296
894815
|
id: string;
|
|
894297
894816
|
params: SimpleJson;
|
|
894298
|
-
id_commodity: string | null;
|
|
894299
894817
|
id_log_type: string | null;
|
|
894300
894818
|
url: string | null;
|
|
894301
894819
|
action: string | null;
|
|
894302
894820
|
action_by: string | null;
|
|
894303
894821
|
action_id: string | null;
|
|
894304
894822
|
action_at: Date | null;
|
|
894823
|
+
id_commodity: string | null;
|
|
894305
894824
|
} | undefined;
|
|
894306
894825
|
} | undefined;
|
|
894307
894826
|
meta: object;
|
|
@@ -894353,13 +894872,13 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
894353
894872
|
log: {
|
|
894354
894873
|
id: string;
|
|
894355
894874
|
params: SimpleJson;
|
|
894356
|
-
id_commodity: string | null;
|
|
894357
894875
|
id_log_type: string | null;
|
|
894358
894876
|
url: string | null;
|
|
894359
894877
|
action: string | null;
|
|
894360
894878
|
action_by: string | null;
|
|
894361
894879
|
action_id: string | null;
|
|
894362
894880
|
action_at: Date | null;
|
|
894881
|
+
id_commodity: string | null;
|
|
894363
894882
|
} | undefined;
|
|
894364
894883
|
} | undefined;
|
|
894365
894884
|
meta: object;
|
|
@@ -907420,13 +907939,13 @@ declare const systemRouter: BuiltRouter<{
|
|
|
907420
907939
|
} | null;
|
|
907421
907940
|
id: string;
|
|
907422
907941
|
params: SimpleJson;
|
|
907423
|
-
id_container_shipping_type: string | null;
|
|
907424
907942
|
id_log_type: string | null;
|
|
907425
907943
|
url: string | null;
|
|
907426
907944
|
action: string | null;
|
|
907427
907945
|
action_by: string | null;
|
|
907428
907946
|
action_id: string | null;
|
|
907429
907947
|
action_at: Date | null;
|
|
907948
|
+
id_container_shipping_type: string | null;
|
|
907430
907949
|
}[] | undefined;
|
|
907431
907950
|
total: number | undefined;
|
|
907432
907951
|
};
|
|
@@ -907454,13 +907973,13 @@ declare const systemRouter: BuiltRouter<{
|
|
|
907454
907973
|
} | null;
|
|
907455
907974
|
id: string;
|
|
907456
907975
|
params: SimpleJson;
|
|
907457
|
-
id_container_shipping_type: string | null;
|
|
907458
907976
|
id_log_type: string | null;
|
|
907459
907977
|
url: string | null;
|
|
907460
907978
|
action: string | null;
|
|
907461
907979
|
action_by: string | null;
|
|
907462
907980
|
action_id: string | null;
|
|
907463
907981
|
action_at: Date | null;
|
|
907982
|
+
id_container_shipping_type: string | null;
|
|
907464
907983
|
} | undefined;
|
|
907465
907984
|
};
|
|
907466
907985
|
meta: object;
|
|
@@ -907487,13 +908006,13 @@ declare const systemRouter: BuiltRouter<{
|
|
|
907487
908006
|
log: {
|
|
907488
908007
|
id: string;
|
|
907489
908008
|
params: SimpleJson;
|
|
907490
|
-
id_container_shipping_type: string | null;
|
|
907491
908009
|
id_log_type: string | null;
|
|
907492
908010
|
url: string | null;
|
|
907493
908011
|
action: string | null;
|
|
907494
908012
|
action_by: string | null;
|
|
907495
908013
|
action_id: string | null;
|
|
907496
908014
|
action_at: Date | null;
|
|
908015
|
+
id_container_shipping_type: string | null;
|
|
907497
908016
|
} | undefined;
|
|
907498
908017
|
} | undefined;
|
|
907499
908018
|
meta: object;
|
|
@@ -907523,13 +908042,13 @@ declare const systemRouter: BuiltRouter<{
|
|
|
907523
908042
|
log: {
|
|
907524
908043
|
id: string;
|
|
907525
908044
|
params: SimpleJson;
|
|
907526
|
-
id_container_shipping_type: string | null;
|
|
907527
908045
|
id_log_type: string | null;
|
|
907528
908046
|
url: string | null;
|
|
907529
908047
|
action: string | null;
|
|
907530
908048
|
action_by: string | null;
|
|
907531
908049
|
action_id: string | null;
|
|
907532
908050
|
action_at: Date | null;
|
|
908051
|
+
id_container_shipping_type: string | null;
|
|
907533
908052
|
} | undefined;
|
|
907534
908053
|
} | undefined;
|
|
907535
908054
|
meta: object;
|
|
@@ -907567,13 +908086,13 @@ declare const systemRouter: BuiltRouter<{
|
|
|
907567
908086
|
log: {
|
|
907568
908087
|
id: string;
|
|
907569
908088
|
params: SimpleJson;
|
|
907570
|
-
id_container_shipping_type: string | null;
|
|
907571
908089
|
id_log_type: string | null;
|
|
907572
908090
|
url: string | null;
|
|
907573
908091
|
action: string | null;
|
|
907574
908092
|
action_by: string | null;
|
|
907575
908093
|
action_id: string | null;
|
|
907576
908094
|
action_at: Date | null;
|
|
908095
|
+
id_container_shipping_type: string | null;
|
|
907577
908096
|
} | undefined;
|
|
907578
908097
|
} | undefined)[];
|
|
907579
908098
|
updatedData: ({
|
|
@@ -907591,13 +908110,13 @@ declare const systemRouter: BuiltRouter<{
|
|
|
907591
908110
|
log: {
|
|
907592
908111
|
id: string;
|
|
907593
908112
|
params: SimpleJson;
|
|
907594
|
-
id_container_shipping_type: string | null;
|
|
907595
908113
|
id_log_type: string | null;
|
|
907596
908114
|
url: string | null;
|
|
907597
908115
|
action: string | null;
|
|
907598
908116
|
action_by: string | null;
|
|
907599
908117
|
action_id: string | null;
|
|
907600
908118
|
action_at: Date | null;
|
|
908119
|
+
id_container_shipping_type: string | null;
|
|
907601
908120
|
} | undefined;
|
|
907602
908121
|
} | undefined)[];
|
|
907603
908122
|
} | undefined;
|